
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
	background-color:#003058;
}

A:link {COLOR: white; TEXT-DECORATION: underline}
A:visited {COLOR: white; TEXT-DECORATION: none}
A:active {TEXT-DECORATION: none}
A:hover {COLOR: gray; TEXT-DECORATION: underline}

#fondo_contenido{
	background:url(../imagenes/Ingreso8x6.jpg);
	background-position:center top;
	background-repeat:no-repeat;
}

#fondo_home{
	background:url(../imagenes/Home8x6.jpg);
	background-position:center top;
	background-repeat:no-repeat;
}

#fondo_mod1{
	background:url(../imagenes/fondmodA8x6.jpg);
	background-position:center top;
	background-repeat:no-repeat;
}

#fondo_completa{
	background:url(../imagenes/fondcompleta8x20.jpg);
	background-position:center top;
	background-repeat:repeat;
}

.recuadro{
	height:600;
	width:800;
	vertical-align:middle;
	border-collapse: collapse;
}

.letrachic{
color:#C0C0C0;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
font-style:normal;
text-align:justify;
}

.letraGrande{
color:#C0C0C0;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
font-style:normal;
font-weight:bold;
}

.letraEnorme{
color:#C0C0C0;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:18px;
font-style:normal;
font-weight:bold;
}

.letraTitulo{
color:#C0C0C0;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
font-style:normal;
text-align:left;
font-weight:bold;
}

#piehome{
	vertical-align:bottom;
	text-align:center;
}

.textbox{border:1px solid #C0C0C0;
background-color:transparent;
height:auto;
color:#CCCCCC;
font-family:Arial, Helvetica, sans-serif;
font-size:xx-small;
padding:1px;
margin:0;
}



/*NOTICIAS*/
.contenedornoticias {
	padding: 0px 0px 0px 0px;
	margin-right: 0%;
	margin-left: 0%;
	clear: both;
	width: 310px;
	height:316px;
	margin-top: 0px;
	margin-bottom: 5px;
	line-height: 17px;
	color: #272727;
	font-weight: bold;
	overflow:auto;
	/*overflow:scroll;*/

}

.noticias {
	padding: 0px 0px 0px 0px;
	margin-right: 0%;
	margin-left: 0%;
	clear: both;
	width: 285px;
	margin-top: 0px;
	margin-bottom: 2px;
	border: 1px solid #6C6C6C;
	line-height: 17px;
	color:#CCCCCC;
	font-weight: bold;
	/*background-color:#FC9;*/
 
}

.noticias h1{
	font-size:9px;
	/*background-color:#6C6C6C;*/
	/*color:#9F101A;*/
	color:#6C6C6C;
	margin-top:0;
	margin-bottom:0;
	padding-left:5px;
	}
	
.noticias p {
	 font-size: 10px;
	 font-weight: normal;
	 line-height: 9pt;
	 text-align: justify;
	 margin: 1px 2px 2px 2px;
 }
 
/*FIN NOTICIAS*/	