/* /////////////////////////////////////////////////////////////////////////
Hoja De Estilos - Real Valladolid - Microsite Campaņa de abonados
Realizacion: digival.es 
joseignacio.marcos@digival.es
///////////////////////////////////////////////////////////////////////// */
BODY{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #161616;
	margin: 0;
	padding: 0;
	height: 100%;
	background: url(../images/bg.gif) repeat-x top;
}
HTML{
	background: url(../images/bgMed.gif) repeat-y 50%;
	height: 100%;
}
IMG{
	border: 0;
}
*{
	padding: 0;
	margin: 0;
}
.clear{
	clear: both;
}
P{
	line-height:18px;
	margin-bottom: 20px;
}
a{
	color: #161616;
	text-decoration: none;
	outline: none;
}
a.under{
	text-decoration: underline;
}
a:hover{
	color: #72015f;
	text-decoration: underline;
}
.justif{
	text-align: justify;
}
.centro{
	text-align: center;
}
.fleft{
	float: left;
}
.fright{
	float: left;
}
.fleftMargin{
	float: left;
	margin: 0px 20px 20px 0px;
}
.frightMargin{
	float: right;
	margin: 0px 0px 20px 20px;
}
input, button, textarea, select{
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
.mtop20{
	margin-top: 20px;
}
.morado{
	color: #72015f;
}
.letrapeq{
	margin-top: 40px;
	font-size: 10px;
}
/* ---------------------------------------------------------------------------------------- */
/*   DIVS GENERALES --------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */
#sitio{
	width: 880px;
	margin: 0px auto;
	overflow: hidden;
}
#cabecera{
	width: 880px;
	height: 320px;
	display: block;
}
#menu{
	width: 200px;
	float: left;
	margin: 20px 30px 430px 25px;
	z-index: 100;
}
#derecha{
	width: 600px;
	margin-top:20px;
	border-bottom: 1px solid #dadada;
	float: left;
	margin-bottom: 320px;
	position: relative;
	display: block;
	text-align: justify;
	z-index: 100;
}
#footer{
	width: 880px;
	height: 430px;
	position: absolute;
	overflow: hidden;
	margin-top: -430px;
	left: 50%;
	margin-left: -440px;
	background: url(../images/pormiscolores.gif) no-repeat;
	z-index: 1;
}
#footer P{
	text-indent: -99999px;
}
/* ---------------------------------------------------------------------------------------- */
/*   IZQUIERDA ---------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */
#cabecera h1 a{
	width: 880px;
	height:320px;
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background: url(../images/cabecera.jpg) no-repeat top;
}
/* ---------------------------------------------------------------------------------------- */
/*   MENU --------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */
#menu ul{
	list-style: none;
	border-bottom: 1px solid #fff;
}
#menu ul li{
	border-bottom: 1px solid #d7d9d8;
	border-top: 1px solid #fff;
	padding: 8px 15px;
}
#menu ul li a{
	color: #333;
	display: block;
	font-family: 'Arial Narrow',Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
}
#menu ul li a:hover{
	color: #72015f;
}
/* ---------------------------------------------------------------------------------------- */
/*   CUERPO  ------------------------------------------------------------------------------ */
/* ---------------------------------------------------------------------------------------- */
h2{
	border-bottom: 1px solid #dadada;
	display: block;
	color: #72015f;
	text-transform: uppercase;
	font-family: 'Arial Narrow',Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	padding: 0px 0px 3px 0px;
	margin-bottom:10px;
}
#menu h2{
	margin-bottom: 0px;
	padding:  0px 15px 5px 15px;
	border-bottom: 1px solid #d7d9d8;
}
h3{
	display: block;
	color: #72015f;
	text-transform: uppercase;
	font-size: 11px;
	margin-bottom: 10px;
}
ul.lista{
	margin-bottom: 15px;
	list-style: none;
	margin-left: 15px;
	width: 585px;
	display: block;
}
ul.lista li{
	background:url(../images/ico_raya.gif) no-repeat left 7px;
	padding-left: 9px;
	margin-bottom: 10px;
	line-height: 15px;
	display: block;
}
.imgBorde{
	border: 1px solid #dadada;
}
.precios{
	border-collapse: collapse;
	width: 600px;
	text-align: center;
	margin-bottom: 20px;
}
.precios td{
	padding: 4px 0px;
}
table.clasificacion, table.comparativa{width:600px;border-collapse:collapse;border-bottom:2px solid #dadada;margin-bottom:20px;}
table.clasificacion caption, table.comparativa caption{color:#72015f;font-weight:700;padding:10px 0 20px;}
table.clasificacion caption img, table.clasificacion img{	vertical-align: middle;}
table.clasificacion thead th, table.comparativa thead th{border-bottom:2px solid #dadada;color:#72015f;padding:5px 0;text-align: center;}
table.clasificacion tbody td, table.comparativa tbody td{border-top:1px solid #dadada;padding:10px 5px; text-align: center;}
table.clasificacion tr.supLimiteClasif td{border-top:2px dotted #dadada;}
table.clasificacion thead tr.rojo th{color: #990000;}
tr.trbg{background-color:#f6f6f6;}
table.clasificacion thead th.alignIzq, table.clasificacion tbody td.alignIzq{text-align: left;padding-left: 5px;width: 135px;}
#tablaOverIe tr:hover td,#tablaOverIe tr.trOver td{background-color:#72015f; color: #fff;}
table.comparativa td{
	color: #ad3838;
	font-weight: bold;
}
table.comparativa tbody td.alignIzq{
	text-align: left;
	width: 80px;
	padding-left: 5px;
	color: #333;
}
 table.comparativa thead th.alignIzq{
 	color: #72015f;
	text-align: left;
	width: 80px;
	padding-left: 5px;
 }
table.comparativa td.rojo{
	color:#7ba414;
	font-weight: bold;
}

table.comparativa td.negro{
	color: #333;
}
/* ---------------------------------------------------------------------------------------- */
/*   FOOTER ------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */
.anuncios{
	list-style: none;
	width: 600px;
	overflow: hidden;
}
.anuncios li{
	width: 280px;
	display: block;
	height: 240px;
	text-align: center;
	float: left;
	margin-bottom: 10px;
}
.mright40{
	margin-right: 40px;
}
