/* =============================== */
/* ========= CSS RESET =========== */
/* =============================== */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p,
blockquote, th, td {margin:0; padding:0;}
caption, th {text-align:left;}
fieldset, img {border:0;}
h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	margin:0px;
	padding:0px;
}
ol, ul {list-style:none;}
address, caption, cite, code, dfn, th, var , pre{
	font-style:normal; 
	font-weight:normal;
}
p{ margin-bottom:10px; 

}

* { }
/* ======= Elementos HTML ======== */
body{
	background: url(../img/bg.jpg) no-repeat 50% 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
}
a{
	text-decoration:underline;
	color: #666;
	}
a:hover{ text-decoration:none;
}
a span{ display:none}
a.link1 { text-decoration:underline;}
a.link1:hover{ text-decoration:none;}

h1{
	font-weight:bold;
	color:#fff;
	font-size:17px;
	margin-left: 75px;
	text-transform: uppercase;
	text-align: left;
}
h2{
	font-weight:bold;
	color:#419ccd;
	font-size:17px;
	margin-bottom: 10px;
}
h3{
	font-weight:bold;
	color:#419ccd;
	font-size:14px;
	margin-bottom: 10px;
}
h4{
	font-weight:bold;
	color:#419ccd;
	font-size:24px;
}
/* === ====== Estructura del sitio ========== */

#main_container {
	width:980px;
	margin:0 auto;
	background: url(../img/bg-central.gif)  repeat-y;
	padding:0 5px;
	
}
#header{
	width:990px;
	height:202px;
	background:url(../img/bg-top.gif);
}
#footer{
	background:url(../img/pie-bg.gif) no-repeat;
	width: 990px;
	height: 119px;
	color:#ccc;
	clear: both;
		
}
#contenedor_izq {
	width: 790px;
	float: left;
	padding-bottom: 20px;
}
#contenedor_der {
	width: 199px;
	float: right;
}
#contenedor_cuerpo{
	width:501px;
	margin-left:20px;
	float:left;
	text-align:left;
	margin-bottom: 20px;
	margin-top: 10px;
} 
/*======================================================*/
/*BREADCRUM*/
/*======================================================*/
#breadcrum {
	color:#666;
	font-size: 11px;
	text-align: left;
	margin-bottom: 20px;
}
div#breadcrum a {
	color:#666;
	text-decoration:underline;
}
div#breadcrum a:hover {text-decoration:none; }
div#breadcrum span { }


/*======================================================*/
/*FORMULARIO*/
/*======================================================*/
input{
	font-family:Arial, Helvetica, sans-serif;
	background: url(../img/input_bg.gif) repeat-x;
	height:14px;
	border: solid 1px #999;
	font-weight: normal;
	color: #666;
	padding: 2px;
	margin-bottom:10px;
	width: 242px;
font-size: 12px;
}
select {
	font-family:Arial, Helvetica, sans-serif;
	background: url(../img/input_bg.gif) repeat-x;
	height:18px;
	border: solid 1px #999;
	font-weight: normal;
	color: #666;
	padding: 2px;
	margin-bottom:10px;
	width: 248px;
font-size:10px;
}

textarea {
	background: url(../img/input_textarea_bg.gif) repeat-x #fff;
	font-family:Arial, Helvetica, sans-serif;
	height:12px;
	border: solid 1px #999;
	color: #666;
	padding: 4px;
	height:142px;
	width: 290px;
}


/* ==================================== */
/* ========= MENU PRINCIPAL =========== */
/* ==================================== */

#menu{
	float: left;
	width:736px;
	margin-top: 100px;
	font-size: 11px;
	height: 29px;

	
}
#menu li{
	margin:0;
	padding:0;
	display:inline;
	list-style-image:none;
	float: left;
	width: 184px;
	height: 29px;
}
#menu li a{
	background: url(../img/bot_bg_off.gif) no-repeat;
	height:19px;
	display:block;
	color:#fff;
	font-weight:bold;
	text-decoration: none;
	text-transform: uppercase;
	padding-top: 10px;
	padding-left: 55px;
	float: left;
	width: 129px;

}
#menu li a:hover, #menu li a.ultimo:hover{
	background: url(../img/bot_bg_on.gif) no-repeat; color:#ffcc33;
}
#menu li a.menu_ultimo{
	width:144px;
	background: url(../img/bot_bg_off.gif) no-repeat;
	height:19px;
	display:block;
	color:#fff;
	font-weight:bold;
	text-decoration: none;
	text-transform: uppercase;
	padding-left: 40px;
	padding-top: 10px;

}
 #menu li a.menu_ultimo:hover{
	background: url(../img/bot_bg_on.gif) no-repeat; color:#ffcc33;
}

