/* CSS Document */
@import url("initial.css");
@import url("newsletter.css");
html {
	overflow-y: scroll;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	/* background-image: url(img/fondo.gif); */
	background-repeat: repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #666666;
	background-color:#CCCCCC;
}
/* Links generales del sitio */

a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-variant: normal;
	text-transform: none;
}
a:link {
	font-weight: bold;
	color:#006699;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color:#006699;
	text-decoration: none;
}
a:active {
	font-weight: bold;
	color:#FF0000;
	text-decoration: none;
}
a:hover {
	color:#FF0000;
	text-decoration: underline;
}
/* encabezados y títulos */
h1, h2, h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
}
h2 {
	color:#FF0000
}
h3 {
	color:#44AADD;
	font-size:10px;
	margin-bottom:0.5em;
	margin-top:0.75em;
}
DIV.extenso {
	height: 100%;
	width: 100%;
	margin-bottom:24px;
}
DIV.interno {
	position:absolute;
	left: 50%;
	top : 8px;
	width: 770px;
	margin-left: -390px;
	margin-top: 0px;
	padding-bottom:16px;
	/*	background-image:url(img/fondo.gif); */
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #999999;
}
DIV.cabecera {
	width:770px;
	height:240px;
	background-image:url(img/fnd_cabecera.jpg);
	background-repeat: no-repeat;
	background-position: -8px top;
	margin:0px;
	padding:0px;
}
DIV.buscar {
	width:770px;
	height:85px;
	text-align: right;
	font-size: 10px;
}
DIV.menu {
	width: 770px;
	height:30px;
	margin: 0px;/*
	background-image:url(img/lin_menu_gris_bg.gif);
	background-position: left bottom;
	background-repeat:  repeat-x;
	*/
}
#menu {
	width:770px;
	margin:0px;
	padding:0px;
}
#menu ul {
	float:right;
	width:770px;
}
#menu ul, li {
	text-indent: 0px;
	list-style-position: inside;
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	list-style:none;
}
#menu li {
	float:left;
	text-decoration:none;
}
menu a {
}
#menu a.mainlevel-maintop {
	background-color:#44AADD;
	color:#FFFFFF;
	text-decoration:none;
	font-size: 10px;
	text-transform: uppercase;
	display: block;
	font-weight: bold;
	text-align: center;
	height: 23px;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	padding-left: 6px;
	padding-top: 5px;
	padding-right: 6px;
	padding-bottom: 0px;
	margin: 0px;
	float:left;
}
#menu a.mainlevel-maintop:hover {
	background-color:#006699;
}
#menu a.active_menu-maintop {
	background-color: #FF0000;
	color:#FFFFFF;
	text-decoration:none;
	font-size: 0.8em;
	text-transform: uppercase;
	display: block;
	float:left;
	font-weight: bold;
	text-align: center;
	height: 23px;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	padding-top: 5px;
	padding-right: 6px;
	padding-bottom: 0px;
	margin: 0px;
	padding-left: 6px;
}
#menu a.active_menu-maintop:hover {
	background-color:#006699;
}
#menu a.mainlevel-home {
	border-right:1px solid #FFFFFF;
	display:block;
	height:28px;
	background-image: url(img/lin_menu_celeste.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-align: right;
	vertical-align: middle;
	width: 242px;
	color:#FFFFFF;
	text-decoration:none;
	font-size: 0.8em;
	text-transform: uppercase;
	float:left;
	font-weight: bold;
	height: 23px;
	padding-top: 6px;
	padding-bottom: 0px;
	margin: 0px;
	padding-right: 11px;
}
#menu a.active_menu-home {
	border-right:1px solid #FFFFFF;
	display:block;
	height:28px;
	background-image: url(img/lin_menu_rojo.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-align: right;
	/*vertical-align: middle;*/
	width: 242px;
	color:#FFFFFF;
	text-decoration:none;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
	height: 23px;
	padding-top: 6px;
	padding-bottom: 0px;
	margin: 0px;
	padding-right: 11px;
	float:left;
}
#menu a.active_menu-home:hover {
	background-image: url(img/lin_menu_azul.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#menu a.mainlevel-home:hover {
	background-image: url(img/lin_menu_azul.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#active_menu-maintop {
	color: #FFFFFF;
	background-color: #FF0000;
	height: 23px;
}
#active_menu-home {
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(img/lin_menu_rojo.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
DIV.banner {
	float:none;
	height: 123px;
	width: 770px;
}
DIV.cuerpo {
	width:770px;
	overflow:visible;
}
DIV.col_izq {
	float:left;
	width:200px;
	padding-left:15px;
}
DIV.col_izq_ang {
	float:left;
	width:175px;
	padding-left:15px;
}
DIV.col_der {
	margin: 4px;
	margin-top: 4px;
	padding: 2px;
	float:left;
	width:520px;
	padding-left:15px;
}
DIV.pro_sol_tit_home {
	clear:both;
	width:515px;
	height:32px;
	float:none;
	height:32px;
	margin:0px;
	padding-top: 8px;
	background-repeat:no-repeat;
	background-position:top left;
	background-image:url(img/linea_2.gif);
}
DIV.ul_home_cont {
	height:140px;
	width:248px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #99ddee;
	border-left-color: #99ddee;
}
DIV.ul_home_cont h2 {
	text-align:center;
	padding-bottom:1.2em;
	margin-top:0px;
	margin-bottom:0px;
}
DIV.ul_home {
	width:250px;
	float:left;
	padding:5px;
	height:100px;
}
DIV.ul_home ul, li {
	text-align:left;
	font-size: 11px;
	text-indent: 0px;
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	white-space: normal;
}
DIV.ul_home li {
	/*clear:both;*/
float:none;
}
DIV.ul_int {
	width:700px;
}
DIV.ul_int ul, li {
	float:left;
	text-align:left;
	font-size: 11px;
	text-indent: 0px;
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	white-space: normal;
}
DIV.ul_int li {
	height:115px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
DIV.ul_int p {
	text-align:justify;
	padding-top: 20px;
	height:50px;
	width:500px;
}
DIV.img_container {
	float:left;
	width:85px;
	height:80px;
	padding:2px;
	padding-top:20px;
}
DIV.pro_sol_home {
	width:520px;
	height:230px;
}
DIV.novedades_home {
	width:520px;
	height:230px;
}
DIV.pro_sol_home_borde {
	width:250px;
	height:12px;
}
DIV.pro_sol_int {
	padding-left:50px;
	width:700px;/*height:230px;*/
}
DIV.pro_sol_tit_int {
	clear:both;
	width:650px;
	height:32px;
	float:none;
	height:32px;
	margin:0px;
	padding-top: 8px;
	background-repeat:no-repeat;
	background-position:top left;
	background-image:url(img/linea_2.gif);
}
DIV.destacados_home {
	padding-top:5px;
	width:200px;
	height:100px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #99ddee;
}
DIV.art_des_titulo {
	float:none;
	width:200px;
	height:28px;
	margin:0px;
	padding: 0px;
	padding-top: 8px;
	background-repeat:no-repeat;
	background-position:left top;
	background-image:url(img/linea_1.gif);
}
DIV.art_des_copete {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	width:120px;
	height:50px;
	float:left;
	padding:0px;
	padding-left:5px;
	padding-right:5px;
	font-size: 10px;
	margin: 0px;
}
DIV.img_container_des {
	float:right;
	width:50px;
	height:50px;
	padding:0 5px;
}
IMG.img_home {
	width:85px;
	border:none;
}
IMG.img_icon {
	width:48px;
	border:none;
}
IMG.img_int {
	width:85px;
	border:none;
	float:left;
	padding-left:5px;
	padding-right:20px;
	padding-top:20px;
	padding-bottom:5px;
	border:none;
}
DIV.pie {
	clear:both;
	font-size:10px;
	text-align:center;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	padding-top:16px;
	margin: 0px;
}
DIV.copyright {
	font-size:10px;
	text-align:right;
	height:16px;
	padding:4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	background-color:#FAFAFA;
}
DIV.cierre_debajo {
	clear:both;
	font-size:8px;
	text-align:left;
	padding:8px;
	height:24px;
}
#con_frm p {
	padding: 4px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 200px;
}
#con_frm p.doble {
	width: 400px;
}
#con_frm  label {
	margin:0px;
	padding:0px;
	margin-bottom:5px;
	float: left;
	width: 190px;
	margin-right:5px;
}
#con_frm p.ancho {
	width: 650px;
}
#con_frm label.flota {
	float: left;
	padding-right:8px;
}
#con_frm input, select {
	margin:0px;
	padding:0px;
