/* Compatibilidad IE vs FIREFOX */
*{-moz-box-sizing: border-box;box-sizing: border-box}
p{margin-top:0px;margin-bottom:1em}
form{margin:0px}
input{padding:1px}

body {
	margin: 3px;
}

/* Menu superior */
.top {
	margin:0;
	float:right;
	width:650px;
	background:#FFF url("images/bg.gif") repeat-x bottom;
	font-size:12;
	line-height:normal;
	list-style:none;
	margin:0;
	padding:0 0 0;
	font-family: Arial, Helvetica, sans-serif;
}
.top ul {
  margin:0;
  padding:0 0 0;
  list-style:none;
  	display: inline;
}  
.top li {
  float:right;
  background:url("images/left.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 9px;  
}
.top a {
  float:left;
  display:block;
  background:url("images/right.gif") no-repeat right top;
  padding:5px 15px 4px 6px;
  text-decoration:none;
  font-weight:bold;
  color:#765;
}
.top a {
	float:none;
}
.top a:hover {
  color:#333;
}

/* Menu izquierdo */
.left {
	margin:0;
	float:left;
	width:250px;
	background:#FFF url("images/bg.gif") repeat-x bottom;
	font-size:12px;
	line-height:normal;
	list-style:none;
	margin:0;
	padding:0 0 0;
	font-family: Arial, Helvetica, sans-serif;
}
.left ul {
  margin:0;
  padding:0 0 0;
  list-style:none;
  	display: inline;
}  
.left li {
  float:left;
  background:url("images/left.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 9px;
}
.left a {
  float:left;
  display:block;
  background:url("images/right.gif") no-repeat right top;
  padding:5px 15px 4px 6px;
  text-decoration:none;
  font-weight:bold;
  color:#765;
}
.left a {
	float:none;
}
.left a:hover {
  color:#333;
}

/* Comun para ambos menus */
li.actual {
  background-image:url("images/left_on.gif");
}
.actual a{
  background-image:url("images/right_on.gif");
  color:#333;
  padding-bottom:5px;
}

/* Contenido de las solapas */  
.contenido {
	margin: 0;
	border-left: 1px Solid #765;
	border-bottom: 1px Solid #765;
	border-right: 1px Solid #765;
	font-weight: normal;
	padding: 5px;
	background-color: #D3DDFF;
}

/* Contenido superior */
#top_c1,#top_c2,#top_c3 { 
	width: 650px;
	float: right;
}

/* Contenido izquierdo */
#left_c1,#left_c2  { 
	width: 250px;
	float: left;	
}

/* Pie de pagina */
#contador {
	width: 250px;
}
#derechos {
	width: 716px;
}

.contenido2 {
	background-color: #D3DDFF;
	float: left;
	margin: 0;
	border-left: 1px Solid #765;
	border-top: 1px Solid #765;
	border-bottom: 1px Solid #765;
	border-right: 1px Solid #765;
	font-weight: normal;
	padding: 5px;
}

.contenido3 {
	width: 100%;
	background-color: #FFFFFF;
	float: left;
	margin: 0;
	border-left: 1px Solid #765;
	border-top: 1px Solid #765;
	border-bottom: 1px Solid #765;
	border-right: 1px Solid #765;
	font-weight: normal;
	padding: 5px;
}

.texto1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.texto1 a {
	color: #FF0000;
	text-decoration: none;
}
.texto1 a:hover {
	text-decoration: underline;
}
.gBranding {
	position: relative;   
}
.gBrandingText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;  
}

.derechos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #32318E;
}

/* Posicionamiento */
.alfabetical {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
	text-decoration: none;
	border: 1px solid #765;
	background-color: #FFFFFF;
	font-size: 14px;
}
.alfabetical a {
	color: #29429C;
	text-decoration: none;
}
.alfabetical a:hover {
	display:block;
	color: #29429C;
	text-decoration: none;
	background-color: #CCCCCC;
}

