@charset "utf-8";
/* CSS RESETEO DE ESTILOS */
html{color:#000;background:#FFF;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
/* para preservar line-height y apariencia de selectores */
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
/*permitir escalado en IE*/
input,textarea,select{*font-size:100%;}
/*porque legend no hereda en ID */
legend{color:#000;}

/* ----------------- FIN RESETEO --------------------- */
body, html {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	min-height: 100%;
	height: 100%;
	background-color: #FFFFFF;
}
#principal {
	width: 960px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	overflow: visible;
	clear: both;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
}
/* -------------------- CABECERA ------------------------- */
#topbanner {
	height: 90px;
	width: 960px;
	padding-top: 5px;
}
#cabecera {
	background-image: url(images/bg0.gif);
	background-repeat: repeat-x;
	height: 81px;
	width: 960px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #ff6901;
	clear: both;
}
#cabecera img {
	clear: none;
	float: left;
}
#menutop {
	background-color: #FF6901;
	height: 28px;
	width: 960px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #8F3A01;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
/* -------------------- CONTENEDORES ------------------------- */
#cont1 {
	clear: none;
	float: left;
	width: 640px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	overflow: visible;
}
#cont2 {
	clear: none;
	float: right;
	width: 300px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	overflow: visible;
	background-color: #FFFFFF;
	margin-left: 20px;
}
#cont3 {
	clear: none;
	float: left;
	width: 400px;
	overflow: visible;
	padding-right: 10px;
}
#cont4 {
	clear: none;
	float: right;
	width: 220px;
	overflow: visible;
}
/* -------------------- CONTENEDORES TITULARES ---------------------------- */
#cont5 {
	width: 299px; /* quitamos 1 px de margen */
	margin-right: 10px;
	margin-bottom: 5px;
	clear: none;
	float: left;
	padding-right: 10px;
	overflow: visible;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
	margin-top: 10px;
}
#cont5 h1 {
	color: #FF6901;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 0.8em;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF6901;
	line-height: 1em;
	margin-top: 10px;
}
#cont5 p {
	font-size: 0.6em;
	padding-left: 10px;
	margin: 5px;
	background-image: url(images/pin1.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	line-height: 0.8em;
}
#cont6 {
	width: 310px;
	margin-bottom: 5px;
	clear: none;
	float: left;
	padding-right: 10px;
	overflow: visible;
	margin-top: 10px;
}
#cont6 h1 {
	color: #FF6901;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 0.8em;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF6901;
	line-height: 1em;
	margin-top: 10px;
}
#cont6 p {
	font-size: 0.6em;
	padding-left: 10px;
	margin: 5px;
	background-image: url(images/pin1.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	line-height: 0.8em;
}
.geoloc{
	clear: both;
	margin-top: 3px;
	margin-bottom: 3px;
}
/* ******************* PIE PÁGINA ******************* */
#pie {
	height: 57px;
	width: 960px;
	background-color: #EEEEEE;
	clear: both;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 50px;
}
#pie p {
	font-size: 10px;
	color: #666666;
	text-align: center;
	line-height: #666666;
}
#pie a:link, #pie a:visited, #pie a:active {
	color: #FF6600;
	text-decoration: none;
}
#pie a:hover {
	color: #FF0000;
	text-decoration: underline;
}
/* ------------------- COMENTARIOS ------------------------------- */
.comm {
	font-size: 0.6em;
	color: #0000FF;
}
.comm img {
	vertical-align: top;
}
/* ******************************************** */
/* ************** MENSAJES ******************** */
/* ******************************************** */
.info, .ok, .atencion, .nok {
	border: 1px solid;
	background-repeat: no-repeat;
	background-position: 10px center;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 50px;
	clear: both;
}  
.info {
	color: #00529B;
	background-color: #BDE5F8;
	background-image: url('images/info.png');
	vertical-align: middle;
}  
.ok {  
    color: #4F8A10;  
    background-color: #DFF2BF;  
    background-image:url('images/ok.png');  
	vertical-align: middle;
}  
.atencion {  
    color: #9F6000;  
    background-color: #FEEFB3;  
    background-image: url('images/atencion.png');  
	vertical-align: middle;
}  
.nok {  
    color: #D8000C;  
    background-color: #FFBABA;  
    background-image: url('images/nok.png');  
	vertical-align: middle;
}
/* ------------------ LOGIN ------------------------ */
#login {
	clear: none;
	float: right;
	font-size: 10px;
	top: 60px;
	position: relative;
}
#login input {
	background-color: #FEF1EA;
	border: 1px solid #FF6901;
	height: 15px;
	vertical-align: middle;
}
#login #boton {
	background-color: #FF6901;
	color: #FFFFFF;
	height: 17px;
	width: 20px;
	vertical-align: middle;
}
/* ---------------- ANUNCIO AJAX ------------------------ */
#anuncio {
	font-size: 10px;
	background-color: #FFFFFF;
	width: 298px;
	clear: both;
	float: left;
	border: 1px solid #CCCCCC;
	height: 90px;
	margin-bottom: 5px;
}
#anuncio h1 {
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	background-color: #CCCCCC;
	padding-bottom: 2px;
	padding-left: 5px;
}
#anuncio span {
	display: block;
	padding: 5px;
}
/* ---------------- EDITORIAL ------------------------ */
.edito {
	margin-top: 7px;
}
#editorial {
	font-size: 10px;
	background-color: #FFFFFF;
	width: 288px;
	clear: both;
	float: left;
	border: 1px solid #CCCCCC;
	height: 100px;
	margin-bottom: 10px;
	padding: 5px;
}
#editorial h1 {
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
#editorial p {
	padding: 5px;
}
#editorial a:link, #editorial a:visited, #editorial a:active {
	color: #999999;
	text-decoration: none;
}
#editorial a:hover {
	color: #FF6900;
	text-decoration: none
}
/* ---------------------- BANNERS --------------------------------------- */
.bannerinf {
	margin-top: 10px;
	padding-top: 5px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCCCCC;
}
/* --------------------- COMENTARIOS ----------------------------------- */
.aniadecom {
	width: auto;
	clear: both;
	margin-bottom: 3px;
}
.aniadecom img {
	vertical-align: middle;
}
.aniadecom span {
	font-size: 10px;
	font-weight: bold;
}
#comenta {
	height: auto;
	width: 638px;
	margin-top: 10px;
}
#comentablog {
	height: auto;
	width: 400px;
	margin-top: 10px;
}
#comenta fieldset, #comentablog fieldset {
	border:1px solid #ff6901;
	padding: 10px;
	margin-bottom: 10px;
	background-color: #FFF0EC;
}
#comenta legend, #comentablog legend {
	color: #FFFFFF;
	background-color: #ff6901;
	padding: 3px;
	margin: 5px;
	border: 1px solid #ff6901;
	font-size: 12px;
}
#comenta .in, #comentablog .in {
	font-size: 12px;
	border: 1px solid #666666;
	width: 100px;
}
#comenta .tx {
	font-size: 12px;
	border: 1px solid #666666;
	width: 614px;
}
#comentablog .tx{
	font-size: 12px;
	border: 1px solid #666666;
	width: 373px;
}
#comenta a:link, #comenta a:visited, #comenta a:active, #comentablog a:link, #comentablog a:visited, #comentablog a:active {
	color: #ff6901;
	text-decoration: underline;
}
#comenta a:hover, #comentablog a:hover {
	color: #CC0000;
	text-decoration: underline
}
#comenta .bt {
	font-size: 12px;
	border: 1px solid #CD5301;
	width: 614px;
	color: #FFFFFF;
	background-color: #ff6901;
}
#comentablog .bt {
	font-size: 12px;
	border: 1px solid #CD5301;
	width: 375px;
	color: #FFFFFF;
	background-color: #ff6901;
}
hr {
	height: 1px;
	color: #ff6901;
	width: 100%;
}
/* ************************ TRAFICO ******************************* */
#trafico {
	font-size: 10px;
	padding: 5px;
	width: 290px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3399CC;
	background-color: #FFFFFF;
}
#trafico p{
	margin-bottom: 5px;
}
#trafico a:link, #trafico a:visited, #trafico a:active {
	color: #3399CC;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
