body {
	font-family: arial,verdana,sans-serif;
	font-size: 9pt;
	/*text-align: left;*/
	color: #000;
	background-color: #fff;
}
.cuerpo{
	margin: 0px;
	/*background-color: #0b69a7;*/
	text-align: left;
	color: #fff;
	background: url(../images/fondo.jpg) repeat-x #14639B;
}
.bg{ color:#014287;}
/*table {
	border-collapse:collapse;
	border-spacing:0px;
	empty-cells:show;
}*/
img{
	border: none;
}
a{
	color: white;

}
a:hover{
	text-decoration: none;
}
h1{
	font-size: 14pt;
	margin:0px 0px 10px 0px;
	color: white;
	background-color: #024186;
}
h2 {
	font-size: 12pt;
	margin:0px 0px 8px -2px;
	padding: 3px 0px 3px 3px;
	color: white;
	background-color: #4B82BB;

/*	background: url(../images/title-back.gif) repeat-x;
*/
}

h2 a { display:block;}

h3{
	font-size: 10pt;
	margin: 0px 0px 10px 0px;
	color: #fff;
	background-color: #0079B5;
/*	background-color: #024186; */
}
p{
	margin:0px 0px 10px 0px;
}
p a{
	color: white;
}
.resaltar{
	font-weight: bold;
	margin: 0px 0px 3px 0px;
}
.resaltar a{
	text-decoration: none;
}
.admin_button{
	display: block;
	margin-bottom:10px;
	text-decoration: none;
}
.resaltar .detalle{
	right: 0px;
}
.div_clear{
	clear: both;
}

#div_wrapper{
	width: 960px;
	background-color: transparent;
	height: 100%;
	text-align: left;
	margin: 0px auto;
}
#div_header_top{
	position:absolute;
	top:90px;
	width: 940px;
	height: 12px;
	background: #014286 url(../images/fondo_top.jpg) no-repeat;
}
#div_container{
	position:absolute;
	top:102px;
	width:940px;
	height:100%;
	/*background: #014286 url(../images/fondo_repeat.jpg) repeat-y;*/
}
/*header*/
#div_header{
	width:960px;
	height:145px;
	background-color:transparent;
	margin: 0px 10px;
	position: relative;
}
#div_logo{
	position:absolute;
	top:0px;
	left:0px;
	width:294px;
	height:90px;
	background-color:transparent;
	overflow: hidden;
	margin: 0px 0px 5px 0px;
	padding-top: 3px;
	border-bottom: 5px solid #fff;
}
#div_menu{
	font-family: arial,verdana,"Lucida Sans","Lucida Sans Unicode",helvetica,sans-serif;
	font-weight:bold;
	font-size:9pt;
	text-transform:uppercase;
	position:absolute;
	right:45px;
	top:63px;
	z-index:10;
}
#div_menu a{
	text-decoration: none;
	background:url(../images/button_off.jpg) no-repeat;
	/*background:url(../images/button_on.jpg) no-repeat;*/
	text-align:center;
	color:#ccc;
	width:105px;
	height:30px;
	display:block;
	float:left;
	font-size:10.5pt;
	padding: 11px 0px 0px 0px;
	z-index:10;
}

#div_menu a#selected{
	background:url(../images/button_on.jpg) no-repeat;
    /*background:url(../images/button_off.jpg) no-repeat;*/
    color:#a5c7e7;
}

#div_menu a:hover{
	color:white; font-weight:bold;
	text-decoration: none;
}

#div_login {
    float:right;
    padding:20px 46px 0px 0px;
}
#div_login a{
	color: #e0ffff;
}
#div_form_login{
	display: none;
}
.div_logged a{
	padding: 2px 10px;
	border-left: 1px solid #fff;
}
.div_logged p{
	display: inline;
	padding: 3px 10px;
}
/*.table_login{
	border: 2px solid #4F8AC4;
	padding: 6px 10px;
}*/
.table_login input{
	border: 1px solid #fff;
}
#div_toolbar {
	margin-top:15px;
	width: 950px;
	padding-left:10px;
