/* CSS Document */
#logosU {
	position:absolute;
	width:100px;
	height:115px;
	z-index:1;
	left: 48px;
	top: 152px;
}
div.coloredbox {
	position:relative;
	z-index:2;
	color:#FFFFFF;
	background-color: #330099;
}
div.recuadro {
padding:5px;
border-style:double;
border-color:#000000;
border-width:thick;}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-large;
	color: #000099;
	background-image:url(bgazul2.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-attachment:fixed;
}

td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-large;
	color: #000099;
/*	background-image:inherit;*/
}

a:link {
	color: #0099FF;
}
HR {
    height:5px;
    width:50%;
    background:#446791;
   }
.creditos {font-size: smaller;
color:#999999;}


