/* CSS Document */

	/*Boton de color rojo suave*/
	body{
		border:0px;
		padding:0px;
	}
		
	.boton1{
	font-size:12px;
	background-color: #E9DED1;
	text-align:center;
	font-weight:bold;
	color:#1A3465;
	font-style: normal;
	}
	
	.tabla1{
	background-color: #E3D6C6;
	border-color: 003366;
    border-style: solid;
    border-top-width: 1px;
    border-right-width: 1px; 
    border-bottom-width: 1px;
    border-left-width: 1px;	
}
	.textoPequeno {
	font-family: "Trebuchet ms", Tahoma;
	font-size: 11px;
}

.textoMediano {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.fondoTextoMediano {
	font-family: "Trebuchet ms", Tahoma;
	font-size: 12px;
	background-color: #EFE7DE;
}

.textoGrande {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #1A3465;
	font-weight: bold;
	color: #FFFFFF;
}
	