/* Actualizaciones y 10 + Visitados */
.referencia {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
}
.nombre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #303998;
}
.nombre a {
	color: #000000;
	text-decoration: none;
}
.nombre a:hover {
	text-decoration: underline;
}

/* Titulo y Subtitulo*/
.titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #29429C;
}
.subtitulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* Tabla para listados */
.listados {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.listados td {
	background-color: #D3DDFF;
}
.listados td a {
	color: #32318E;
	text-decoration: none;
}
.listados td a:hover {
	text-decoration: underline;
}
.listados th {
	background-color: #9BB1FF;
	color: #FFFFFF;
}
.listados th a {
	color: #FFFFFF;
	text-decoration: none;
}
.listados th a:hover {
	color: #29429C;
	text-decoration: none;
}

/* Tabla para estadisticas */
.estadisticas {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.estadisticas td {
	background-color: #D3DDFF;
}
.estadisticas td a {
	color: #32318E;
	text-decoration: none;
}
.estadisticas td a:hover {
	text-decoration: underline;
}
.estadisticas th {
	background-color: #9BB1FF;
	color: #FFFFFF;
}
.estadisticas th a {
	color: #FFFFFF;
	text-decoration: none;
}
.estadisticas th a:hover {
	color: #29429C;
	text-decoration: none;
}

.barra {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}

/* Detalles */
.campo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #32318E;
}
.valor {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

/* Galeria */
.bordeImg {
	border-top: 1px solid #4D4948;
	border-right: 1px solid #4D4948;
	border-bottom: 1px solid #4D4948;
	border-left: 1px solid #4D4948;
	background-color:#ffffff;
}
.titsec {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color:#ffffff;
	background-repeat:no-repeat;
	text-align: right;
	text-decoration: none;
	background-color:#4D4948;
}

/* Menu */
.menu {
	position:relative;
	left:0px;	
	top:0px;
	#top:-55px;
	width:300px;
}
.menu td {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	font-size: 10px;
	white-space: nowrap;
}
.menu a {
	color: #FF0000;
	text-decoration: none;
}
.menu a:hover {
	text-decoration: underline;
}

/* Texto */

.historia {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
}
.cronograma {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
	color: #29429C;
	white-space: nowrap;
}

.enlaces {
	font-family: Arial, Helvetica, sans-serif;
}

.enlaces a {
	font-size: 12px;
	color: #32318E;
}
.enlaces #filtro{
	font-size: 14px;
}
.enlaces #nombre{
	font-size: 14px;
	color:#29429C;
}
.enlaces #categoria{
	font-size: 11px;
	color:#FF0000;
}
.enlaces #descripcion {
	font-size: 12px;
}


.noticias {
	font-family: Arial, Helvetica, sans-serif;
	border-top: 1px solid #4D4948;
	border-right: 1px solid #4D4948;
	border-bottom: 1px solid #4D4948;
	border-left: 1px solid #4D4948;
	background-color:#FFFFEA;
}

.noticias a {
	font-size: 12px;
	color: #FF0000;
	text-decoration: none;
}
.noticias a:hover {
	text-decoration: underline;
}
.noticias #filtro{
	font-size: 14px;
}
.noticias #titulo{
	font-size: 14px;
	color:#29429C;
	/*font-weight:bold;*/
}
.noticias #fecha{
	font-size: 12px;
	color:#FF0000;
}
.noticias #seccion{
	font-size: 12px;
	color:#000000;
}
.noticias #descripcion {
	font-size: 12px;
	text-align:justify;
}
.noticias #cuerpo {
	font-size: 12px;
	text-align:justify;
}

.articulo {
	font-family: Arial, Helvetica, sans-serif;
}

.articulo #fecha{
	font-size: 12px;
	color:#FF0000;
}
.articulo #descripcion {
	font-size: 12px;
	text-align:justify;
}
.articulo #cuerpo {
	font-size: 12px;
	text-align:justify;
}

.gracias {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FF0000;
	text-align: justify;
}
.transparente {
	background-color: #BEBEBE;
	filter: alpha(opacity=50); opacity: .5;
}
