@charset "utf-8";
/* CSS Document */

body {
	background-color: #FFFFFF;
	position: relative;
	margin: 0 auto;
}
.tabla_tops {
	padding-bottom: 4px;
	padding-top: 4px;
}

.tabla_ppal {
	border-color: #CCC;
	/* border: 1px solid #ccc; */
	background-color: #DCE2F3;
	color: #000099;

}
.tabla_blanca {
	border: 1px solid #ccc;
}
.tabla_nav {
	/* border: 1px solid #ccc; */
	padding-top: 6px;
	padding-bottom: 6px;
}
.tabla_noticia {
	margin-top: 1px;
	padding: 8px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #ccc;
	border-left-color: #ccc;
}
.tabla_separacion_1 {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ccc;
	padding-right: 12px;
	text-align: inherit;
}
.tabla_vacia {
	background-color: white;
}

.navText {
	font:9px Arial, Helvetica, sans-serif;
	color: #26354A;
	letter-spacing:0.1em;
	line-height:16px;
	text-align: center;
	}

.noticiaText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	/* text-indent: 20px; */
	white-space: normal;
}
.texto_nav_inferior {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: dotted;
	border-right-color: #ccc;
	border-left-color: #ccc;
	padding-bottom: 10px;
	padding-top: 10px;
}
.subtituloText {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF9900;
	font-weight: bold;
	text-align: left;
	right: 6px;
	padding-left: 8px;
	font-size: 0.8em;
}
	
a {
	text-decoration:none;
	}
	
a:hover {
	color: #FFBA00;
	}
	
/* ID Styles */

#navigation a {
	font:10px Arial, Helvetica, sans-serif;
	color: #26354A;
	text-decoration: none;
	letter-spacing: 0.1em;
	line-height: 16px;
	display:block;
	padding: 0px 6px;
	border-right: 1px solid #D5251D;
	border-bottom: 3px solid #D5251D;
	border-left: 1px solid #D5251D;
	}
	
#navigation a:hover {
	color:#ffffff;
	background: #D5251D;
	}
.tabla_marquesina_1 {
	top: 20px;
	margin-top: 9px;
}
.tabla_marquesina_2 {
	top: 20px;
	margin-top: 8px;
}
