@charset "UTF-8";
/* CSS Document */

body {
	background-color:#FFF;
	color: #50667c; 			/*Color de letras de fondo*/
	font-family: Tahoma, "Franklin Gothic Medium", "Trebuchet MS";
	font-size: 11px;
}

.contentheading {
	color: #666;
}

a {
	color: #003399;
	text-decoration: none;
}

p {
	color: #50667c;
}

ul {
	color: #50667c;
}

/*------------------Clases para DIV maximo 544 412 ----------------- */
.ancho_frame {
	width:520px;
	height:390px
}
.flotante {
	width: 182px;
	height: 152px;
	float:right;
}
.flotante2 {
	width: 203px;
	height: 82px;
	float:right;
}
.flotante_izq {
	width: 203px;
	height: 122px;
	float: left;
}
.style4 {
	font-size: 16px;
	font-weight: bold;
}