/*MENU IZQUIERDA*/
#menu_izquierda {
	float: left;
	width: 202px;
	background:url(../../esp/t-menu.jpg) no-repeat;
	 padding:0;padding-top:51px;
	margin:0;
}
#menu_izquierda ul{ border: solid 1px #fff; background:#669800; margin:0; padding:0;}
#menu_izquierda li a{
	display:block;
	padding:0;
	padding:10px 4px 10px 40px;
	color: #fff;
	margin:0;
}
#menu_izquierda li a:hover { background-color:#527a00; text-decoration:none;}
#menu_izquierda li a.categoria_principal { font-weight:bold; background:url(../img/ico-flechas-menu.gif) no-repeat; border-top: solid 1px #FFF;}
#menu_izquierda li a.categoria_principal:hover { font-weight:bold; background:url(../img/ico-flechas-menu.gif) no-repeat; border-top: solid 1px #FFF; background-color:#1d6800;}

#menu_izquierda li a.categoria_actual { background:#1d6800 url(../img/ico-flechas-menu.gif) no-repeat;}

.noticias_home{ font-size:12px;}

.linea_puntos{ margin:15px 0; }
.linea_puntos2{ margin:10px 0;}

.img_noticias{
	border: solid 1px #419ccd;
	padding: 1px;
}
.mas_info{
	background:url(../img/ico_masinfo.gif) no-repeat;
	font-weight:bold;
	padding-left:30px;
	color:#666;
	display:block;
	height:22px;
	padding-top:4px;
	font-size:11px;
	text-decoration: underline;
}

.banner_izq{ margin-top: 15px
}

.volver{
	background: url(../img/ico_volver.gif) no-repeat;
	font-weight:bold;
	padding-left:30px;
	color:#666;
	display:block;
	height:22px;
	padding-top:4px;
	font-size:11px;
	text-decoration: underline;
	float: left;
}

/*PIE*/
.pie{
font-size:12px};
.pie strong{ color:#39c}
.copy{ font-size:11px;}


/*MENU ACORDEON*/

.arrowlistmenu{ width: 226px; 
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	font: bold 11px Arial;
	color: white;
	background: #419ccd; /*bottom spacing between header and rest of content*/
	text-transform: uppercase;
	padding: 4px 0 4px 27px; /*header text is indented 10px*/
	cursor: hand;
	cursor: pointer;
	margin-bottom: 1px;
}
.menuheader a{ /*CSS class for menu headers in general (expanding or not!)*/
	font: bold 11px Arial;
	color: white;
	background: #419ccd; /*bottom spacing between header and rest of content*/
text-decoration:none;
	}
.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url(titlebar-active.png);
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{ 
}

.arrowlistmenu ul li a{
	color: #419ccd;
	background: #edf0f2; /*custom bullet list image*/
	display: block;
	padding: 2px 0;
	padding-left: 27px; /*link text is indented 19px*/
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	height: 15px;
}

.arrowlistmenu ul li a:visited{ color: #419ccd; 
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
	color: #333;
	background-color: #99ccff;
	text-decoration: none;
}
h2.tit_noticia_detalle{
	font-size:21px;
	font-weight: normal;
	line-height: 22px;
}
strong.resumen_detalle_noticia{
	font-size:12px;
	line-height:18px;
	color: #666;
}
h2.tit_productos{
	font-size:21px;
	font-weight: normal;
	line-height: 18px;
	text-transform: uppercase;
}
.link_pdf{
	background:url(../img/ico_pdf.jpg) no-repeat 0 0;
	padding-left:20px;
	float:left;
	display:block;
	margin-left: 10px;
	color: #069;
	text-decoration: underline;
}
.link_pdf:hover{
	color: #069;
	text-decoration: none;
}
.link_pdf_catalogo{
	background:url(../img/ico_pdf.jpg) no-repeat 0 0;
	padding-left:20px;
	float:left;
	display:block;
	margin-left: 10px;
	color: #069;
	text-decoration: underline;
	margin-top:5px;
	margin-bottom: 10px;
	font-weight: bold;
}
.link_pdf_catalogo:hover{
	color: #069;
	text-decoration: none;
}
.campos_requeridos{ font-size:11px}
.bot_submit{ width:194px; height:26px; border:none;}
.txt_10{ font-size:10px;}
.check{
	border:none;
	width:20px;
	float: left;
	background:none;
}
