/* CSS Document */
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-image:url(imagenes/franja.gif);
	background-repeat:repeat-x;
	margin-left:0px;
	margin-right:0px;
}
.principal{
	width:775px;
	margin:0 auto;
}
.borde{
background-image:url(imagenes/bordepagina.gif);
background-repeat:repeat-y;
width:789px;
margin:0 auto;
}
.cabecera{
width:775px;
height:145px;
background-image:url(imagenes/cabecera.jpg); 
background-repeat:no-repeat;
}
.pie{
width:100%;
background-image:url(imagenes/fondopie.gif);
background-repeat:repeat-x;
text-align:center;
color:#FFFFFF;
height:50px;
padding-top:12px;
}
.enlacecab:link { text-decoration:none; color:#FFFFFF;}
.enlacecab:visited { text-decoration:none; color:#FFFFFF;}
.enlacecab:hover { text-decoration:none; color:#120044; font-weight:bold;}


.enlacepie:link { text-decoration:none; color:#FFFFFF;}
.enlacepie:visited { text-decoration:none; color:#FFFFFF;}
.enlacepie:hover { text-decoration:none; color:#FFFFFF; font-weight:bold;}

.enlaceazul:link { text-decoration:none; color:#120044; font-weight:bold;}
.enlaceazul:visited { text-decoration:none; color:#120044; font-weight:bold;}
.enlaceazul:hover { text-decoration:underline; color:#120044; font-weight:bold;}

.caja{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	border:1px solid #999999;
	background-color: #FFFFFF;
}
.boton{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight:bold;
	background-color: #DBEAF0;
	border:1px solid #999999;
}