/*	padding: 0px;*/
	height: 42px;
	list-style: none;
	background:url(../images/menu.gif) left top repeat-x;
}
#div_toolbar a{
	display:block;
	float:left;
	color:white;
	font-size: 12pt;
	font-weight: normal;
	padding: 16px 18px 4px 16px;
	height:22px;

	/*margin: 0px 10px;*/
	background-image:url(../images/toolbar_button.gif);
	background-repeat:no-repeat;
}
#div_toolbar a:hover{
	background-color:#2886DF;

}
#div_body{
	width: 940px;
	padding: 12px 0px;
	background-color: transparent;
	background: #014286 url(../images/fondo_repeat.jpg) repeat-y;
}
#div_body_left{
	float:left;
	width: 220px;
	padding-left: 10px;
	background-color:transparent;
	text-align:left;
	/*margin-right:15px;*/
}
#div_body_center{
	line-height:1.5em;
	float:left;
	width: 460px;
	position:relative;
	padding: 0px 15px;
	background-color:transparent;
	border-right:1px solid #4F8AC4;
	border-left:1px solid #4F8AC4;
	overflow: hidden;
}
#div_body_right{
	float:left;
	width: 195px;
	padding-right:10px;
	padding-left:10px;
	background-color:transparent;
	/*border-left:1px solid #4F8AC4;*/

}
/*Productos*/

.div_subcategory  {

}
a.link_category{
	color:#e0ffff;
	display: block;
	background-image: url("../images/arrow_cyan.gif");
	background-repeat: no-repeat;
	background-position: left center;
	padding: 7px 0px 7px 15px;
	font-weight:bold;
	font-size:10pt;
	text-decoration:underline;
}
a.link_category:hover{
   background-image: url("../images/arrow_white.gif");
	color:white;

}
#category_active {
	display: block;
	background-image: url("../images/arrow_white.gif");
	background-repeat: no-repeat;
	background-position: left center;
	padding: 10px 0px 10px 15px;
	color:white;
	font-weight: bold;
	font-size:10pt;
	text-decoration:none;
}

#div_product_category  {
    border-right:1px solid #4F8AC4;
}
#div_body_left  h3{
	background-color: #014286;
	color:#dedede;
	font-size:1.4em;
	font-weight:bold;font-variant:small-caps;margin:0px;
}

.div_product_subcategory{
	background-color: transparent;
	padding: 0px 0px 0px 20px;
/*	border-top: 1px dotted #0086de;
	border-bottom: 1px dotted #0086de;
*/
}

.div_product_subcategory.active{
    border-top:none;
}
.link_subcategory{
	color: #e0ffff;
	display: block;
	background-image: url("../images/arrow_cyan.gif");
	background-position:left center;
	background-repeat: no-repeat;
	padding: 5px 0px 5px 15px;
}

a.link_subcategory:hover{
	color: white; font-weight:bold;
        background-image: url("../images/arrow_white.gif");
}

#subcategory_active{
	display: block;
	background-image: url("../images/arrow_white.gif");
	background-repeat: no-repeat;
	background-position:left center;
	padding: 5px 0px 5px 15px;
	color:white;
	text-decoration:none;
	font-weight: bold;
}

.img_float {
	margin: 0px 10px 3px 0px;
	float:left;
	/*border: none;
/*	margin-bottom:10px;*/
}

#div_foot {
    padding:14px 10px;
    /*margin-left:20px;*/
    /*float:bottom;*/
    height:40px;
    width:920px;
    border-top:1px solid #777;
    color: #cacaca;
}
#div_foot a { text-decoration:none; color: #cacaca; }
#title_foot{
	 padding: 10px;
	 text-align: center;
	 font-size: 5pt;
	 color: #024186;
}
/*productos*/
.div_product_detail{
	padding: 10px 5px;
	margin-bottom: 2px;
	border-top: 3px double #cacaca;
}
.div_product_detail a {
    text-decoration: none;

}

