@import "reset.css";
@import "menu.css";

a {
	text-decoration: none;
}

hr {
	line-height: 1px;
	color: #F4A531;
	margin: 20px 80px 20px 80px;
}

iframe {
 width: 100% !important;
 background: none !important;
}

iframe table .t {
 background: none !important;
}

iframe body {
 background: none !important;
}

body {
 font-family: Verdana, Helvetica;
 font-size: 12px;
 color: #50688a;
 line-height: 18px;
 text-align: center;
 background-color: #b5c839;
 text-align: justify;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	font-variant: small-caps;
	margin-bottom: 20px;
	color: #0100fe;
	background-color: #fffd00;
	border: solid #c6b739 2px;
	padding: 3px 5px 5px 70px;
	text-align: left;
	overflow: visible;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	
	color: #f4a531;
	padding: 10px 0px 10px 10px;
	margin: 0px -25px 20px -25px;
	background: #FFF;
}
td {
	padding: 2px;
	font-size: 10px;
}

p {
	margin-bottom: 10px;
}

blockquote {
	margin: 10px 20px;
	padding: 20px 10px 10px 40px;
	border: 1px dashed #CCC;
	background: url("imgs/cita.png") no-repeat #ededed;
	
}

.tituloMenu {
	font-weight: bold;
	border-bottom: 1px solid #666;
	margin-top: 10px;
	
}

#contenedor {
	position: relative;
	width: 1024px;
	margin: 0px auto;
	
}

#cabecera {
	position: absolute;
	top:0px;
	height: 400px;
	width: 1000px;
	background: url("imgs/fondo.png") no-repeat;
	background-position: -100px -0px;
}

#lateral {
	position: absolute;
	top: 360px;
	left: 10px;
	width: 250px;
}

#cuerpo {
	position: absolute;
	top: 360px;
	left: 275px;
	width: 700px;

}

#logo {
	position: absolute;
	top: 30px;
	left: 20px;
	width: 190px;
	height: 170px;
}



.hidden {
 visibility: hidden;
}

.clear {
 clear: both;
}

.recuadro {
	border: 2px solid #c6b739;
	background: url("imgs/fondo_recuadro.png");
	padding: 0px 25px 10px 25px;
	margin-bottom: 10px;
}

.recuadro ul {
	margin: 10px 0px 10px 25px;
}

.recuadro li {
	list-style-type: circle;
}

#logotitulo {
	position: absolute;
	top: 340px;
	left: 290px;
	z-index: 99;
}

.imgIzda {
	float: left;
	margin: 0px 20px 20px 0px;
	border: 1px solid #f4a531;
	padding: 1px;
}

.detalle {
	clear: both;
	text-align: right;
	font-style: italic;
}

.detalle img a {
	text-decoration: none;
}

/* Lateral */

.lateral {
	border: 2px solid #c6b739;
	background: url("imgs/fondo_recuadro.png");
	padding: 0px 25px 10px 25px;
	margin-bottom: 10px;
}

.lateral h2 {
	font-size: 12px;
	font-weight: bold;
	font-variant: small-caps;
	color: #f4a531;
	padding: 10px 10px 10px 40px;
	margin: 0px -25px 20px -25px;
	background: url("imgs/clip.png") no-repeat #FFF;
	text-align: left;
}

/* PORTADA */

.noticia {
	border: 2px solid #c6b739;
	background: url("imgs/fondo_recuadro.png");
	padding: 0px 25px 10px 25px;
	margin-bottom: 10px;
}

.noticia h2 {
	font-size: 18px;
	font-weight: bolder;
	
	color: #f4a531;
	padding: 10px 10px 10px 100px;
	margin: 0px -25px 20px -25px;
	background: #FFF;
	text-align: left;
}

.calendario {
	float: left;
	text-align: center;
	font-weight: bold;
	margin-left: -20px;
	margin-top: -20px;
	background: url("imgs/calendario.png") no-repeat;
	padding-top: 30px;
	width: 100px;
	height: 62px;
	overflow: hidden;
	
}

.cronica {
	float: left;
	text-align: center;
	font-weight: bold;
	margin-left: -20px;
	margin-top: -20px;
	background: url("imgs/cronica.png") no-repeat;
	padding-top: 30px;
	width: 100px;
	height: 62px;
	overflow: hidden;
	
}

/* RUTAS */

.mapa {
	float: left;
	text-align: center;
	font-weight: bold;
	margin-left: -20px;
	margin-top: -20px;
	background: url("imgs/rutas.png") no-repeat;
	padding-top: 30px;
	width: 100px;
	height: 59px;
	overflow: hidden;
	
}


/* EFECTOS */


.transparente {
	 -moz-opacity:.65; 
	 filter:alpha(opacity=65); 
	 opacity:.65;
}

/*
-------------------------------------------------------------- 
PAGINADOR
--------------------------------------------------------------*/
ul.paginador {
	list-style: none;
	text-align: center;
	margin: 20px 0;
}

ul.paginador li {
	display: inline;
	border: 1px solid #666666;
	color: #6e4e51;
	background-color: #FFFF00;
	margin: 0 1px;
	padding: 5px;
	color: #000;
	font-weight: bold;
}

ul.paginador li:hover {
	display: inline;
	border: 2px solid #666666;
	padding: 4px;
}

ul.paginador li.inerte:hover {
	display: inline;
	border: 1px solid #666666;
	padding: 5px;
}

ul.paginador li.actual {
	background-color: #0100FE;
}

ul.paginador li a {
	color: #000;
	font-weight: normal;
	text-decoration: none;
}

ul.paginador li.actual a {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}


ul.paginador li a:hover {
	text-decoration: none !important;
}



/* Tablas y formularios */


td.Tabla {
	font-size: 1em;
	vertical-align: top;
	border-bottom: 1px dashed #000;
}

td.TablaTitulo {
	vertical-align: top;
	border-bottom: 3px double #000;
	font-weight: bold;
}

td {
	padding: 10px;
	vertical-align: top;
}

#detalle td.TablaTitulo {
	border-bottom: 1px dashed #000;
	border-right: 1px dashed #000;
}

#detalle td.Tabla {
	font-size: 0.9em;
}

#addArriba {
	text-align: center;
	margin-bottom: 30px;
	border-bottom: 1px dashed #0100FE;
	border-top: 1px dashed #0100FE;
	padding: 10px;
}

#addAbajo {
	text-align: center;
	margin-bottom: 30px;
	border-bottom: 1px dashed #0100FE;
	border-top: 1px dashed #0100FE;
	padding: 10px;
}

#login {
	float: left;
	border: 2px solid #c6b739;
	background-color: #FFFF00;
	text-align: center;
	clear: both;
	width: 235px;
	padding: 5px;	
	font-size: .9em;
}

#login input, submit {
	font-size: .9em;
	margin: 0px;
}


.buscador {
	position: relative;
	left: 250px;
	width: 200px;
	border: 1px solid #F4A531;
	text-align: center;
	background-color: #FFFF00;
	padding: 10px; 
	
}

.columna_izda {
	float: left;
	width: 325px;
	margin-right: 10px;
	
}

.columna_dcha {
	float: left;
	width: 350px;
	
}

.Fecha {
	width: 80px;
	
}

.autor {
	float: right;
	background-color: #FFF;
	text-align: right;
	padding: 5px;
}

.autor img {
	padding: 2px;
	border: 1px solid #B5C839;
}