padding-top:2px;
	margin-top:2px;
	margin-bottom:2px;
	width:170px;
	height:16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: 1px solid #CCCCCC;
	background-color: #FAFAFA;
	vertical-align: middle;
}
#con_frm select {
	padding:0px;

}
#con_frm input.radio {
	float:left;
	width:15px;
	height:15px;
	border:none;
	background-color: #FFFFFF;
}
#con_frm input.boton {
width:180px;
height:20px;
	float:left;
	margin-top:8px;
	margin-right:10px;
	margin-bottom:8px;
cursor:pointer;
	background-color: #F0F0F0;
}
#con_frm textarea {

	margin:0px;
	padding:0px;
	width:370px;
	height:50px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: 1px solid #CCCCCC;
	background-color: #FAFAFA;
}

#con_frm span {
	color: #FF0000;
}
#con_frm b, strong {
	color: #006699;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	margin-left:24px;
	padding-bottom:8px;
	font-variant:normal;
}
#con_frm strong {
	color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
}
#bus_frm {
	width:770px;
}
#bus_frm p {
	padding: 4px;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 200px;
}
#bus_frm input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: 1px solid #CCCCCC;
	background-color: #FAFAFA;
}
#bus_frm input.radio {
	border:none;
	background-color: #FFFFFF;
}
#bus_frm input.boton {
	float:left;
	margin-top:8px;
	margin-right:8px;
	margin-bottom:8px;
}
/**/
DIV.ul_mint {
	width:160px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #99ddee;
	border-left:solid 1px #CCCCCC;
	border-right:solid 1px #CCCCCC;
}
DIV.ul_mint ul, li, ul.b, li.b {
	float:none;
	text-align:left;
	font-size: 11px;
	text-indent: 0px;
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	white-space: normal;
}
DIV.ul_mint li {
	padding:2px;
	background-color:#FAFAFA;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #99ddee;
}
DIV.ul_mint li.b {
	background-color:#FFFFFF;
	height:16px;
	border:none;
	padding-left:10px;
}
DIV.fam_tit_mint {
	float:none;
	width:200px;
	height:32px;
	margin:0px;
	padding: 0px;
	padding-top: 8px;
	background-repeat:no-repeat;
	background-position:left top;
	background-image:url(img/linea_1.gif);
}
DIV.fam_tit_mint_ang {
	float:none;
	width:175px;
	height:32px;
	margin:0px;
	padding: 0px;
	padding-top: 8px;
	background-repeat:no-repeat;
	background-position:left top;
	background-image:url(img/linea_1.gif);
}
IMG.img_cat {
	width:95px;
	border:none;
	margin-top:5px;
	padding:0px;
	border:none;
	float:right;
}
DIV.pro_fam {
	margin-bottom:20px;
}
DIV.pro_fam li.c {
	margin-top:15px;
	width:520px;
	height:auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #99ddee;
	clear:both;
}
DIV.pro_fam_cat li, li.b, li.b1, li.b0 {
	margin:0px;
	padding:0px;
	border:none;
}
DIV.pro_fam_cat li.b0:hover {
	color:red;
	font-weight: bold;
}
DIV.pro_fam_cat h3 {
	padding-bottom:10px;
	border-bottom: 1px solid #006699;
}
DIV.pro_fam_cat ul {
	padding-bottom:10px;
}
DIV.pro_fam_cat p.b, p.b0, p.b1, p.b2, p.b4, p.b5, li.b1 {
	float:left;
	font-size: 10px;
	border-bottom: 1px solid #DDDDDD;
	padding-top:2px;
	padding-bottom:2px;
	margin-top:4px;
}
DIV.pro_fam_cat p.b4, p.b5 {
	text-align:left;
	border-bottom:none;
}
DIV.pro_fam_cat p.b5 {
	padding-left:10px;
}
DIV.pro_fam_cat p.b0, p.b2 {
	text-align:center;
}
DIV.pro_fam_cat p.b, p.b1 {
	width:110px;
	text-align:left;
}
DIV.pro_fam_cat p.b1, p.b2, li.b1 {
	height:32px;
	background-color:#FAFAFA;
	padding-top:0px;
}
DIV.pro_fam_cat br {
	clear:left;
}
DIV.desc_int {
	padding-right:15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: justify;
}
DIV.desc_int li {
	list-style-position: inside;
	list-style-type: disc;
	margin:4px;
}
.pro_nuevo {
	font-size: 10px;
	font-weight: bold;
	color: #FF0000;
}
IMG.img_det {
	width:180px;
	border:none;
	margin:0px;
	padding:0px;
	border:none;
}
DIV.det_opc {
	font-size: 10px;
	color: #999999;
	vertical-align: middle;
}
SPAN.det_opc {
	color:#FF0000;
}
#desc_det {
	height:140px;
	width:155px;
	float:left;
}
#pro_det_cab {
	height:180px;
	width:510px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
