/*tags*/
* {
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Geneva, sans-serif;
}
p {
	padding-bottom:15px;
}
input, select, textarea {
	
	font-size: 11px;
	color: #999999;
}
a {
	color: #999999;
	text-decoration:none;
}
a:hover {
	color: #000;
	text-decoration:underline;
}
#fondo_sombra {
	background-image: url(/imagenes/fondo_sombra.png);
	background-repeat:no-repeat;
	background-position: left top;
}
#sombra_repeat {
	background-image: url(/imagenes/fondo_sombra_repeat.png);
	background-repeat:repeat-y;
	background-position:left;
	width:850px;
	margin:auto;
}
/*main*/
#contenedor {
	width: 816px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	position: relative;
}
#fondo_cuerpo {
	height: 1%;
	overflow: hidden;
	padding-bottom:20px;
}
#cbza {
}
#cont_cbza {
	height: 136px;
}
#logos_sup {
	position: absolute;
	left: 616px;
}
#logo {
	margin-left: 40px;
	margin-top: 27px;
	position: absolute;
	z-index: 100;
}
#logos {
	position: absolute;
	width: 644px;
	height: 43px;
	left: 161px;
	top: 279px;
	z-index:200;
}
#btns_cbza {
	position: absolute;
	z-index:99;
	left: 200px;
	top: 7px;
	color: #FFF;
	text-align:right;
	width:600px;
}
#btns_cbza li {
	display: inline;
}
#btns_cbza span {
	margin-right: 1px;
	margin-left: 3px;
}
#btns_cbza li a {
	color: #FFF;
	text-decoration:none;
}
#btns_cbza li a:hover {
	color: #FFFFFF;
	text-decoration:underline;
}
#cont_header {
	position: relative;
	height:231px;
}
#header {
	position:absolute;
}
#pie {
	background-image: url(../imagenes/pie.png);
	background-repeat: no-repeat;
	clear: both;
	height: 98px;
	background-position: bottom;
	position: relative;
	text-align: left;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
}
#tarjetas {
	position: absolute;
	left: 34px;
	top: 28px;
}
#leyenda {
	position: absolute;
	left: 239px;
	top: 35px;
	color: #FFFFFF;
}
#img_pie {
	position: absolute;
	left: 708px;
	top: -42px;
	z-index:100;
}
#datos_pie {
	position: absolute;
	top: 97px;
	font-size: 10px;
	padding-left: 30px;
	left: 0px;
}
#box_consultas {
	color: #333;
	padding: 15px;
}
#col_izq {
	position: relative;
	width: 160px;
	float: left;
}
#col_der {
	position: relative;
	float: left;
	width: 614px;
	padding-top:20px;
	padding-left:25px;
}
/*botonera*/
#botonera_flota {
	background-image: url(../imagenes/fondo_botonera-trans.png);
	background-repeat: no-repeat;
	width: 204px;
	z-index:98;
}
#botonera {
	position: relative;
}
#botonera li {
	list-style-type: none;
}
#botonera li a {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding-right: 15px;
	padding-left: 15px;
	line-height: 30px;
	color: #333333;
	text-decoration: none;
	display: block;
}
#botonera li a:hover {
	background-color: #000;
	color: #FF6600;
}
#tit_botonera {
	padding-top: 10px;
	padding-bottom: 15px;
	padding-left: 15px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	background-color: #333;
}
#tit_botonera h3 {
	color: #fff;
	font-size: 15px;
	font-weight:bold;
}
/*box*/
.box_izq {
	background-image: url(../imagenes/fondo_box.png);
	background-repeat: no-repeat;
	margin-left: 2px;
	margin-top: 20px;
	position: relative;
}
.tit_box_izq {
	padding-top: 22px;
	padding-left: 30px;
	padding-bottom: 10px;
}
.tit_box_izq h3 {
	font-size: 15px;
	color: #373737;
	font-weight: bold;
}
/*box oportunidades*/
.tit_oportunidades_box {
	padding-bottom: 10px;
}
.tit_oportunidades_box h4 {
	color: #01346A;
	font-weight: bold;
	font-size:12px;
}
.tit_oportunidades_box h4 a {
	color: #01346A;
	text-decoration:none;
}
.tit_oportunidades_box h4 a:hover {
	color: #01346A;
	text-decoration:underline;
}
.img_oportunidades_box {
	float: left;
	padding-right: 10px;
}
.item_oportunidades_box {
	margin-bottom: 10px;
	margin-left: 17px;
	margin-right: 17px;
	height: 1%;
	overflow: hidden;
}
.precio_oportunidades_box {
	color: #FF6600;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 12px;
}
.btn_ver_mas {
	color: #FF6600;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: right;
	font-size: 12px;
}
.btn_ver_mas a {
	color: #FF6600;
	text-decoration:none;
}
.btn_ver_mas a:hover {
	color: #FF6600;
	text-decoration:underline;
}
/*box novedades*/
.der_box_novedades {
	width: 90px;
}
.der_box_novedades p {
	height: 70px;
	overflow: hidden;
}
.img_novedades_box {
	float: left;
	margin-right: 9px;
	border: 1px solid #CCCCCC;
}
/*box_buscar*/
#box_buscar {
	width:126px;
	padding-top: 17px;
	padding-right: 17px;
	padding-bottom: 30px;
	padding-left: 17px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
