@charset "latin1";
/* CSS Document */


/* Estilos generales */

@import url("type.css");

body{
	margin:0px;

	background-position: center top;
}

#bg{
	width:100%;
	margin:0px;
	padding:0px;
	height:813px;
	position:absolute;
}

#bg #left{
	background-image: url(images/vertigo_fondoCeleste_3_left.jpg);
	background-repeat:repeat-x;
}
#bg #center{
	background-image: url(images/vertigo_fondoCeleste_3.jpg);
	background-repeat: no-repeat;
	width:1333px;

}
#bg #right{
	background-image: url(images/vertigo_fondoCeleste_3_right.jpg);
	background-repeat:repeat-x;
}

#principal{
	position:absolute;
	width:896px;
	left:50%;
	margin-left:-448px;
}

/* Estilos seccion top */

#top{
	width:86em;
	margin-left:auto;
	margin-right:auto;	
	margin-top:0;	
	margin-bottom:0;	
}

#logo{
	padding-left:22px;
	float:left;
	width:113px;
	margin-top: 10px;
}

#contenedor_top{
	float:left;
	width:710px;
	padding-right:15px;
}

#top_sup{
	width:100%;
	display:block;
	text-align:right;
}

#login{
	float:right;
}

#control_login{
	background-image: url(images/bg_login_deg.jpg);
	background-repeat: repeat-x;
	float:left;
	padding-top:5px;
	height:30px;
}

#control{
	float:right;
}

#registro{
	clear:right;
	padding-top:5px;
}
#registro #innerRegistro{
	position: relative;
	top: 10px;
}

.login{
	float:left;
}
.loginSalir{
	font-size:11px;
	text-decoration:none;
	font-weight:bold;
	text-align:right;
	color:#94a5bf;
}
.loginSalir:link {text-decoration: none; color:#94a5bf;}
.loginSalir:visited {text-decoration: none; color:#94a5bf;}
.loginSalir:active {text-decoration: none; color:#94a5bf;}
.loginSalir:hover {text-decoration: none; color:#94a5bf;}


#menu_top{
	text-align:right;
	padding-top:10px;
	float:left;
	width: 360px;	
	height: 64px;
}

#top_inf{
	clear:both;
	width:100%;
	padding-top:30px;
	display:block;
}

#usuario{
	float:left;
	text-align:left;
	color:#fff;
	margin-top: 10px;
}
#usuario a{
	color:#fff;
}
#usuario a:link {text-decoration: none}
#usuario a:visited {text-decoration: none}
#usuario a:active {text-decoration: none}
#usuario a:hover {text-decoration: none; }

#paises{
	float:right;
}

.pais{
	float:right;
	padding-left:15px;
}

#btnCompraExpressHome{
	margin-top: 10px;
	text-align: left;
	float:left;
}
#compraExpress{
	height: 50px;
}

/* Estilos seccion banner */

#banner{
	/*height:100px;*/
	width:100%;
	padding-top:5px;
	padding-bottom:5px;
	/*background-color:#F00;*/
}
object:hover {
	border:0px solid;

} 
object { 
	outline:none; 
} 

/* Estilos seccion contenido */

#content{
	width:872px;
	margin:0 auto 0;
	margin-left:25px;	

}

#home{
	width:100%;
}

.fila{
	clear:left;
	display:block;
	width:100%;
}

#heading{
	background-image: url(images/inf_deg.jpg);
	background-repeat: repeat-x;
	padding-top:20px;
	padding-bottom:10px;
	padding-left:15px;
	float:left;
	height:25px;
	width:819px;
}
.nv_heading{
	background-image: url(images/inf_deg.jpg);
	background-repeat: repeat-x;
	padding-top:20px;
	padding-bottom:10px;
	padding-left:15px;
	float:left;
	height:25px;
	width:819px;
}
#headingBusqueda{
	background-image: url(images/headingBusqueda.jpg);
	background-repeat:no-repeat;
	padding-top:20px;
	padding-bottom:10px;
	margin-left:-15px;
	
	height:25px;
	width:872px;
}

#borde_sup_izq{
	float:left;
}

#borde_sup_der{
	float:right;
}

#titulo{
	float:left;
}
.nv_titulo{
	float:left;
}
.nv_busqueda{
	float:right;
}
#busqueda{
	float:right;
}

