@charset "iso-8859-1";

/* COMUNES */
* { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:small; /*font-weight:inherit;*/ margin:0px; padding:0px; }
ul { list-style-type:none; }
img { border:none; }
.negrita { font-weight:bold; }
.cursiva { font-style:italic; }
.subrayado { text-decoration:underline; }
.tachado { text-decoration:line-through; }
.blanco, a:link.blanco, a:visited.blanco { color:#FFFFFF; }
.verde, a:link.verde, a:visited.verde { color:#9daa05; }
.marron, a:link.marron, a:visited.marron { color:#9b5719; }
a:link, a:visited { color:#000000; }
a:hover { text-decoration:none; }
.acenter { text-align:center; }
.aright { text-align:right; }
.fleft { float:left; }
.fright { float:right; }
.peq1 { font-size:0.8em; }
.peq2 { font-size:0.6em; }
.peq3 { font-size:0.4em; }
.gra1 { font-size:1.2em; }
.gra2 { font-size:1.4em; }
.gra3 { font-size:1.6em; }
p { margin-bottom:10px; }
img.verde { border:1px solid #9daa05; }
img.marron { border:1px solid #9b5719; }
img.icono { margin:0px 4px -4px; }
.cleaner { height:0px; line-height:0px; font-size:0em; clear:both; }
abbr:hover, acronym:hover { cursor:help; }
.columna2 { float:left; width:49%; margin-right:1%; }
.columna3 { float:left; width:32.3%; margin-right:1%; }

/* COMUNES */

#cabecera, #contenido, #pie_pagina {
	width:830px;
	margin:auto;
}

#cabecera {
	height:165px;
	position:relative;
	margin-bottom:20px;
	/*background:top right no-repeat;*/
	background:170px 0px no-repeat;
}
#cabecera img.logotipo {
	position:absolute;
	margin-left:8px;
}
* html #cabecera img.cabecera {
	behavior:url(/css/iepngfix.htc);
}
#cabecera p {
	position:absolute;
	left:750px;
	top:70px;
}

#menu {
	width:170px;
	float:left;
}
#menu dl dd {
	padding-top:1em; padding-bottom:0.3em;
	background:url(../images/lineas_menu.gif) bottom left no-repeat;
}

#cuerpo, #fotos_abajo {
	width:640px;
	float:right;
}
/*#cuerpo > p {
	padding:0px 20px 5px;
}*/
#fotos_abajo {
	margin:20px 0px;
}
#fotos_abajo .imgder {
	margin-left:11px;
}
.cuerpo {
	background:#f5f6e6 url(../images/cuerpo_abajo.gif) bottom left no-repeat;
	padding-bottom:30px;
}

#pie_pagina {
	clear:both;
	margin-top:20px;
	padding-top:30px;
	height:50px;
	text-align:right;
	font-size:0.8em;
	background:url(../images/pie_pagina.gif) top left no-repeat;
}
#pie_pagina a:link, #pie_pagina a:visited {
	font-size:1em;
	color:#9b4d1b;
}

/* PORTADA */

#cuerpo .col_izq_gra {
	width:422px;
	float:left;
}
#cuerpo .col_der {
	width:204px;
	float:right;
}
#cuerpo .col_izq_gra, #cuerpo .col_der {
	background-color:#f5f6e6 !important;
	margin-bottom:10px;
}
#cuerpo .texto {
	padding:15px;
}
/*#cuerpo .col_izq_gra .texto > p:first-child, #cuerpo .col_der .texto > p:first-child {
	visibility:hidden;
	display:none;
}*/
.texto ul li {
	margin-bottom:8px;
}
#cuerpo .completamente_gratis {
	height:56px;
	background:url(../images/completamente_gratis.gif) left top no-repeat;
}
#cuerpo .ya-en-tu-kiosko {
	height:56px;
	background:url(../images/ya-en-tu-kiosko.gif) left top no-repeat;
}
#cuerpo .ultimas_entradas { background-image:url(../images/titulo_ultimas_entradas.gif); }
#cuerpo .col_izq_esquinas_down {
	min-height:400px;
	background:url(../images/col_izq_esquinas_down.gif) left bottom no-repeat;
}
#cuerpo .blogs {
	height:56px;
	background:url(../images/titulo_blogs.gif) left top no-repeat;
}
#cuerpo .acceso { background-image:url(../images/titulo_acceso.gif); }
.listado_blogs li {
	margin-bottom:10px;
}
#cuerpo .col_der_down {
	min-height:400px;
	background:url(../images/col_der_down.gif) left bottom no-repeat;
}
#cuerpo .info_estaciones {
	min-height:130px;
	padding-top:70px;
	border:1px solid #9daa05;
	background:url(../images/info_estaciones.gif) left top no-repeat;
}
#cuerpo .videos {
	height:90px;
	background:url(../images/videos.gif) left top no-repeat;
}
#cuerpo .col_der_centro_down {
	width:202px !important;
	min-height:200px;
	border:1px solid #9daa05;
	border-top:none; border-bottom:none;
	background:url(../images/col_der_centro_down.gif) left bottom no-repeat;
}

/* INFO ESTACIONES */

table.calendar {
	float:left;
	margin:0px 12px 10px;
}
table.calendar tr td {
	padding:2px;
	text-align:right;
	border:1px solid #9daa05;
}
table.calendar tr td.temp_alta {
	background-color:#9daa05;
	color:#F5F6E6;
	font-weight:bold;
}

/* CONTACTO */

form {
	text-align:right;
	width:60%;
	margin:auto;
}
.col_der form { width:100%; }
fieldset {
	border:none;
}
label {
	margin-right:10px;
	text-align:right;
	vertical-align:top;
}
input.caja, textarea.caja, select.caja {
	width:250px;
	margin-bottom:5px;
	border:1px #9b5719 solid;
	background-color:#f5f6e6;
}
.col_der input.caja { width:80px; }
input.radio {
	margin-top:-4px;
}
textarea.caja {
	height:100px;
}
input.boton {
	border-top:1px #fff solid;
	border-left:1px #fff solid;
	border-right:1px #000 solid;
	border-bottom:1px #000 solid;
	background-color:#9daa05;
	color:#FFFFFF;
	font-size:0.8em;
}



