@charset "utf-8";
/* CSS Document */

*
{
	margin:0;
}

body
{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:14px;
	background-color:#CCC;
}

h2
{
	color:#D68711;
    font-size:17px;
    font-weight:bold;
	padding-bottom:12px;
	margin-top:-25px;
}

.ok, .bien
{
	font-weight:bold;
	color:#008000;
}
.error, .mal
{
	font-weight:bold;
	color:#F00;
}

a.link
{
	color:#333;
	text-decoration:none;
}
a.link:hover
{
	color:#666;
	border-bottom:1px dotted #666;
}

#wrap
{
	width:910px;
	margin:auto;
}

#header
{
	position:relative;
	width:100%;
	background-image:url(img/bg_wrap.png);
}
#header .top
{
	position:relative;
	width:880px;
	height:126px;
	overflow:hidden;
	padding-left:15px;
	padding-top:10px;
}

#header .buscador
{
	position:relative;
	width:880px;
	height:38px;
	padding-left:15px;
	padding-top:10px;
}

#header .buscador input
{
	background-color:#FFF;
	border:1px solid #000;
	height:20px;
	/*line-height:20px;*/
	font-size:14px;
	padding:2px;
	width:250px;
	margin-left:15px;
}

#header .buscador button
{
	background-color:#0d2491;
	border:1px solid #FFF;
	width:90px;
	height:25px;
	/*line-height:24px;*/
	font-size:14px;
	margin-left:15px;
	color:#FFF;
	font-weight:bold;
	text-align:center;
	cursor:pointer;
}

#header .buscador a
{
	color:#FFF;
}
#header .buscador a:hover
{
	color:#CCC;
}

.boton
{
	background-color:#0d2491;
	border:1px solid #FFF;
	font-size:14px;
	color:#FFF;
	font-weight:bold;
	text-align:center;
	cursor:pointer;
	padding:4px;
}

#scroll
{
	position:relative;
	color:#FFF;
	width:100%;
	overflow:hidden;
}


#header .menu
{
	position:relative;
	width:870px;
	height:30px;
	padding-left:20px;
	padding-top:4px;
}

#header .menu a
{
	color:#666;
	text-decoration:none;
}
#header .menu a:hover
{
	color:#999;
	border-bottom:1px dotted #666;
}

#derecha
{
	position:relative;
	margin-top:-40px;
}

#content
{
	position:relative;
	width:100%;
	background-image:url(img/bg_wrap.png);
}

#content .contenido
{
	padding:20px;
}

#content .contenido ul
{
	margin-left:30px;
	margin-top:10px;
}

#content .miniaturas
{
	padding:10px;
}

#content .nav
{
	color: #999999;
    font-size: 16px;
    font-weight: bold;
	padding-bottom:5px;
}

#content .nav a
{
	color: #333333;
    text-decoration: none;
}

#content .nav a:hover
{
	color:#666;
	border-bottom:1px dotted #666;
}

#content .descripcion
{
	padding:15px;
}

#cuenta
{
	border:1px solid #CCC;
	padding:7px;
	margin-top:15px;
	margin-bottom:15px;
	
	-moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    behavior:url(border-radius.htc);
}

#cuenta a
{
	font-size:11px;
	color:#333;
	text-decoration:none;
}

#cuenta a:hover
{
	color:#666;
	border-bottom:1px dotted #666;
}

#datos
{
	width:250px;
	margin-top:10px;
	margin-bottom:15px;
	padding:15px;
	font-weight:bold;
	display:none;
	border:1px solid #CCC;
	-moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    behavior:url(border-radius.htc);
}

#pregunta, #respuesta
{
	position:relative;
	margin:10px;
	border:1px solid #333;
	background-color:#EFEFEF;
	
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    behavior:url(border-radius.htc);
}

#pregunta .titulo, #respuesta .titulo
{
	position:absolute;
	left:10px;
	top:10px;
	font-weight:bold;
	color:#800;
}
#pregunta .fecha, #respuesta .fecha
{
	position:absolute;
	right:10px;
	bottom:10px;
	color:#999;
	font-size:12px;
}
#pregunta .contenido, #respuesta .contenido
{
	padding:10px 25px 28px 110px;
	position:relative;
	color:#222;
	font-size:14px;
}

#respuesta
{
	position:relative;
	margin-bottom:-15px;
	margin-left:40px;
	margin-right:0px;
	border:1px solid #333;
	background-color:#CECECE;
	top:-18px;
}

#respuesta .titulo
{
	color:#006;
}

#respuesta .fecha
{
	color:#333;
}

