/* **************************************************** */
/* EL TIEMPO */
/* **************************************************** */
/* Imports */
/* **************************************************** */
@import url("cvStyleSheet2.css");
@import url("cvStyleSheet3.css");


/* **************************************************** */
/* Encabezados de sección - fondo izquierdo y banner */
/* **************************************************** */
/* Fondo */
.sec-eltiempo {
	background-image: url(http://www.comunitatvalenciana.com/eltiempo/images/upizq.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

/* Banner */
/*#header-sec.sec-eltiempo H2 {
	background-image: url(http://www.comunitatvalenciana.com/eltiempo/images/banner.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}*/

/* Estilos para la home del tiempo */
/* Modificaciones sobre layout-interior-A1.css */
#elt-home #l-col-izq {width: 210px; position: relative;}
#elt-home #l-col-der {width: 300px;}
#elt-home #l-colspan {margin: 0px 0px 0px 10px; clear: both;}


/* Marco */
#hoja-mini-cont{border: 1px solid blue;}
#hoja-mini {
	position: relative;
	border: 1px solid #999999;
	margin-top: 22px;
	padding: 2px 15px 5px 15px;
}
#hoja-mini #hoja-esquina {
	position: absolute;
	top: -1px; left: -1px;
	width: 13px; height: 13px;
	background-image: url(../../eltiempo/images/esquina-hoja.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
* html #hoja-mini #hoja-esquina {
	top: 0px;
	left: -16px;
}

#hoja-mini #tblData {width: 100%;}
#hoja-mini #tblData TH,
#hoja-mini #tblData TD{
	text-align: center;
}
#hoja-mini #tblData TH {
	font-family: Arial, Verdana;
	font-size: 1em;
	color: #AAAAAA;
}
#hoja-mini #tblData TH STRONG{
	font-family: Verdana, Arial;
	font-size: 1em;
	color: #AAAAAA;
}
#hoja-mini #tblData TD{
	font-family: Verdana, Arial;
	font-size: 2.5em;
	font-weight: bold;
	color: #0A78BF;
}

/* visor */
#visor-img {width:300px;}

#v-fecha {
	background: url(../../images/iconos/adelante.gif) no-repeat 0px 7px;
	padding: 0px 0px 7px 15px;
	text-align: left;
	font-size: 1.4em;
	font-weight: bold;
	color: #0A78BF;
}
#v-fecha SPAN{
	font-size: 1.25em;
	/*margin-left: 65px;*/
	color: #666666;
}

#v-fecha A{
	cursor:default;
}

#v-botonera{
	border-top: 1px solid #0186D7;
	margin: 0px ! important;
	padding: 0px ! important;
}
#v-botonera LI{
	border-right: 1px solid #0186D7;
	display: block;
	width: 95px;
	float: left;
	text-align: center;
	padding: 2px 2px 4px 2px ! important;
}
#v-botonera LI.no-line {border-right: none;}
#v-botonera LI:HOVER {
	background-color: #CCE6F8;
	/*cursor: pointer;*/
	cursor: default;
}


#v-botonera LI A {
	font-weight: normal ! important;
	color: #0186D7;
	cursor: default;
}
#v-botonera LI A:HOVER {
	text-decoration: underline;
	cursor: default;
}

.btn-ver {
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #666666;
	background-color: #FFFFFF;
	font-weight: bold;
	border: 1px solid #999999;
}