DIV.pro_det_img {
	float:left;
	width:200px;
}
DIV.pro_det_men {
	height:160px;
	float:left;
	width:115px;
}
DIV.pro_det_men li {
	list-style-type: disc;
	list-style-position:outside;
	margin-left:1.5em;
}
#pro_det_sel {
	width:510px;
	background-color : #FAFAFA;
	height:24px;
	padding-top:8px;
	border-bottom:1px dashed #EEEEEE;
}
#pro_det_des {
	width:350px;
	color:#333333;
	white-space: normal;
	text-align:justify;
}
#pro_det_des br {
	margin-bottom:1.25em;
}
#pro_det_des p {
	line-height: 1.4em;
	margin-bottom:1.75em;
}
#pro_det_des li {
	text-align:left;
	list-style-position:outside;
	margin-left:1.5em;
}
DIV.pro_det_int {
	margin:0px;
	/*float:right;*/
	width:500px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #99ddee;
	padding-bottom:16px;
}
#pro_det_esp_lis li, br {
	margin:0px;
	padding:0px;
	list-style:none;
	list-style-position:outside;
	clear:left;
}
#pro_det_esp_lis p {
	float:left;
	width:160px;
	padding-right:5px;
	padding-bottom:0.25em;
	padding-top:0.25em;
}
.lineaSup {
	border-top: 1px solid #DDDDDD;
}
.bordeSup {
	padding-top:4px;
}
.clear {
	clear:both;
}
LI.fam_des {
	display:block;
	border-bottom:1px solid #DDDDDD;
	height:90px;
	width:650px;
}
#bordeRojo {
	border: 1px solid red;
}
DIV.fam_des_des {
	display:block;
	float:left;
	width:500px;
}
DIV.fam_des_img {
	display:block;
	float:left;
	width:120px;
}
.pro_fam_int {
}
DIV.fam_cat_itm {
	height:155px;
}
DIV.fam_cat_itm_lnk {
	position:relative;
	height: 10px;
	width:120px;
	bottom: 5px;
	left:400px;
	text-align:center;
}
IMG.fam_cat_img {
	height: 120px;
	border:none;
	margin-top:5px;
	padding:0px;
	border:none;
	float:right;
}
DIV.art_copt {
	width:510px;
	background-color : #FAFAFA;
	height:24px;
	padding-top:8px;
	border-bottom:1px dashed #EEEEEE;
}
DIV.art_enl {
	margin-bottom:20px;
	padding-bottom:15px;
	border-bottom:1px solid #99ddee;
}
DIV.art_cont {
	width:510px;
	color:#333333;
	white-space: normal;
	text-align:justify;
	margin-bottom:20px;
	padding-bottom:15px;
	border-bottom:1px solid #99ddee;
}
IMG.img_adr {
	border:none;
	float:right;
	padding:20px;
	padding-right:0px;
	padding-bottom:5px;
}
#art_contenido ul, h2, h3 {
	margin:10px;
	margin-bottom:5px;
}
#art_contenido li {
	list-style-position:inside;
	list-style-type:circle;
	margin-bottom:5px;
}
#sop_map {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 447px;
	width: 275px;
	background-color:#FFFFFF;
}
IMG .sop_map {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#sop_map_det {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 245px;
}
DIV.adm_sec_hme {
	margin-right:20px;
	float:left;
}
DIV.li_msg_le {
	color:#666666;
	width:460px;
	height:20px;
}
DIV.li_msg_nl {
	color:#000000;
	width:460px;
	height:20px;
}
DIV.msg_num {
	clear:both;
	float:left;
	width:30px;
	text-align:center;
	height:20px;
}
DIV.msg_leido {
	float:left;
	width:20px;
	text-align:center;
	height:20px;
}
DIV.msg_enviado {
	float:left;
	width:20px;
	text-align:center;
	height:20px;
}
DIV.msg_archivado {
	float:left;
	width:20px;
	text-align:center;
	height:20px;
}
DIV.msg_destacado {
	float:left;
	width:20px;
	text-align:center;
	height:20px;
}
DIV.msg_envia {
	float:left;
	width:95px;
	text-align:left;
	height:20px;
}
DIV.msg_recibe {
	float:left;
	width:95px;
	text-align:left;
	height:20px;
}
DIV.msg_asunto {
	float:left;
	width:110px;
	text-align:left;
	height:20px;
}
DIV.msg_fecha {
	float:left;
	width:50px;
	text-align:center;
	height:20px;
}
DIV.msg_nav {
	clear:both;
	text-align:center;
	width:450px;
	background-color:#FAFAFA;
	border: 1px solid black;
	padding:2px;
	margin:4px;
}
DIV.msg_ver_clear {
	clear:both;
	float:left;
	margin:4px;
	text-align:left;
	background-color:#FAFAFA;
	border:solid 1px black;
	padding:4px;
}
DIV.msg_ver_clear strong {
	margin:2px;
	padding:0px;
}
DIV.msg_ver_left {
	float:left;
	margin:4px;
	text-align:left;
}
DIV.msg_ver_left strong {
	margin:2px;
	padding:0px;
}
