/********************************************
   AUTHOR: Mauricio Andrada  	  	
   WEBSITE:   		 
   TEMPLATE NAME: 	 	
   VERSION:          1.0          	
 *******************************************/
 
/********************************************
   ELEMENTOS HTML 
********************************************/ 

/* reset 

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	list-style:none;
	line-height: 1;
	font-family:Arial, Helvetica, sans-serif;
}
div{
	text-align:left;
}*/

 
/********************************************
   RESET
********************************************/ 

@charset "utf-8";

/* reset html*/
html {height: 100%;  margin-bottom: 1px;}
html, body {margin:0;padding: 0; font-family:Arial, Helvetica, sans-serif;}

/* encabezados */
h1, h2, h3, h4, h5 {margin:0;padding:0;	}
p, ul, ol, dd {padding:0;margin: 0;}

/* imagenes */
img {border:0; margin:0;}

/* forms */
form, input, label, textarea {margin:0;padding:0;}

/*otros*/
td{ empty-cells:show}
table, tr, td{ border-collapse: collapse; border-spacing:0; margin: 0; padding: 0;border: 0;vertical-align:top;}
table{width:100%}
div{text-align:left;  display:block; }
ul, ol, dd {padding:0;margin: 0;list-style:none;}


/**************************************
   LAYOUT 
***************************************/	

/* ajustes de anchos fijos para el layout */
.contenedor {
	width: 980px;
	background:#fff url(../img/fondo.gif) repeat-y;
	
}
.encabezado {
	height:97px;
	background-image:url(../img/head-bg.gif);
	
}
.separador-horz {
	background-color:#FFFFFF;
	padding-top:7px;
}
.menu {
	width: auto;
	float:right;
	height:26px;
}
.menu-lateral {
	float:left;
	width:186px;
}

.menu-lateral a{
	color:#FFFFFF;
	text-decoration:none;
}
.menu-ancho {
	float:left;
	width:185px;
}
.sub-contenedor {
	width:794px;
	float:left
}
.principal {
	width:568px;
	float:left;
	overflow:hidden;
}
.lateral {
	width: 226px;
	float:left;
	text-align:left;
}
.pie {
	background:#fff url(../img/pie-bg.gif) repeat-x;
	height:50px;
	clear:left;
	
}

.pie td{
	height:50px;
	vertical-align:middle;
	font:10px arial;
	font-weight:bold;
	color:#666666;
}
/*contenedor*/
div.contenedor {
}
/*encabezado*/
div.encabezado {
}
/*menu*/
div.menu {
}
/*contenido*/
div.contenido {
}
/*lateral*/
div.lateral {
}
/*contenedor*/
div.pie {
}
/*contenedor*/
div.pie-contenedor {
}

.dealers {
	width:780px;
	background-image:url(../img/dealers-bg.gif);
	color:#FFFFFF;
	height:20px;
	padding-top:7px;
	
}

#acceso td{
	vertical-align: middle}
/**************************************
   ELEMENTOS GENERALES
***************************************/

/* clases de alineacion */