.cont_prod{
	float:left;
	margin:10px;
	margin-top:15px;
	height:125px;
}

.bg_inferior{
	background-image: url(images/bg_prod.jpg); 
	background-repeat:repeat-x; 
}


#img_prod{
	width:75px; 
	height:85px; 
	float:left; 
	padding:5px;
}

.padd_left{
	padding-left:10px;
}

.link_btn{
	float:right;
	bottom:-10px;
	right:5px;
	position:relative;
}

.tit_prod{
	float:left;
	left:5px;
	bottom:-10px;
	display:block;
	position:relative;
	width:145px;
}

.col_der{
	width:70%;
	float:left;
	/*background-color:#006;*/
}

.col_izq{
	width:30%;
	float:left;
	/*height:100px;
	background-color:#060;*/
}

.fotos_lista{
	width:95px;
	vertical-align:bottom;
}

.vinculos{
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #BCBEC0;
	width:50px;
}

.detalle_link{
	display:block;
}

.borde_img_detail{
	border-top:1px solid #BCBEC0;
	border-bottom:1px solid #BCBEC0;
	text-align:center;
	padding:10px;
}

.col_der_bg{
	border-left:solid 1px #E4E4E4;
	border-right:solid 1px #E4E4E4;
}

#similares{
	padding-top:10px;
}

#destacados img{
	border: 0px;
	text-decoration:none;
	margin-bottom:30px;
}

/* Estilos seccion navegación */

#nav{
	width:86em;
	margin-left:auto;
	margin-right:auto;	
	margin-top:0;	
	margin-bottom:0;
	clear:left;
	/*background-color:#0FF;*/
	display:block;
	/*border:thin solid #F00;*/
}

#botonera{
	padding-top:20px;
	padding-bottom:0.5em;	
	width:63em;
	margin:auto;
	text-align:center;
}
/*----- CARRITO -----*/
#carrito{
	width:860px;
	font-family:Arial;
	padding:10px;
	float:left;
}
#carrito #carrito_top{
	
}
#carrito #carrito_top div{
	float:left;
}
#carrito #carrito_top #carrito_top_left{
	width:675px;
}
#carrito #carrito_top #carrito_top_right{
	text-align:right;
	width:120px;
}
/**/
#carrito #carrito_body{
	width:813px;
}
	
#carrito #carrito_body #carrito_body_head{
}
#carrito #carrito_body #carrito_body_body{
}

#carrito #carrito_body #carrito_body_body .tableCarrito{
	width:790px;
	margin-left:14px;
}
#carrito #carrito_body #carrito_body_body .tableCarrito div{
	float:left;
}
#carrito #carrito_body #carrito_body_body .tableCarrito .subtituloCarrito{
	font-size:15px;
	color:#0089CF;
	margin:0px;
	padding:0px;
	margin-left:-10px;
}
#carrito #carrito_body #carrito_body_body .tableCarrito .col1{
	width:453px;
}
#carrito #carrito_body #carrito_body_body .tableCarrito .col2{
	width:83px;
	text-align:center;
}
#carrito #carrito_body #carrito_body_body .tableCarrito .resultado_col1{
	width:536px;
	text-align:right;
}
#carrito #carrito_body #carrito_body_body .tableCarrito .horizontalLine{
	width:785px;
	height:1px;
	background-color:#BCBEC0;
	margin-top:4px;
	margin-bottom:4px;
}
#carrito #carrito_body #carrito_body_body .tableCarrito .borderLeft{
	border-left:1px solid #BCBEC0;
	height:auto;
}

#carrito #carrito_body #carrito_body_footer{
}

/**/
#carrito input{
	font-size:11px;
	color:#002447;
	border:1px solid #002447;
	width:260px;
}
#carrito textarea{
	font-size:11px;
	color:#002447;
	border:1px solid #002447;
	width:260px;
	font-family:arial;
}