#trafico a:hover {
	color: #FF6600;
	text-decoration: underline
}
#trafico .ftl {
	vertical-align: middle;
}
/* ***************** ETIQUETAS ************************** */
#etiq {
	font-size: 10px;
	color: #999999;
	clear: both;
}
#etiq a:link, #etiq a:visited, #etiq a:active {
	color: #3399CC;
	text-decoration: none;
}
#etiq a:hover {
	color: #FF6600;
	text-decoration: underline
}
/* **************** BANNERS ************************** */
.esp {
	height: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
/* **************** LA PALABRA PDF ********************* */
#lapalabra {
	font-size: 10px;
	padding: 5px;
	width: 288px;
	background-color: #FFFFFF;
	border: 1px solid #c2423b;
	height: 60px;
	overflow: auto;
	margin-bottom: 5px;
}
#lapalabra p{
	margin-bottom: 5px;
}
#lapalabra a:link, #lapalabra a:visited, #lapalabra a:active {
	color: #c2423b;
	text-decoration: none;
	font-size: 10px;
}
#lapalabra a:hover {
	color: #c2423b;
	text-decoration: underline
}
/* ********************** DIAPOS ********************************** */
#myController, #myControllerBlog {
	margin-bottom: 10px;
}
#myController span, #myControllerBlog span {
	color:#000000;
	cursor:pointer;
	border: 1px solid #CCCCCC;
	margin-right: 5px;
	background-color: #EEEEEE;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
}
/* ************************************************** */
/* ****************** CALENDARIO ******************** */
/* ************************************************** */
#calendario{
	border-collapse: collapse;
	width: 220px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #8f3a01;
	border-left-color: #8f3a01;
	font-size: 14px;
	color: #8f3a01;
	margin-bottom: 10px;
	background-color: #FFFFFF;
}
#calendario a:link, #calendario a:visited, #calendario a:active {
	color: #000000;
	text-decoration: none;
}
#calendario a:hover {
	color: #000066;
	text-decoration: underline;
}
#calendario #navegacion{
	background-color: #ff6901;
	font-weight: bold;
	color: #FFFFFF;
}
#calendario #semana{
	background-color: #fef1ea;
	font-weight: bold;
}
#calendario td{
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #8f3a01;
	border-bottom-color: #8f3a01;
	text-align: center;
}
#calendario #diahoy{
	background-color: #fffb88;
}
#calendario #hoyevento{
	background-image: url(images/hayeventohoy.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #fffb88;
}
#calendario #evento{
	background-image: url(images/hayevento.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
