/*
GENERALES
*/
body,td,th {
	font-family: 'trebuchet ms', Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	margin: 0;
}

hr {
	margin: 5px 0px 5px 0px;
	color: #660033;
	border: 0;
	border-top: 1px solid #660033;
	height: 1px;
	width: 580px;
}
h1 {
	font-size: 16px;
	color: #993366;
	text-align: left;
	margin: 8px 2px 8px 2px;
}
form {
	margin: 0;
}
.main {
	width: 985px;
	margin: auto;
	padding: 0;
	background-color: #FFFFFF;
}

/*
CABECERA
*/
.cabecera{
	height:387px;
	background: url(../img/bg_header.jpg) no-repeat;
}
.cabecera h1{
	display:none;
}
.top{
	height: 40px;
	text-align: right;
	font-family: 'trebuchet ms', verdana, sans-serif;
	font-size: 11px;
	padding: 10px 25px 5px 0;
	color: #D0DEFD;
	text-align: right;
}
.top a:link,.top a:visited{
	color: #D0DEFD;
	text-decoration:none;
}
.top a:hover{
	color: #6ECBFF;
	text-decoration:none;
}
.top form{
	width: 175px;
	float:right;
}
.search_string {
	width: 100px;
	height: 14px;
	font-size: 10px;
	background-color: #D0DEFD;
}
.search_submit {
	width: 50px;
	height: 14px;
	font-size: 11px;
}

.menu{
	height: 30px;
	text-align: right;
	font-family: 'trebuchet ms', verdana, sans-serif;
	font-size: 10px;
	padding: 0;
	color: #fff;
	text-align: right;
	border-top:1px solid #D0DEFD;
}

/*
CONTENIDO
*/
.content {
	padding: 4px 10px 14px 10px;
	text-align: justify;
	border-left:1px solid #DDE9F3;
	border-right:1px solid #B4CBE2;
}
/*
a:link, a:visited, a:active {
	color: #660033;
	text-decoration: none;
}
a:hover {
	color: #993366;
	text-decoration: none;
}
*/
.content .saludo{
	background: url(../img/logo.gif) no-repeat center left;
	padding:12px 12px 12px 152px;
	margin:12px 12px 12px 0;
	background-color: #E6EDF6;
	width:598px;
	height:126px;
	float: left;
	overflow: hidden;
}
.content h1{
	font-family: 'trebuchet ms',trebuchet ms, verdana, sans-serif;
	font-size: 16px;
	color: #C42E40;
}

/*
NOTICIAS
*/
.content .noticias{
	padding:12px;
	margin:12px 0 12px 0;
	background-color: #E6EDF6;
	width:161px;
	height:126px;
	float: left;
	overflow: hidden;
}
.content .noticias .titulo{
	font-family: 'trebuchet ms', verdana, sans-serif;
	font-size: 14px;
	color: #C42E40;
	text-align:right;
	border-bottom:1px dotted #C42E40;
}
.content .noticias ul{
list-style:none;
margin: 8px 0px 0px 0px;
padding:0;
}
.content .noticias ul li{
font-family: 'trebuchet ms', trebuchet, tahoma, Arial, Helvetica, sans-serif;
font-weight:normal;
line-height:16px;
background-color:#CCD6E4;
font-size:10px;
color:#000000;
padding:0 5px 0 5px;
margin-bottom:5px;
}
.content .noticias ul li a:link, a:visited, a:active {
	color: #000;
	text-decoration: none;
}
.content .noticias ul li a:hover {
	color: #993366;
	text-decoration: none;
}
/*
TABLA
*/
.content table{
	margin-top:12px;
}
.content td.especial{
	width:182px;
	margin:0;
	padding: 12px 5px 5px 0;
	background:#E6EDF6  url(../img/link.gif) top left no-repeat;
	font-family: 'trebuchet ms', verdana, sans-serif;
	font-size: 12px;
	color: #0066FF;
	text-align: right;
}
.especial img{
	width:162px;
	padding: 5px;
	border:none;
}
.content td.blank{
	width:12px;
	margin:0;
}
.content td.separador{
	height:12px;
}

/*
PIE
*/
.footer {
	background-color: #FFFFFF;
	clear: both;
	height: 20px;
	background: url(../footer.jpg);
	background-repeat: repeat-x;
	font-size: 10px;
	color: #666666;
	text-align: right;
	line-height: 18px;
}
.footer a,.powered_by a {
	text-decoration:none;
	color: #666666;
	padding-right: 10px;
}
.powered_by {
	text-align: center;
	font-size: 10px;
	padding-top: 2px;
}