.texto{
	font-size:13px;
	color:#6D6E71;
}
.textoAzul{
	font-size:12px;
	color:#002447;
	text-decoration: none;
}
.textoCel{
	font-size:11px;
	color:#0089CF;
}
.textoAzul:link {text-decoration: none; color:#002447;}
.textoAzul:visited {text-decoration: none; color:#002447;}
.textoAzul:active {text-decoration: none; color:#002447;}
.textoAzul:hover {text-decoration: none; color:#002447;}

.verticalLine{
	width:1px;
	height:24px;
	background-color:#BCBEC0;
}
.horizontalLine{
	width:810px;
	height:1px;
	background-color:#BCBEC0;
	font-size:1px;
}

.precio{
	font-weight: bold;
	font-size: 14px;
}
/*----- AGREGAR AL ARRITO -----*/
#agregar{
	margin-left: 30px;
}
#agregar #agregar_left{
	float:left;
	margin-right:20px;
	height:450px;
}
#agregar #agregar_right{
	
	/*width:500px;
	_width:300px;
	*/
	
	margin-right:15px;
}
#agregar #agregar_right #agregar_desc{
}
#agregar #agregar_right #agregar_desc_left{
	float:left;
	width: 190px;
}
#agregar #agregar_right #agregar_desc_right{
	display:inline-table;
	margin-top:-12px;
	margin-left:30px;
}
#agregar #agregar_right #agregar_thumbs{
}

#agregar #agregar_right #agregar_thumbs img{
	margin-left:20px;
}
#agregar #agregar_right #agregar_details{

}
#agregar #agregar_right #agregar_details input{
	width:140px;
	border:1px solid #BCBEC0;
}
#agregar #agregar_right #agregar_details2 textarea{
	width:140px;
	border:1px solid #BCBEC0;
}

#agregar #agregar_right #agregar_details #calcularPrecio{
	position:relative;
	top:-10px;
}

#agregar #agregar_right #agregar_details2{

}
#agregar #agregar_right  #agregar_agregar{
	text-align:right;
	cursor:pointer;
}
#agregar #agregar_right  #agregar_agregar span{
	position:relative;
	top:-5px;
}
/*----- GRACIAS -----*/
#gracias{
	padding:30px;
}
/*----- BENEFICIOS -----*/
#beneficios{
	font-size:11px;
	color:#6D6E71;
	margin-left:20px;
	width: 525px;
}
#beneficios p{
	margin:0px;
	padding:0px;
}
#beneficios p span{
	position: relative;
	top: -24px;
	display: block;
	margin-left: 40px;

}
#beneficios .doble{
	position: relative;
	top: -30px;
	display: block;
	margin-left: 40px;
}
#beneficios .tAzul{
	color:#002447;
}
#beneficios .tCel{
	color:#0089CF;
}
#beneficios .t11{
	font-size:11px;
}
#beneficios .t13{
	font-size:13px;
}
#beneficios .t15{
	font-size:15px;
}
#beneficios .t20{
	font-size:20px;
}

#suscripcion input{
	width: 205px;
}
#suscripcion select{
	width: 208px;
}

/* LISTA DE PRECIOS */
#lista-precios{
	width:810px;
	margin-left: 20px;
}
#lista-precios p{
	margin:0px;
	padding:0px;
}
#lista-precios .group{
	margin-bottom:20px;
}
#lista-precios .group-img{
	float: left;
	margin-right: 20px;
	margin-left: 10px;
}
#lista-precios .group-content{
	margin-left: 10px;
}

#lista-precios table{
	width:667px;
	font-size: 11px;
	color: #002447;	
	margin-top:5px;
}
#lista-precios table td{
	vertical-align: top;
	height: 25px;
}
#lista-precios table .td1{
	width:600px;
}
#lista-precios table .td1 a{
	text-decoration: none;
	color: #000;
}
#lista-precios table .td11{
	width:90px;
}
#lista-precios table .td2{
	width:50px;
}
#lista-precios table .td3{
	width:28px;
}
#lista-precios table .td4{
	width:50px;
}
#lista-precios table .td5{
	
}
#lista-precios table .td6{
	width:80px;
}

#lista-precios table .td6 span{
	color: #0088CF;
	text-decoration: underline;
	cursor: pointer;
}

#lista-precios table input{
	font-size: 11px;
	width:37px;
	height: 11px;
}
#lista-precios .lista-titulo{
	font-size: 12px;
	color: #002447;
	font-weight: bold;
}
#lista-precios .cel{
	color: #0088CF;
}