#pregunta_box
{
	display:none;
}

#pregunta_box textarea
{
	width:100%;
}

#pregunta_box #limite
{
	color:#C00;
}

#menuIzq
{
	position:relative;
	margin-bottom:25px;
}
#menuIzq .menuA
{
	margin-top:20px;
	margin-bottom:15px;
    color: #0826B7;
    font-size: 16px;
    font-weight: bold;
}

#menuIzq .menuB
{
	padding-left:20px;
	margin-left:10px;
	background-image:url(img/icon.png);
	background-repeat:no-repeat;
	background-position:left;
	cursor:pointer;
}

#menuIzq .menuC
{
	color:#666;
	font-size:12px;
	padding-left:5px;
	margin-left:30px;
	border-bottom:1px dotted #CCC;
	cursor:pointer;
}


#footer .tope
{
	position:relative;
	width:100%;
	height:9px;
	background-image:url(img/bg_footer.png);
}

#footer .texto
{
	position:relative;
	text-align:center;
	color:#FFF;
	width:870px;
	height:30px;
	padding-left:20px;
	padding-top:4px;
	font-size:10px;
}


#footer .menu
{
	position:relative;
	text-align:center;
	color:#FFF;
	width:870px;
	height:30px;
	padding-left:20px;
	padding-top:4px;
}

#footer .menu a
{
	color:#FFF;
	text-decoration:none;
}
#footer .menu a:hover
{
	color:#CCC;
	border-bottom:1px dotted #CCC;
}


#login_box 
{
	margin-top:10px;
	width:150px;
	height:132px;
	font-size:10px;
	text-align:right;
	/*border:1px solid #CCC;*/
}
#login_box input
{
	background-color:#FFF;
	border:1px solid #000;
	height:14px;
	line-height:14px;
	padding:2px;
	width:100px;
	margin:3px;
}
#login_box button
{
	background:none;
	background-image:url(img/ingresar.png);
	background-repeat:no-repeat;
	width:65px;
	height:22px;
	margin:6px;
}

#destacados
{
	background-image:url(img/bg-dest.png);
	background-repeat:no-repeat;
	background-position:top;
	min-height:237px;
	margin-top:10px;
	margin-bottom:25px;
}

#destacados h2
{
	margin:0;
	color:#D68711;
    font-size:16px;
    font-weight:bold;
    padding-top:15px;
	padding-bottom:15px;
	text-align:center;
}

#destacados .imagen
{
	position:relative;
	width:150px;
	height:115px;
	border:1px solid #CCC;
	margin-top:10px;
	padding:3px;
	background-color:#FFF;
}

#destacados .titulo, #destacados .titulo a
{
	color:#000080;
    font-size:17px;
    font-weight:bold;
    text-decoration:none;
}

#destacados .precio
{
	color:#D68711;
    font-size:16px;
    font-weight:bold;
}

#listaPronosticos
{
	position:absolute; 
	left:385px; 
	background-color:#FFF; 
	border:1px solid #CCC; 
	padding:3px; 
	z-index:10; 
	display:none
}

.titulo_barra
{
	background-color:#0D2491;
    color:#FFFFFF;
    font-weight:bold;
    height:20px;
    padding:4px;
	text-align:center;
	margin-bottom:5px;
}

.error_box
{
	background-color:#CFC;
	color:#F00;
	border:1px solid #F00;
	width:90%;
	margin:auto;
	padding:10px;
	margin:5px;
	text-align:center;
}

.filaA
{
	background-color:#F2F2F2;
}

.filaB
{
	background-color:#D3D3D3;
}
.filaC
{
	background-color:#6F9;
}

.linea_producto td
{
	border-bottom:1px dotted #999;
}

.linea_producto_destacado td
{
	border-bottom:1px dotted #999;
	background-color:#FFC;
}

.linea_producto .foto img, .linea_producto_destacado .foto img
{
	border:1px solid #CCC;
	padding:3px;
}
.linea_producto .titulo, .linea_producto .titulo a, .linea_producto_destacado .titulo, .linea_producto_destacado .titulo a
{
	color: #000080;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}
.linea_producto .fecha, .linea_producto_destacado .fecha
{
	position:absolute;
	bottom:0;
	left:0;
	color:#666;
	font-size:11px;
	text-decoration:none;
	font-style:italic;
	font-weight:normal;
}

.linea_producto .tipo, .linea_producto_destacado .tipo
{
	color:#999;
}

.linea_producto .precio, .linea_producto_destacado .precio
{
	color: #D68711;
    font-size: 14px;
    font-weight: bold;
}