.floater {
	float: left;
}
.float-r {
	float: right;
}
.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}
.align-center {
	text-align: center;
}
/* otros elementos */
.size1 {
	font-size:8.5pt;
}
.size2 {
	font-size:9pt;
}
.size3 {
	font-size:11pt;
}
.size4 {
	font-size:13pt;
}
.input_01 {
 height:;
 color:;
 border:;
	background:url() repeat-x top;
	padding:0;
	line-height:0;
}
.bloque, .bloque * {
	display:block;
}
.enlinea, .enlinea * {
	display: inline;
}
.bold {
	font-weight:bold;
}
.color1 {
	color:#e5281f;
}
.color2 {
	color:#003063;
}
.color3 {
	color:#787878;
}
.color4 {
	color:#000;
}
.italic {
	font-style:italic;
}
.pad_10 {
	padding:10px;
}
.padr_10 {
	padding-right:10px;
}
.padl6 {
	padding-left:6px;
}
.padl14 {
	padding-left:14px;
}
.padt6 {
	padding-top:6px;
}
.padt8 {
	padding-top:8px;
}
.padr14 {
	padding-right:14px;
}
.padb10 {
	padding-bottom:10px;
}
.mart6 {
	margin-top:6px;
}
.mart14 {
	margin-top:14px;
}
.marb14 {
	margin-bottom:14px;
}
.marl14 {
	margin-left:14px;
}
.marr14 {
	margin-right:14px;
}
.marl6 {
	margin-left:6px;
}
.almedio {
	vertical-align:middle;
}
/* fijar alto */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-table;
}
/* Hides from IE-mac \*/
* HTML .clearfix {
	height: 1%;
}
/* End hide from IE-mac */
/* End clearfix */
/* Hack para IE7 */
.clearfix {
	zoom: 1;
}
.logo {
	margin-left:19px;
	margin-top:18px;
}
/**************************************
   MENU SUPERIOR
***************************************/
.menu-sup {
	background-image: url(../img/menu-bg.gif);
	background-repeat:no-repeat;
	width:121px;
	height:18px;
	text-align:center;
	color:#FFFFFF;
	font-size:13px;
	padding-top:7px;
	padding-left:10px;
	float:left;
	position:relative;
}
.menu-sup a {
	text-decoration:none;
	color:#FFFFFF;
}
.menu-sup a:hover {
}
/**************************************
   MENU navegacion lateral
***************************************/
.menu-lateral-bg {
	background-image:url(../img/bg-manux.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	height:19px;
	padding-top:10px;
}
/*.menu-lateral-tit {
	background-image:url(../img/bull-1.gif);
	background-repeat:no-repeat;
	background-position: top left;
	color:#FFFFFF;
	font-size:8.5pt;
	font-weight:bold;
	text-align:left;
	padding-left:25px;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:0px;
}*/
.menu-lateral-item {
	color:#FFFFFF;
	font-size:10pt;
	text-align:left;
	padding-left:35px;
	padding-right:10px;
	padding-top:7px;
	padding-bottom:10px;
}
.menu-lateral-item li {
	line-height:15px;
}
.form-left {
	margin-left:10px;
	width:133px;
}
.form-buscar {
	width:133px;
	border:1px solid #2863a1;
}
.form-button {
	width:32px;
}


/*submenu*/
.sub_contenedor{
position:absolute;
clear: both;
top:0;

}
.submenu{
 width:131px;
 height:auto;
 position:relative;
 display:none;
}
.submenu a.mascara, .submenu a.mascara:hover{
  background:url(../img/sub-menu-bg.gif) top no-repeat;
  height:30px;
  padding:0;}
 
 
.submenu a{
	background:#051D35; 
	color:#E0E8EF;
	 border-top:#3F5164 1px solid;
	display:block;
	padding:3px 8px;
	font:12px arial;
	
	
	}
	
.submenu a:hover{
		background:#073970;
		text-decoration:none;
		}	

/**************************************
   Body Home
***************************************/
.tit-body {
	border-top:2px solid #CCCCCC;
	margin-top:2px;
	height:36px;
	background-image:url(../img/tit-bot.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	padding-bottom:11px;
	text-align:left;
	padding-left:13px;
	width:555px;
}
.col-product1 {
	width:173px;
	padding-left:6px;
	padding-right:6px;
	float:left;
	position:relative;
	padding-top:10px;
	padding-bottom:10px;
	text-align:left;
}
.col-product1 span {
	line-height:15px;
}
.nota-img {
	border:1px solid #e0e0e0;
	margin-top:6px;
	margin-bottom:6px;
}
/**************************************
  LISTADO
***************************************/
.container_2 {
	float:left;
	position:relative;
	margin-top:23px;
	margin-left:25px;
	margin-right:5px;
	width:450px;
}
.thumb_1 {
	border:#b0b0b0 1px solid;
	float:left;
	position:relative;
	margin-right:10px;
}
.desc_lista {
	float:left;
	position:relative;
	width:370px;
	padding-left:10px;
}
#paginador {
	clear:both;
	margin-top:50px;
	margin-bottom:20px;
	
 }
	
#paginador table{	
background:url(../img/pag_03.gif) repeat-x;	
	height:20px;
	width:312px;
	}

