body {
	background-color: #24507c;
	background-image: url(imagenes/enc.jpg);
	background-repeat: repeat-x;
}
.cuadrado {
	height: 410px;
	width: 500px;
	background-color: #FFFFFF;
	border: thin solid #000000;
}
.cab {
	height: 40px;
	font-family: verdana;
	font-size: 12px;
}
.texcab {
	font-family: verdana;
	font-size: 12px;
	height: 20px;
	width: 480px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.texto {
	height: 345px;
	border-top-width: thin;
	border-top-style: dashed;
	border-top-color: #6F91B4;
	font-family: verdana;
	font-size: 12px;
}
.aviso {
	height: 50px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.ejemplo {
	height: 50px;
	text-align: center;
	width: 480px;
	margin-right: 10px;
	margin-left: 10px;
}


.culo {
	height: 15px;
	border-top-width: thin;
	border-top-style: dashed;
	border-top-color: #6F91B4;
	font-family: verdana;
	font-size: 9px;
	font-weight: bold;
}

/* 

LINKS

*/
a:link { /* Color del link  */
	color:#4B6B78;
	text-decoration: none;
}
a:active { /* Link activo */
	color:#4B6B78;
	text-decoration:none
}

a:visited { /*  Link visitado */
	color:#2B3D44;
	text-decoration:none
}
a:hover{ /* Al pasar el raton por encima */
	color:#A2BAC4;
	text-decoration:none
}
