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

body {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	background-image:url(../imagenes/body.gif);
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	overflow:yes;
}
strong, b, a {
	color:#eb9300;
	text-decoration:none;
}
.cabecera {
	width:100%;
	margin:0 auto;
	height:350px;
	padding:0px;
	background-image:url(../imagenes/cabecera.jpg);
	background-repeat:repeat-x;
}
.header {
	width:850px;
	height:350px;
	margin:0px;
	padding:0px;
	background-image:url(../imagenes/header.jpg);
	background-repeat:no-repeat;
	margin:0 auto;
	position:relative;
}
.banner {
	width:716px;
	height:171px;
	background-image:url(../imagenes/banner.jpg);
	background-repeat:no-repeat;
	position:absolute;
	bottom:15px;
	left:67px;	
}
.banner_bajo {
	width:850px;
	height:15px;
	font-size:1px;
	background-image:url(../imagenes/banner_bajo.jpg);
	background-repeat:no-repeat;
	position:absolute;
	bottom:0px;
	left:0px;
}
.contenido {
	width:850px;
	margin:0 auto;
	position:relative;
	background-image:url(../imagenes/contenido.jpg);
	background-repeat:repeat-y;
}
.separa_menu {
	width:67px;
	float:left;
	height:10px;
}
.menu {
	width:111px;
	float:left;
	margin-right:15px;
}
.contenido_centro {
	width:347px;
	float:left;
	margin-right:16px;
}
.contenido_auxiliar {
	width:226px;
	float:left;
}
.auxiliar_barra {
	width:198px;
	height:19px;
	background-image:url(../imagenes/auxiliar/barras.jpg);
	background-repeat:no-repeat;
	font-size:15px;
	font-weight:bold;
	color:#FFF;
	height:23px;
	padding:1px 0px 0px 28px;
	letter-spacing:-1px;
}
.auxiliar_producto {
	width:105px;
	float:right;
	margin-left:8px;
	margin-bottom:8px;
	text-align:center;
	font-size:10px;
	color:black;
}
.auxiliar_producto a{
	text-align:center;
	font-size:10px;
	color:black;
	text-decoration:none;
}
.pie {
	width:850px;
	height:75px;
	margin:0 auto;
	position:relative;
	background-image:url(../imagenes/footer.jpg);
	background-repeat:no-repeat;
	padding:0px;
}
.pie a {
	color:#000000;
	text-decoration:none;
}
.texto1_pie {
	color:#000000;
	position:absolute;
	left:67px;
	bottom:0px;
}
.texto2_pie {
	color:#000000;
	position:absolute;
	right:67px;
	bottom:0px;
}
/* AQUÍ VIENEN LOS DIVS DEL ACORDEÓN */
.contenedor {
	width:347px;
	background-image:url(../imagenes/contenido/barras.jpg);
	background-repeat:no-repeat;
}
.contenedor ul {
	margin:0px;
	padding:0px;
	padding-bottom:10px;
}
.contenedor li {
	margin:0px;
	padding:2px;
}
.titulo {
	font-size:15px;
	font-weight:bold;
	color:#FFF;
	height:23px;
	padding:1px 0px 0px 28px;
	cursor:pointer;
}
.textos {
	width:315px;
	font-size:11px;
	color:#000000;
	font-weight:normal;
	padding:15px;
	text-align:left;
	position:relative;
}
.explorer {
	width:315px;
	position:relative;
}
.fotos {
	float:left;
	margin-right:15px;
	cursor:pointer;
}
.cerrar_imagen{
	width:25px;
	height:20px;
	background-color:#F8AC00;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	position:absolute;
	right:0px;
	cursor:pointer;
}
.anterior_imagen{
	color:#666666;
	font-size:12px;
	cursor:pointer;
	position:absolute;
	left:20px;
	top:5px;
}
.siguiente_imagen{
	color:#666666;
	font-size:12px;
	cursor:pointer;
	position:absolute;
	right:0px;
	top:5px;
}
.ant_sig {
	position:relative;
	width:450px;
	height:30px;
}
.imagen_categoria {
	height:50px;
	background-position:center center;
	background-repeat:no-repeat;
}
.contiene_amplia {
	background-color:#f8ac00;
	height:50px;
	position:relative;
}
.contiene_todo {
	background-color:#FFFFFF;
	position:absolute;
	width:99%;
	height:99%;
	top:2px;
	left:3px;
}
.contiene_noticia {
	background-color:#FFFFFF;
	position:absolute;
	width:99%;
	height:99%;
	top:2px;
	left:3px;
	padding:10px;
}
.textarea {
	width:199px;
	border:solid 1px #f8ac00;
	height:16px;
	font-family:Arial, Helvetica, sans-serif;
	font:Arial, Helvetica, sans-serif;
	font-size:11px;
}
.coment {
	width:199px;
	border:solid 1px #f8ac00;
	height:50px;
	font-family:Arial, Helvetica, sans-serif;
	font:Arial, Helvetica, sans-serif;
	font-size:11px;}
.boton_enviar {
	background-color:#f8ac00;
	color:#FFFFFF;
	margin-top:10px;
	border:solid 1px #f8ac00;
}