.pagcentro{
	color:#999;
	font-size:11px;
	text-align:center;
	height:20px;
	width:300px}
	

#paginador a{
	color:#50708F;
	text-transform: uppercase;
	font-size:10px;
	}
.prev {
	/*background-image:url(../img/previ.gif);*/
	background-repeat:no-repeat;
	background-position:left;
	padding-left:15px;
}
.next {
	/*background-image:url(../img/nexti.gif);*/
	background-repeat:no-repeat;
	background-position:right;
	padding-right:15px;
}
.vermasico {
	margin-top:10px;
}
.link1 {
	text-decoration:none;
}
.link1 a {
	color:#e5281f;
	text-decoration:none;
}
.link1 a:hover {
	color:#073d79;
}
.link2 {
	text-decoration:none;
}
.link2 a {
	color:#073d79;
	text-decoration:none;
}
.link2 a:hover {
	color:#e5281f;
}
.link3 {
	text-decoration:none;
}
.link3 a {
	color:#787878;
	text-decoration:none;
}
.link3 a:hover {
	color:#000;
}


.borderbot1 {
	border-bottom:1px solid #ff0f0f;
}
/**************************************
   AMPLIADO
***************************************/
.pic_detail {
	margin-left:13px;
	width:184px;
	float:left;
	position:relative;
}
.thumbx02 {
	margin-right:5px;
	margin-top:5px;
}
.desc_2detail {
	float:left;
	position:relative;
	width:350px;
	margin-left:8px;
}
.especificacion {
	color:#666666;
	font-size:8.5pt;
	border-bottom:#c0c0c0 1px solid;
	height:16px;
	padding-top:3px;
}
.adjuntos {
	padding-top:10px;
	width:184px;
}
.adjuntos-tit {
	padding:5px 10px 5px 10px;
	background-color: #333333;
	color:#FFFFFF;
	margin-bottom:5px;
	margin-top:5px;
}
/**************************************
   LATERAL DERECHO
***************************************/
.contenedor-lat {
	background-image:url(../img/destacados-bg.gif);
	background-repeat:repeat-y;
	text-align:left;
}
.contenedor-lat-pad {
	padding:0px 14px 0px 14px;
}
.lat-der-img {
	border-top:1px solid #b6b6b6;
}
.contenedor-lat-pad span {
	line-height:15px;
}
.contenedor-lat-separador {
	width:225px;
	height:11px;
	background-image:url(../img/destacados-sepa.gif);
	background-repeat:repeat-x;
	margin-top:10px;
	margin-bottom:10px;
}
.form-ingrese {
	width:133px;
	border:1px solid #dedede;
}
/**************************************
   TEST 
***************************************/
/*.test1 {
	background:red;
}
.test2 {
	background:blue;
}
.test3 {
	background:green;
}
.test4 {
	background:orange;
}
.test5 {
	background:purple;
}
.test6 {
	background:yellow;
}
.test7 {
	background: #CCCCCC;
}

*/
.subcat a
{
		margin:0;
	padding:0;
	padding:0 4px 0 6px;
	height:25px;
	line-height:25px;
	color:#FFFFFF;
	display:block;
	font-size:11px;
	}
	


.tab1, .tab2, .tab3, .tab4{
	overflow:hidden}

.bmas{
	background-image:url(../img/btn_ampliar.gif);
	background-repeat:no-repeat;
	background-position: 95% 50%;
	}

.bmenos{
	background-image:url(../img/btn_menos.gif);
	background-repeat:no-repeat;
	background-position: 95% 50%;
	}


.tab1
{
	background-color:#1C3148;
	border-bottom:#03192F 1px solid;
	border-top:#3F5164 1px solid;
	font-weight:bold;
}

.tab2
{
	background-color:#3E566F;
	border-bottom:1px #03192F solid;
	border-top:#4F677F 1px solid;
	padding-left:10px;
}

.tab3
{
	background-color:#4F677F;
	border-bottom:1px #03192F solid;
	border-top:#778B9F 1px solid;
	padding-left:20px;
}


.tab4
{
	background-color:#778B9F;
	border-bottom:1px #03192F solid;
	border-top:#8E9FAF 1px solid;
	padding-left:30px;
}