@charset "utf-8";

/* CSS Document */



@import url('reset.css');



/*//////////// GENERAL ////////////////*/



html, body, #site {height: 100%;}



body{font-family:"Molengo", Arial, Helvetica, sans-serif;font-size:62.5%; text-align:left;}



body a{outline:none;text-decoration:none;color:#000}



body > #site {height: auto; min-height: 100%;}



#site{width:100%; background:#FFF;/*border-left:1px solid #CCC;border-right:1px solid #CCC;*/ margin:0 auto;}



#pie{

	width:1000px;

	height:85px;

	margin:-85px auto 0;

	clear:both;

	position:relative;

	/*border:1px solid #CCC;*/

	vertical-align:bottom;

}



.centro_pie{

	background:url(imagenes/img_millon.jpg) no-repeat 0 0;

	border-bottom:0px;

	position:relative;

	vertical-align:bottom;

	height:65px;

	width:1000px;

}



.reservado{

	background:url(imagenes/reservado.png) repeat;

	position:absolute; 

	z-index:500;

	/*border:1px solid #999;*/

}



/*a:link{color:#026455}

a:visited{color:#026455}

a:active{color:#026455}*/





.clearfix:after {content: ".";

	display: block;

	height: 0;

	clear: both;

	visibility: hidden;}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/

* html .clearfix { height: 1%;}

.clearfix {display: block;}

/* End hide from IE-mac */



.clear{clear:both;}



#centro{

	width:1000px;

	margin:0 auto;

	padding-bottom:60px;

}



#contenido{

	overflow:hidden;

	width:900px;

	margin:0 auto;

	padding-bottom:85px;

}



#cabecera{

	width:1000px;

	height:80px;

	margin:0 auto;

	background:url(imagenes/img_millon.jpg) no-repeat 0 0;

	/*background:#026455;*/

}



#menu{

	width:1000px;

	height:20px;

	background:url(imagenes/img_millon.jpg) no-repeat 0 -162px;

}



#menu ul{

	margin-right:45px;

}



#menu ul li{

	display:inline;

}



#menu ul li a{

	display:block;

	float:right;

	font-weight:bold;

	height:14px;

	margin:3px 5px;

	font-size:1.2em;

	color:#000;

}



#contenido h1{

	display:block;

	width:100%;

	border-bottom:2px solid #ebb011;

	font-size:1.6em;

	margin-top:20px;

	color:#000;

}



#contenido h3{

	display:block;

	font-size:1.6em;

	/*margin-top:25px;*/

	color:#000;

	border:none;

	text-align:right;

}



#contenido h2{

	display:block;

	background:#fdf7e7;

	font-size:1.6em;

	margin-top:25px;

	padding:5px 0;

	color:#000;

}



#contenedor_millon{

	position:relative;

	width:1000px;

	height:1000px;

}



.texto_consulta{

	line-height:1.8em;

	font-size:1.4em;

	margin:15px 0 0;

}



.campos_formularios{



}



input.campos_formulario, textarea.campos_formulario{border:none; width:385px; background:transparent;border-bottom:1px solid #000;}

textarea.campos_formulario{height:80px;}

input.enviar_formulario{border:none; background: #ebb011; text-align:center; font-weight:bold; width:150px; padding:2px 0}



.izq{float:left}

.der{float:right}



.borde_derecho{border:none; border-right:6px solid #ebb011;}

.borde_izquierdo{border:none; border-left:6px solid #ebb011;}



.errormsg{color:#F90;}



.contenido_texto p{

	margin:12px 0;

	line-height:1.2em;

	font-size:1.4em;

}



/*.contenido_texto ol{

	margin:15px 5px;

}



.contenido_texto ol p{

	margin:5px 0;

}*/



.sangria1{

	text-indent: 1.5em;

}

.sangria2{

	text-indent: 2.5em;

}



.iniciar_compra{

	display:block;

	background:url(imagenes/btn-iniciar-compra.gif) no-repeat right 50%;

	width:261px;

	height:34px;

	padding-top:12px;

	padding-right:5px;

}

/*//////////// GENERAL ////////////////*/



/************* panel_compra ******************/



#panel_compra{

	width:100%;

	height:150px;

	position:fixed;

	bottom:0;

	left:0;

	z-index:5000;

	background:#e8e8e8;

	display:none;

}



* html #panel_compra{

	position:absolute;

	top:expression(eval(document.compatMode &&

document.compatMode=='CSS1Compat') ?

documentElement.scrollTop

+(documentElement.clientHeight-this.clientHeight) 

: document.body.scrollTop

+(document.body.clientHeight-this.clientHeight));;

}



#panel_compra table td{

	margin:5px;

	padding:5px;

}



#panel_compra input{border:1px dotted #999; background:#FFF;}



/************* panel_compra *********************/



/************* tooltip ***************************/



#tooltip{

	position:absolute;

	/*display:none;*/

	z-index:10000;

	width:210px;

	font-size:14px;

	background: none;

	padding:5px;

}



/************* tooltip ******************************/



a#watts{background:url(imagenes/25W.png) no-repeat 0 0; width:130px; height:12px; display:block;position:absolute; bottom:11px; right:5px;}

a#watts:hover{background:url(imagenes/25W.png) no-repeat 0 -12px;}



.ittem-anunciantes{

	width:100%;

	height:20px;

	margin:10px 0;

	border-bottom:1px solid #ebb011;

	position:relative;

}



.ittem-anunciantes .comprador{

	position:absolute;

	left:10px;

	font-size:14px;

	width:250px;

}



.ittem-anunciantes .url{

	position:absolute;

	right:10px;

	text-align:right;

	font-size:12px;

	width:200px;

}



#efectuar_compra{

	color:#ebb011;

}



.letras{

	position:relative;
	/*margin:15px 0 25px;*/
	/*position:absolute;
	bottom:70px;*/
	width:100%;
	height:20px;
	text-align:left;
	margin:0 0 0 40px;

}



.letras a{

	margin:5px;

}