#bottom-menu{
	position: fixed;
	width: 100%;
	height: 17px;
	background-color: #75BEE9;
	bottom: 0px;
	left: 0px;
	color: #fff;
	font-size: 11px;
	padding:4px;
	padding-left: 10px;
	padding-right: 10px;
}
#bottom-menu div{
	width: 30%;
	float:left;
}
#bottom-menu #bottom-menu-middle{
	 text-align: center;
	 text-transform: uppercase;
	 font-weight: bold;
}
#bottom-menu #bottom-menu-right{
	 text-align:right;
	 float: right;
	 margin-right: 20px;
}
#bottom-menu a{
	color: #fff;
	text-decoration: none;
}
	
#bottom-menu #search-input{
	width: 100px;
	height: 16px;
	border: 0px;
}
	
.trFind{
	background-color: #75BEE9;
}
.searchNotFound{
	background-color: #ff6666;
}

/* NEWSLETTER */
#newsletter p{
	margin: 0px;
	padding: 0px;
}
#newsletter .comment{
	margin-left: 10px;
	margin-right: 30px;
}

#newsletter #newsletter-items {
	margin-top: 20px;

}
#newsletter .newsletter-item{
	background-image: url('../images/newss.item.bg.jpg');
	background-position: bottom;
	background-repeat: no-repeat;
	min-height: 38px;
	width: 255px;
	padding: 10px;
	float: left;
	height: 100px;
	
}
#newsletter .newsletter-item img{
	float: left;
	margin-left: 5px;
	margin-right: 10px;
}
#newsletter .clear{
	clear: both;	
}
#newsletter .title{
	font-size: 12px;
	color: #002447;	
}
#newsletter .desc{
	font-size: 11px;
	color: #6D6E71;	
 	width: 220px;
}

/* popup msg */
#popupMsg{
	 position: fixed;
	 width: 364px;
	 height: 179px;
	 left: 50%;
	 margin-left: -182px;
	 top: 250px;
}
#popupComment{
     position: fixed;
	 width: 300px;
	 height: 150px;
	 background-color: #fff;
	 border: 1px solid #000;
	 left: 50%;
	 margin-left: -150px;
	 top: 250px;
	 padding: 5px;
	 visibility: hidden;
}
#popupComment #comment_titulo{
	color:#002447;
	font-size:12px;
	font-weight:bold;
}

#popupComment #comment_desc{
	width: 295px;
	height: 100px;
}
#popupComment #comment_footer{
	width: 100%;
	text-align: right;
}
#popupComment #comment_footer span{
	color: #0088CF;
	cursor: pointer;
}

/* Estilos seccion footer */

#footer{
	background-image: url(images/headingBusqueda.jpg);
	background-repeat:no-repeat;

	margin-left:18px;
 	text-align: center;
 	
	height:40px;
	width:872px;
}
#footer div{
	padding-top: 15px;
}
#cont_footer{
	background-image: url(images/inf_deg.jpg);
	background-repeat: repeat-x;
	padding-top:12px;
	text-align:center;
	float:left;
	height:25px;
	width:83.4em;
}

.contacto{
	
}
.contacto p{
	margin:0px;
	padding:0px;
	font-size: 11px;
	margin-bottom:4px;
}
#overlayBG{
	height:100%;
	left:0;
	position:fixed;
	top:0;
	width:100%;
	z-index:100;
	background-color:#000000;
	opacity:0.75;
	filter: alpha(opacity = 75);
}
#selectPais{
	height:176px;
	left:50%;
	margin-left:-178px;
	margin-top:-88px;
	position:absolute;
	top:50%;
	width:356px;
	z-index:110;
}
#vendedores { width: 560px;}
#vendedores .vnd-busqueda { color: #000; text-decoration: none;}
#vendedores .vnd-busqueda img{ position: absolute; margin-top: -6px;}
#vendedores #datosCliente{ margin-top: 10px; margin-bottom: 10px;}
#vendedores .art-row{ width: 560px; padding-bottom: 5px; padding-top: 5px;}
#vendedores .art-row img{ position: absolute; margin-left: 5px;}
#vendedores .tit{ color:#0089CF; float:left; font-weight:bold; margin-left:4px;}
#vendedores .art{ width: 70px; margin-right: 5px;}
#vendedores .cant{width: 60px; margin-right: 5px;}
#vendedores .comm{ width: 380px;}
#vendedores #cantCargar{ width: 30px;}
#vendedores #comprar { float: right;}
#vendedores #datosCliente input, #vendedores #datosCliente select{ position: absolute; left: 0px; margin-left: 120px;}
#vendedores #datosCliente .row{ height: 26px;}