.div_product_detail table {
 border:3px double #cacaca;
}
/*Navegador*/
.table_list_index{
	margin: 20px auto;
	background-color: #fff;
}
.td_pages_number{
	width: 80px;
	text-align: center;
}
.td_pages_number a{
	color: #004184;
}
/*Paginas de contenido*/
#div_text_sector #div_text_seccion{
	margin-left: 25px;
	margin-bottom: 10px;
}
#div_text_sector p{
	background: transparent url(../images/arrow_white.gif) no-repeat;
	padding-left: 10px;
}
#div_text_seccion a{
	display: block;
	background: url("../images/arrow_cyan.gif") no-repeat left center;
	padding: 7px 0px 7px 15px;
	/*text-decoration:underline;*/
	text-decoration: none;
}
#div_text_seccion #text_active{
	font-weight: bold;
	text-decoration:none;
	background: url("../images/arrow_white.gif") no-repeat left center;
	padding: 7px 0px 7px 15px;
}
/*Novedades*/
.div_items_seccion{
	border: 1px solid #fff;
	padding: 10px;
	margin-bottom: 10px;
}
.div_items_seccion a{
	text-decoration: none;
}
#div_navegar{
	/*position: absolute;
	top: 0px;
	left: 0px;*/
	margin-bottom: 10px;
}
#div_navegar a{
}
/*Contacto*/
#div_form_consultas{
	float: left;
}
.div_form_consultas label{
	font-weight: bold;
}
.div_form_consultas input{
	width: 250px;
	height: 20px;
	border: 2px solid #004184;
	color: #000;
	text-indent: 5px;
}
.div_form_consultas .input{
	width: 310px;
	height: 100px;
	border: 2px solid #004184;
	overflow: hidden;
	color: #000;
	text-indent: 5px;
}

.div_form_consultas #cont_PHONE{
	width: 190px;
}
.div_form_consultas .table_panel td{
	padding-bottom: 5px;
}
.div_form_consultas #reset, .div_form_consultas #cancel{
	display: none;
}
.div_form_consultas .td_label{
	padding-right: 5px;
}
.div_form_consultas #send{
	width: 120px;
	height:25px;
	margin: 10px 0px;
	background-color: #083863;
	border: 1px solid #fff7f7;
	color: #a5c7e7;
	font-weight: bold;
	text-align: center;
}
.masinfo{
	text-align: right;
	margin-bottom:2px;
}
.masinfo a{
	text-decoration: underline;
}
.news_date{
	text-align: right;
	margin: 0px;
}
.div_printer{
	margin-top:20px;
	text-align: right;
}
.div_printer a{
	text-decoration: none;
	padding: 10px;
}
/*banner*/
.div_banner_text{
	padding: 5px;
	color: white;
	background-color:#05377c;
	border:1px dashed white;
	margin-bottom: 10px;
}
.div_banner_text p{
	margin: 0px;
	text-align: center;
}
.div_banner_image{
	width: 195px;
	border-color: transparent;
	overflow: hidden;
	margin-bottom: 10px;
}
/*Navegador*/
.div_navigator{
	text-align: center;
	background-color: #4B82BB;
	padding: 5px 0px;
}
.div_navigator a{
	text-decoration: none;
	color: #fff;
}
.page{
	padding: 0px 5px;
}
.selected{
	padding: 0px 10px;
	font-weight: bold;
}
.prev{
	padding: 0px 10px 0px 0px;
	/*border-right: 1px solid #448fda;*/
}
.next{
	padding: 0px 0px 0px 10px;
	/*border-left: 1px solid #448fda;*/
}
fieldset{
	margin-bottom: 20px;
	/*padding: 10px;*/
	border: 3px double #fff;
	/*background-color: #F4F2E9;*/
	background-color:transparent;
	color:#fff;
}
fieldset div{
	padding: 3px 0px;
}
.label_left{
	width: 135px;
	float: left;
	text-align: right;
	padding-right: 5px;
}

fieldset input{
	border: 1px solid #888;
}
fieldset select{
	width: 280px;
	border: 1px solid #888;
}