#box_buscar a {
	color:#333;
	text-decoration:underline;
}
#tit_box_buscar select {
	width: 126px;
	margin-bottom: 5px;
}
#btn_box_buscar {
	margin-top: 5px;
	text-align: right;
}
#tit_box_buscar {
}
/*seccion*/
#contenido {
	margin-right: 8px;
	margin-left: 2px;
	height:1%;
}
#tit_seccion {
	background-color: #F3F3F3;
	padding: 8px;
	border-left-width: 2px;
	border-left-style: dotted;
	border-left-color: #F1620D;
	border-right-width: 2px;
	border-right-style: dotted;
	border-right-color: #F1620D;
	position:relative;
	margin-bottom: 14px;
}
#tit_seccion h1 {
	color: #4D4E52;
	font-size:20px;
	font-weight:normal;
}
/*home*/
.item_home {
	background-image: url(../imagenes/fondo_item_home.png);
	height: 270px;
	width: 290px;
	float: left;
	margin-right: 2px;
	margin-left: 2px;
	position:relative;
}
.tit_item_home {
	padding-left: 38px;
	padding-top: 14px;
	height: 14px;
	overflow: hidden;
	padding-right: 14px;
	margin-bottom: 8px;
}
.tit_item_home h4 {
	font-size: 12px;
	font-weight: bold;
	color: #000;
}
.tit_item_home h4 a {
	color: #000;
	text-decoration:none;
}
.tit_item_home h4 a:hover {
	color: #000;
	text-decoration:underline;
	
}
.izq_item_home {
	float: left;
	padding-left: 10px;
	padding-top: 5px;
	padding-right: 8px;
}
.der_item_home {
	margin-right: 15px;
	padding-top: 10px;
}
.img_item_home {
	position:absolute;
	border: 1px solid #CCCCCC;
	top: 42px;
	left: 12px;
}
.new_item_home {
	position:absolute;
	padding-top:5px;
	padding-left:5px;
	left: -25px;
	top: -24px;
}
.cucardas {
	position:absolute;
	padding-top:5px;
	padding-left:5px;
	left: -25px;
	top: -19px;
	width:42px;
}
.precio_item_home {
	position:absolute;
	top: 130px;
	left: 210px;
	font-weight: bold;
	color: #FF6600;
	text-align: right;
	padding-top:30px;
	font-size:12px;
}
.btns_item_home {
	text-align: right;
	position:absolute;
	width: 200px;
	top: 237px;
	left: 80px;
}
.logo_item_home {
	position: absolute;
	top: 34px;
	left: 210px;
	padding-top: 8px;
	padding-bottom: 8px;
}
.txt_item_home {
	position: absolute;
	top: 195px;
	overflow: hidden;
	height: 48px;
	line-height: 12px;
	width:280px;
	margin-left: 12px;
	height: 38px;
	overflow: hidden;
}
/*producto amp*/
#producto_detalle {
	background-image: url(../imagenes/fondo_prod_detalle.png);
	background-repeat: no-repeat;
	position: relative;
	width: 580px;
	float: left;
	margin-left: 5px;
	height:1%;
}
#tit_detalle h2 {
	font-size: 12px;
	color: #000;
	font-weight: bold;
}
#tit_detalle h2 a {
	color: #000;
	text-decoration:none;
}
#tit_detalle h2 a:hover {
	color: #000;
	text-decoration:underline;
}
#tit_detalle {
	padding-left: 35px;
	padding-top: 14px;
	padding-bottom: 14px;
}
#descripcion_larga_detalle {
	clear: both;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 15px;
}
#precio_detalle {
	position: absolute;
	left: 457px;
	top: 14px;
	font-size: 12px;
}
#precio_numero_detalle {
	font-size: 18px;
	color: #FF6600;
	font-weight: bold;
	padding-top: 10px;
}
.tit_expecificaciones {
	font-size: 12px;
	font-weight: bold;
	color: #000;
	clear: both;
	padding-left: 15px;
	padding-top: 10px;
}
.img_galeria {
	float: left;
	border: 1px solid #CCCCCC;
	margin-left: 8px;
	margin-bottom: 8px;
}
#companias {
	font-size: 12px;
	font-weight: bold;
	color: #01346A;
	float: left;
	padding-left: 30px;
	padding-top: 50px;
	text-align:right;
	width:120px;
}
#companias img {
	padding-top: 5px;
}
#tit_descripcion_detalle {
	font-size: 15px;
	font-weight: bold;
}
#img_detalle {
	float: left;
	border: 1px solid #CCCCCC;
	margin-right: 8px;
	margin-left: 12px;
	display:inline;
	position:relative;
}
#descripcion_detalle {
	float: left;
	width: 250px;
	margin-bottom: 20px;
}
#logo_detalle {
	float: left;
}
#galeria {
	float: left;
	width: 340px;
}
#expecificaciones {
	background-color: #F6F6F6;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 15px;
	margin-left: 15px;
	height: 1%;
	overflow: hidden;
	position: relative;
}
#expecificaciones li {
	list-style-type: none;
	float: left;
	width: 31%;
	background-image: url(../imagenes/cuadradito.gif);
	background-repeat: no-repeat;
	background-position: 1px 6px;
	padding-left: 10px;
}
#btns_detalle {
	text-align: right;
	padding-right: 15px;
	clear:both;
}
/*producto lista*/
.producto_lista {
	background-image: url(../imagenes/fondo_prod_detalle.png);
	background-repeat: no-repeat;
	position: relative;
	width: 580px;
	float: left;
	margin-left: 5px;
	padding-bottom:20px;
}
#feed_busqueda {
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
}
#feed_no_datos {
	text-align: center;
	margin: 30px;
	font-weight: bold;
}
.tit_lista h2 {
	font-size: 12px;
	color: #000;
	font-weight: bold;
}
.tit_lista h2 a {
	color: #000;
	text-decoration:none;
}
.tit_lista h2 a:hover {
	color: #000;
	text-decoration:underline;
}
.tit_lista {
	padding-left: 35px;
	padding-top: 14px;
	padding-bottom: 14px;
}
.img_lista {
	float: left;
	margin-right: 8px;
	margin-left: 12px;
	border: 1px solid #CCCCCC;
	display:inline;
	position:relative;
}
.descripcion_lista {
	float: left;
	width: 355px;
	margin-bottom: 10px;
	height: 56px;
	overflow: hidden;
}
.precio_lista {
	float:left;
	left: 507px;
	top: 53px;
	font-size: 12px;
	color: #FF6600;
	font-weight: bold;
	padding-top: 0px;
	padding-left: 10px;
	text-align:right;
	width:70px;
}
.btns_lista {
	text-align: right;
	clear:both;
	float:right;
	padding-top:15px;
}
.logo_lista {
	float: left;
}
/*novedades*/
.novedad_lista {
	background-image: url(../imagenes/fondo_prod_detalle.png);
	background-repeat: no-repeat;
	position: relative;
	width: 580px;
	float: left;
	margin-left: 5px;
	padding-bottom:20px;
}
.fecha_novedad_lista {
	position:absolute;
	left:360px;
	top:15px;
	font-weight:bold;
	width:200px;
	text-align:right;
}
.tit_novedad_lista h2 {
	font-size: 12px;
	color: #01346A;
	font-weight: bold;
}
.tit_novedad_lista h2 a {
	color: #01346A;
	text-decoration:none;
}
.tit_novedad_lista h2 a:hover {
	color: #01346A;
	text-decoration:underline;
}
.tit_novedad_lista {
	padding-left: 35px;
	padding-top: 14px;
	padding-bottom: 14px;
	width:380px;
}
.img_novedad_lista {
	float: left;
	margin-right: 10px;
	margin-left: 16px;
	margin-top:3px;
	border: 1px solid #CCCCCC;
	display:inline;
}
.descripcion_novedad_lista {
	float: left;
	width: 410px;
	margin-bottom: 10px;
	height: 56px;
	overflow: hidden;
}
.btns_novedad_lista {
	text-align: right;
	clear:both;
	padding-top:14px;
}
/*novedad amp*/
#novedad_amp {
	background-image: url(../imagenes/fondo_prod_detalle.png);
	background-repeat: no-repeat;
	position: relative;
	width: 580px;
	float: left;
	margin-left: 5px;
	padding-bottom:20px;
}
.fecha_novedad_amp {
	position:absolute;
	left:360px;
	top:15px;
	font-weight:bold;
	width:200px;
	text-align:right;
}
#tit_novedad_amp h2 {
	font-size: 12px;
	color: #01346A;
	font-weight: bold;
}
#tit_novedad_amp {
	padding-left: 35px;
	padding-top: 14px;
	padding-bottom: 14px;
	width:380px;
}
#img_novedad_amp {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 18px;
	margin-top:5px;
	border: 1px solid #CCCCCC;
	display:inline;
}
#bajada_novedad_amp {
	margin-bottom: 10px;
	margin-right: 20px;
	margin-left: 15px;
	font-style: italic;
}
#descripcion_novedad_amp {
	margin-bottom: 10px;
	margin-right: 20px;
	margin-left: 15px;
	clear:both;
}
#btns_novedad_amp {
	text-align: right;
	margin-right: 20px;
	clear:both;
}
/*busqueda avanzada*/
#contenido_formulario_busqueda {
	margin: 30px;
}
.campo_caracteristica {
	float: left;
	width: 32%;
}
#carateristicas_busqueda {
	background-color: #F6F6F6;
	padding: 10px;
	height: 1%;
	overflow: hidden;
	margin-top: 5px;
}
/*contacto*/
#contenido_formulario {
	float: left;
	padding-right: 30px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	margin-top: 30px;
	margin-right: 30px;
	margin-bottom: 30px;
	margin-left: 15px;
	width:310px;
	height:280px;
}
#datos_contacto {
	float: left;
	margin-top: 30px;
}
.tit_campo {
	padding-top:5px;
}
#tit_bloque_der {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#tit_bloque_der h2 {
	color: #4D4E52;
	font-size: 12px;
	font-weight: bold;
}
#bloque_contactos a {
	color: #999999;
}
#bloque_contactos a:hover {
	color: #000000;
}
.stock {
	position: absolute;
	left: 515px;
	top: 15px;
}
/*campos tarjeta*/
#campos_forma_pago {
	margin-top: 10px;
	font-size:10px;
}
#campos_forma_pago .campo {
	padding-bottom:5px;
}
#campos_forma_pago .campo div {
	padding-bottom:5px;
	color:#000;
}
#campos_forma_pago .campo input {
	width:50px;
	font-size:10px;
}
#campos_forma_pago .campo select {
	font-size:10px;
}
#texto_descriptivo {
	color: #F60;
	padding-top:5px;
}
#contenedor_redes {
	position:relative;
	margin: 20px 0 0 17px;
	height:30px;
}
#twitter_btn {
	left:67px;
	top:0px;
	position:absolute;
}
#fb_like_btn {
	left:170px;
	top:0px;
	position:absolute;
}
#google_btn {
	left:0px;
	top:0px;
	position:absolute;
}


