/*
Author: Jhon Moreno
Author URL: jhonmo09@gmail.com/
*/

@import url("reset.css");

@import url("/carrito/assets/front/fonts/opensans_bold_macroman/stylesheet.css");
@import url("/carrito/assets/front/fonts/opensans_bolditalic_macroman/stylesheet.css");
@import url("/carrito/assets/front/fonts/opensans_extrabold_macroman/stylesheet.css");
@import url("/carrito/assets/front/fonts/opensans_extrabolditalic_macroman/stylesheet.css");
@import url("/carrito/assets/front/fonts/opensans_italic_macroman/stylesheet.css");
@import url("/carrito/assets/front/fonts/opensans_light_macroman/stylesheet.css");
@import url("/carrito/assets/front/fonts/opensans_lightitalic_macroman/stylesheet.css");
@import url("/carrito/assets/front/fonts/opensans_regular_macroman/stylesheet.css");
@import url("/carrito/assets/front/fonts/opensans_semibold_macroman/stylesheet.css");
@import url("/carrito/assets/front/fonts/opensans_semibolditalic_macroman/stylesheet.css");

#loader {width:100%; height:100%; position:fixed; top:0; right:0; bottom:0; left:0; z-index:99999; background-color:#F1F2E8;}
#progress {width:50px; height:50px; position:absolute; top:50%; left:50%; margin-top:-25px; margin-left:-25px; background:url(../img/loading.gif);}



/*-----clearfix------*/
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0;  }
* html .clearfix { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
/**/



/*--clases genéricas--*/
.left{float:left;}
.right{float:right;}
.content_960{width:96%; max-width:960px; margin:auto; position:relative;}
.table{display:table; width:100%; height:100%;}
.table_cell{display:table-cell; vertical-align:middle;}
.main_p{font-size:0.875em; color: #555; text-align: justify; line-height:1.429em;}
.main_title{font-size:2.5em; font-family: 'open_sansbold'; color:#40679b; margin-bottom: 0.8em;}
.main_title span{color: #e91c23;}
.subtitle1{font-size:1.750em; font-family: 'open_sansbold'; color:#40679b; margin-bottom: 0.8em;}
.subtitle1 span{color: #e91c23;}
/*-//-*/

body{font-family: 'open_sanslight'; background: url(../img/001.png);}


/*--products list--*/
.sect1{margin-top: 30px; margin-bottom:30px;}
.product_description{width: 28%; padding-right: 1%; border-right: 1px solid #ddd}
.right_prod_list{width: 68.6%;}
.product_description img{width: auto; max-width: 100%; margin: 0 auto;}
.item_prom{width: 28%; padding: 2%;  margin-right: 2%; background: #fff; box-shadow: 0 2px 3px rgba(0,0,0,0.1); height: 130px; text-align:center; border-bottom: 5px solid #40679b;}
.item_prom h4{color:#40679b; font-family: 'open_sanssemibold'; font-size:14px;}
.item_prom h2{font-size:3.4em; font-family: 'open_sansbold'; color: #e91c23}
.item_prom p{color: #b3b3b3; font-size:0.75em;}
.content_cards{margin-top: 25px; margin-bottom: 25px;}
.content_cards .left{width: 60%;}
.content_cards .right{width: 35%;}
.item_prod{display:block; position: relative; width: 32%; margin-right: 2%; margin-bottom: 15px;}
.item_prod img{width: 100%;}
.over_item_prod{width: 100%; height: 100%; top: 0; background: url(../img/pixel_azul.png); position: absolute; opacity:0; transition:all 0.4s;}
.over_item_prod p{text-align: center; color: #fff; padding: 12px;}
.item_prod:nth-child(3n){margin-right: 0;}
.content_title_item{bottom:0; position:absolute; background:url(../img/pixel_blanco.png);; width:100%; height:57px; transition:all 0.4s; opacity:1}
.content_title_item h3{font-family: 'open_sansregular'; color:#003479; font-size:1.125em; padding-left:10px;}
.content_title_item span{position:absolute; bottom:10px; right:10px; color:#e91c23;  font-family: 'open_sanssemibold';}
.over_item_prod span{position:absolute; bottom:10px; right:10px; color:#fff;  font-family: 'open_sanssemibold';}
.item_prod:hover .over_item_prod{opacity:1;}
.item_prod:hover .content_title_item{opacity:0;}
.help_text{text-align:center; margin:30px 0; font-size:12px;}

/*---product detail--*/
.product_detail img{margin-right:10px; width:auto; max-width:100%;}
.content_val{width:61%; padding:2%; background:#f6f6f6; box-shadow: 0 2px 3px rgba(0,0,0,0.1); margin:20px 0 auto auto; }
.content_val h4{font-size:12px; color:#a9a9a9; font-family: 'open_sansregular'; margin-bottom:6px;}
.initial_price{width:30%; margin-left:1%; margin-right:2%;}
.initial_price h2{color:#003479; font-family: 'open_sanssemibold'; font-size:1.75em; line-height:44px;}
.amount_change{width:30%; margin:0 1.5%;}
.change_box{width:98%; background:#fff; padding:10px 1%; box-shadow: 0 2px 3px rgba(0,0,0,0.1); height:20px; border-radius:4px; position:relative;}
.change_box input[disabled]{background:none; border:none; display:block;  text-align:center; font-size:18px; color:#003479; font-family: 'open_sanssemibold'; width:100%; height:20px; line-height:18px; }
.btns_amount{width:20px; border-left:1px solid #ddd; padding-left:10px; position:absolute; top:10px; right:0;}
.btns_amount a{display:block; width:7px; height:7px;}
.btns_amount a.mas{background:url(../img/icon_mas.png);}
.btns_amount a.menos{background:url(../img/icon_menos.png); margin-top:5px;}
.final_price{width:30%;}
.final_price h2{color:#e91c23; font-size:2em; font-family: 'open_sanssemibold'; line-height:44px;}
.btn_buy{display:block; width:125px; height:37px; margin:20px 0 auto auto; border-radius:5px; background:#003479; line-height:37px; font-size:14px; text-align:center; color:#fff; border-bottom:5px solid #002454}
.btn_buy:hover{margin-top:22px; border-bottom-width:3px}
.btn_buy:active{border-bottom:0; border-top:3px solid #002454;}
.w65{width:65%; margin-left:auto; margin-right:0}
.security{width:100%; max-width:650px; margin:40px auto; box-shadow: 0 2px 3px rgba(0,0,0,0.1);}
.security img{width:100%;}

.content_other_prod{width:100%; height:auto; overflow:hidden;}
.content_other_prod ul li .item_prod{width:210px; margin:auto; float:none;}
.content_other_prod ul li{width:230px; float:left;}
#slider{margin:20px auto; width:80%;}

.content_cart{margin-top:10px; }
.btn_keep{display:block; width:220px; height:37px; border-radius:5px; background:#003479; line-height:37px; font-size:14px; text-align:center; color:#fff; border-bottom:5px solid #002454; text-transform:uppercase;}
.btn_keep:hover{margin-top:2px; border-bottom-width:3px}
.btn_keep:active{border-bottom:0; border-top:3px solid #002454;}

.btn_pay{display:block; width:165px; height:37px; border-radius:5px; background:#e91c23; line-height:37px; font-size:14px; text-align:center; color:#fff; border-bottom:5px solid #9e1318; text-transform:uppercase;}
.btn_pay:hover{margin-top:2px; border-bottom-width:3px}
.btn_pay:active{border-bottom:0; border-top:3px solid #9e1318;}


.content_table{width:100%; height:auto; overflow-x:auto; overflow-y:visible; margin-top:30px;}
.content_table table{min-width:100%;}
.content_table table td{white-space:nowrap;}
.table_head{height:50px; vertical-align:top; color:#fff; text-transform:uppercase; font-size:14px; background:#003479}
.table_head td{vertical-align:middle; text-align:center;}
.table_item{background:#f6f6f6;}
.table_item td{padding:10px 0; text-align:center;}
.table_item:nth-child(2n){background:#eaeaea;}
.table_item img{margin:0 20px;}
.table_item td .change_box{width:180px; margin:0 auto;}
.table_item h3{color:#4a4a4a; font-family: 'open_sanssemibold'; margin:0 15px; }
.table_item h2{color:#e91c23; font-family: 'open_sanssemibold'; margin:0 15px; font-size:18px; }

.btn_delete{display:block; width:40px; height:35px; border-radius:5px; background:#072143 url(../img/icon_delete.png) center no-repeat; line-height:37px; font-size:14px; text-align:center; color:#fff; border-bottom:5px solid #05162d; text-transform:uppercase; margin:0 10px;}
.btn_delete:hover{margin-top:2px; border-bottom-width:3px}
.btn_delete:active{border-bottom:0; border-top:3px solid #05162d;}

.content_totals{margin-top:25px; width:300px; margin-left:auto; margin-right:0; font-family: 'open_sansregular'; margin-bottom:20px;}
.content_totals h4{font-size:14px; color:#555;}
.item_total1{margin-bottom:15px; line-height:44px;}
.item_total1 h5{color:#003479; font-size:24px;}
.item_total2 h5{color:#e91c23; font-size:28px;}
.item_total1 select{border:none;  box-shadow: 0 2px 3px rgba(0,0,0,0.1); border-radius:4px; height:44px; margin-left:15px; font-size:14px; color:#454545;}


.linea1{height:1px; background:#ccc; margin-top:10px;}
.form_payment{width:100%; max-width:464px; margin:0 auto; background:#f6f6f6; box-shadow: 0 2px 3px rgba(0,0,0,0.1);}
.title_payment{width:100%; height:60px; line-height:60px; color:#fff; font-size:1.25em; font-family: 'open_sanssemibold'; text-align:center; background:#003479; border-radius:6px; text-transform:uppercase; position:relative;}
.btn_back{background:url(../img/icon_back.png); display:block; width:25px; height:25px; position:absolute; left:10px; top:18px;}
.content_form{padding:20px;}
.input1{padding:5px 2%; height:28px; line-height:28px; font-size:14px; width:44%; background:#fff; border-radius:4px; border:1px solid #ddd; margin-bottom:10px;}
.content_form fieldset{margin-bottom:20px;}
.content_form fieldset h3{color:#acacac; font-family: 'open_sansregular'; font-size:12px; margin-bottom:10px;}
.select1{width:48%; padding:0 2%; height:38px; line-height:38px; font-size:14px; border:none; box-shadow: 0 2px 3px rgba(0,0,0,0.1); border-radius:4px; margin-bottom:10px;} 

.form_payment button{display:block; border:none; width:200px; height:33px; border-radius:5px; background:#003479; line-height:33px; font-size:14px; text-align:center; color:#fff; border-bottom:5px solid #002454; text-transform:uppercase; margin:auto; cursor:pointer;}
.form_payment button:hover{margin-top:2px; border-bottom-width:3px}
.form_payment button:active{border-bottom:0; border-top:3px solid #002454;}
.textarea1{width:96%; padding:2%; border:1px solid #ddd; border-radius:5px; font-size:14px; height:80px;}

.content_form2{display:none;}

.btn_big{display:block; border:none; width:100%; height:70px; border-radius:5px; background-color:#fff; line-height:33px; font-size:14px; text-align:center; color:#fff; border-bottom:5px solid #d6d6d6; text-transform:uppercase; margin-bottom:10px; cursor:pointer; background-position:center; background-repeat:no-repeat;}
.btn_big:hover{margin-top:2px; border-bottom-width:3px}
.btn_big.big_activo{border-bottom:0; border-top:3px solid #d6d6d6; background-color:#e6e6e6}
.btn_big:active{border-bottom:0; border-top:3px solid #d6d6d6;}
.btn_anuice{background-image:url(../img/icon_anuice.png);}
.btn_paypal{background-image:url(../img/icon_paypal.png);}
.btn_payu{background-image:url(../img/icon_payu.png);}

.hidden_check{display:none;}
.custom_check{background:url(../img/checkbox.png); cursor:pointer; width:38px; height:38px; border-radius:4px; box-shadow: 0 2px 3px rgba(0,0,0,0.1); display:inline-block; vertical-align:middle; margin-bottom:10px; }
.custom_check:active{background-position:0 -38px;  box-shadow: 0 1px 2px rgba(0,0,0,0.4);}
.custom_check.checked{background-position:0 -76px;}
.custom_check.checked:active{background-position:0 -114px;}
.check_label{font-size:14px; color:#838383; margin-left:10px;}

.content_info_input{width:48%; position:relative;}
.content_info_input .input1{width:92%; padding:5px 4%; }
.info_input{background:#e91c23;width:18px; height:18px; right:10px; position:absolute; top:10px; border-radius:9px; cursor:pointer;}
.info_input span{width:100%; display:block; text-align:center; font-size:12px; color:#fff; line-height:18px;}
.popover_info{position:absolute; bottom:100%; margin-bottom:10px; right:-20px; background:#e91c23; width:200px; border-radius:4px; padding:15px; text-align:center; font-size:11px; color:#fff; display:none;}
.popover_info:before{position:absolute; content:''; border-top:5px solid #e91c23; border-left:5px solid transparent; border-right:5px solid transparent; top:100%; right:25px;}

.item_total_pay1{margin-bottom:15px;}
.item_total_pay1 h4, .item_total_pay2 h4{color:#555; font-family: 'open_sansregular'; line-height:1.5em;}
.item_total_pay1 h5{color:#003479; font-family: 'open_sanssemibold'; font-size:1.5em; line-height:1em;}
.item_total_pay2 h5{color:#e91c23; font-size:1.75em; font-family: 'open_sanssemibold';}
.item_total_pay2{ padding-bottom:25px;}

.btn_final_payment{display:block; width:245px; height:42px; border-radius:5px; background:#e91c23; line-height:42px; font-size:14px; text-align:center; color:#fff; border-bottom:5px solid #9e1318; text-transform:uppercase; margin:auto; margin-top:0}
.btn_final_payment:hover{margin-top:2px; border-bottom-width:3px}
.btn_final_payment:active{border-bottom:0; border-top:3px solid #9e1318;}

.map {
    float: right;
    height: 25px;
    line-height: 25px;
    margin-left: 20px;
    color: #b2b2b2;
    font-weight: bold;
}
.map a {
    color: #9F9F9F;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}

.carro {
    background-image: url(../img/071.png);
    height: 31px;
    line-height: 33px;
    padding-right: 36px;
    background-repeat: no-repeat;
    display: block;
    background-position: right;
    color: #036 !important;
}
a {
	text-decoration:none;
}
a img {
	border:0px;
}
.clear {
	clear:both;
}
.global {
	width:1024px;
	margin:0px auto;
}
.logo {
	width:290px;
	float:left;
	text-align:center;
	padding-top:66px;
	margin-right:30px;
}
.header {
	float:right;
	width:677px;
	padding-top:51px;
}
.search .google{
	background-color:#fff;
	border:#40679b 1px solid;
	width:250px;
	height:25px;
	float:left;
	margin-right:80px;
}
.search .google .input{
	border:none;
	color:#003479;
	font-size:10px;
	outline:none;
	padding-left:40px;
	margin-top:4px;
	margin-left:4px;
	background-color:transparent;
	background-image:url(../img/003.png);
	background-repeat:no-repeat;
	background-position:center left;
	float:left;
}
.go {
	background-color:#003479;
	height:25px;
	color:#fff;
	display:block;
	width:80px;
	float: right;
	text-align:center;
	line-height:25px;
	border-left:#40679b 1px solid;
}
.lang {
	width:100px;
	height:25px;
	background-color:#fff;
	border:#40679b 1px solid;
	float:left;
	color:#666;
}
.lang .langs{
	float:left;
	color:#003479;
	width:70px;
	line-height:25px;
	height:25px;
	overflow:hidden;
	text-align:center;
}
.lang .langs a{
	color:#003479;
}
.lang .arrows{
	width:15px;
	background-color:#003479;
	padding-left:5px;
	float:right;
	text-align: center;
	height:20px;
	padding-top:5px;
	padding-right:5px;
}
.lang .arrows img{
	clear:both;
	margin-bottom:5px;
}
.map {
	float:right;
	height:25px;
	line-height:25px;
	margin-left:20px;
	color:#b2b2b2;
	font-weight:bold;
}
.map a{
	color:#9F9F9F;
}
.map a:hover {
	color:#003366;
}
.buttons {
	padding-top:11px;
	float:right;
}
.buttons ul {
	list-style:none;
	margin:0px;
	padding:0px;
}
.buttons .cero {
	border:0px !important;
	padding-right:0px !important;
}
.buttons ul li {
	float:left;
	padding:0px 8px 0px 8px;
	border-right:solid 1px #0099CC;
}
.buttons ul li:first-child {
	padding:0px 10px 0px 0px;
}
.buttons ul li a{
	color:#003479;
	font-weight:700;
	font-size:11px;
        font-family:Arial, Helvetica, sans-serif;
}
.buttons ul li a:hover{
	color:#333;
}
.bg-slide {
	background-image: url(../img/030.png);
	width:1070px;
	height:453px;
	margin-left:-46px;
	padding-left:46px;
	padding-top:46px;
	margin-top:-40px;
}
.wrapper-slider {
	position:relative;
	width:1022px;
	height:406px;
}
.shadow {
	background-image:url(../img/027.png);
	width:963px;
	height:40px;
	margin:-48px auto;
	clear:both;
	margin-bottom:10px;
}
.content-izq {
	width:580px;
	float:left;
}
.content-izq p {
	color: #333;
	font-size:15px;
	text-align:justify !important;
}	
.scroll-pane {
	width:570px;
	padding-right:10px;
	height:200px;
	overflow: auto;
	text-align:justify;
}
.scroll-pane {
	font-size:14px;
}
.horizontal-only {
	height: auto;
	max-height: 200px;
}
h2 {
	font-size:35px;
	color:#003479;
	margin-bottom:10px;
}

ul .title {
	font-size:18px;
	list-style:none;
	margin-bottom:10px;
}
.list {
	margin-top:40px;
	color: #666;
}
.content-der2 {
	width:445px;
	float:left;
	border-right: #999999 solid 1px;
	height:255px;
	padding-left:0px;
}
.content-der2  .promo{
	float:left;
	width:140px;
	border-right: solid 1px #777;
	text-align:center;
	color:#808080;
	font-size:15px;
}
.content-der2  .promo br{
	margin-bottom:10px;
}
.content-der2  .title{
	font-size:20px;
	color:#4c4c4c;
	text-align:center;
	margin-bottom:15px;
}
.cards {
	text-align:center;
	height:40px;
	padding-top:10px;
}
.cards img{
	float:left;
}
.tel {
	background-image:url(../img/010.png);
	height:40px;
	padding-left:50px;
	font-size:13px;
	background-repeat:no-repeat;
	background-position:left center;
	margin-left:10px;
	line-height:40px;
}

.pdf {
	background-image:url(../img/PDF.png);
	background-size:10%;
	height:40px;
	padding-left:50px;
	font-size:13px;
	background-repeat:no-repeat;
	background-position:left center;
	margin-left:10px;
	line-height:40px;
}
.win {
	background-image: url(../img/tratamiento-anuice.png);
	background-position:right bottom;
	background-repeat:no-repeat;
	width:1020px;
	margin-top:40px;
	height:320px;
}
.line {
	padding:10px 10px 10px 40px;
	position:relative;
	float:left;
	border-radius:10px;
	height:15px;
	color:#f2f2f2;
	font-size:14px;
	margin-bottom:20px;
	clear: both;
}
.point {
	position:absolute;
	left: -9px;
	top: -1px;
}
.win a{
	color:#fff;
	display:block;
}
.win .dark a:hover{
	color: #ccc;
}
.win .light a:hover{
	color:#333;
}
.win a:hover img{
	margin-left:-10px;
}
.dark {
	background-color:#666666;
}
.light {
	background-color:#999999;
}
.footer {
	text-align:center;
	color:#808080;
	font-size:12px;
	margin-top:80px;
}
.marque {
	top:390px;
	left:5px;
	position:absolute;
	z-index:999;
	background-color:#003479;
	width:1022px;
	font-size:11px;
	color:#fff;
	height:30px;
	line-height:30px;
	overflow:hidden;
}
.banner {
	width:1022px;
	overflow:hidden;
	margin:20px auto 30px auto;
}
.big-box {
	width:1020px;
	height:400px;
}
.min-box {
	width:450px;
	float:left;
}
.contact-form {
	float:right;
	width:490px;
	background-color:#EDEDED;
	border-radius:8px;
	padding:20px;
}
.tit {
	color: #666;
	text-align:center;
	font-size:15px;
	margin-bottom:20px;
}
.field {
	margin-bottom:20px;
}
.field .label {
	background-image:url(../img/038.jpg);
	height:33px;
	padding-left:10px;
	padding-top:15px;
	border-top-left-radius:8px;
	border-bottom-left-radius:8px;
	width:120px;
	color:#666;
	font-size:15px;
	margin-right:10px;
	float:left;
}
.input {
	float:left;
	width:326px;
	background-color:#D9D9D9;
	padding:12px;
	padding-top:8px;
	padding-bottom:8px;
}
.field .big {
	height:90px !important;
	padding-top:60px;
	background-image:url(../img/039.jpg) !important;
}
.input input{
	width:316px;
	color:#333;
	height:30px;
	border:0px;
	padding-left:10px;
	border-radius:8px;
}

.input textarea{
	font-family:Arial, Helvetica, sans-serif;
	width:316px;
	color:#333;
	height:130px;
	border:0px;
	padding-left:10px;
	border-radius:8px;
}
.send {
	display:block;
	border:none;
	background-image:url(../img/041.jpg);
	background-color:#CCC;
	border-radius:0px;
	height:29px;
	color:#fff;
	width:120px;
	font-size:14px;
	margin-left:10px;
}
.send:hover {
	cursor:pointer;
	background-image:url(../img/040.jpg);
}
.mapa {

	position:relative;

	background-image: url(../img/038.png);

	width:948px;

	height:545px;

	margin:0px auto;
}
.p1000 {
	position:absolute;
	right:-300px;
	min-height: 550px;

}
.p1 {
	position:absolute;
	top:330px;
	left:231px;
}
.p2 {
	position:absolute;
	top:349px;
	left:210px;
}
.p3 {
	position:absolute;
	top:302px;
	left:215px;
}
.p4 {
	position:absolute;
	top:418px;
	left:244px;
}
.p5 {
	position:absolute;
	top:403px;
	left:236px;
}
.p6 {
	position:absolute;
	top:377px;
	left:244px;
}
.p7 {
	position:absolute;
	top:340px;
	left:210px;
}
.p8 {
	position:absolute;
	top:301px;
	left:233px;
}
.p9 {
	position:absolute;
	top:72px;
	left:-1px;
}
.p10 {
	position:absolute;
	top:233px;
	left:113px;
}
.p11 {
	position:absolute;
	top:284px;
	left:188px;
}
.p12 {
	position:absolute;
	top:291px;
	left:187px;
}
.p13 {
	position:absolute;
	top:287px;
	left:179px;
}
.p14 {
	position:absolute;
	top:313px;
	left:204px;
}
.p15 {
	position:absolute;
	top:190px;
	left:417px;
}
.p16 {
	position:absolute;
	top:172px;
	left:97px;
}
.p17 {
	position:absolute;
	top:130px;
	left:416px;
}
.p18 {
	position:absolute;
	top:176px;
	left:461px;
}
.p19 {
	position:absolute;
	top:232px;
	left:542px;
}
.p20 {
	position:absolute;
	top:0px;
	left:0px;
}
.contenido_mapa {
	padding-top:30px;
	width:948px;
	margin:0px auto;
	color:#333;
}

.big_box {
min-height: 550px;
position: relative;
overflow: hidden;
width: 1000px;
}
.contenido_mapa h2 {
	text-transform:uppercase;
}
.carro {
	background-image:url(../img/071.png);
	height:31px;
	line-height:33px;
	padding-right:36px;
	background-repeat:no-repeat;
	display: block;
	background-position:right;
	color:#036 !important;
}
.carro:hover {
	text-decoration:underline;
}
.uno {
	background-image:url(../img/072.png);
	display:block;
	height:23px;
	width:23px;
	position:absolute;
	left: -17px;
	top:44px;
	z-index:999;
	cursor:pointer;
}

.dos {
	cursor:pointer;
	background-image:url(../img/073.png);
	display:block;
	height:23px;
	width:23px;
	position:absolute;
	left: 398px;
	top: 44px;
	z-index:999;
}
#slider5 .slides_container {
	width:80px !important;
	height:50px !important;
	display:none;
}
#slider5 .slides_container div {
	width:80px !important;
	height:50px !important;
	display:block;
}

.lenguaje {
	border:solid 1px #036;
	position: relative;
}
#slider5 a {
	color:#036;
        font-size: 12px;
        font-family: Arial, Helvetica, sans-serif;
}
#slider5 .next {
	display: block;
	background-color:#006699;
	background-image:url(../img/028.png);
	background-repeat:no-repeat;
	background-position:center;
	position:absolute;
	height:14px;
	width:15px;
	top:13px;
	left:80px;
	overflow:hidden;
}
#slider5 .prev {
	display: block;
	background-color:#006699;
	background-image:url(../img/029.png);
	background-repeat:no-repeat;
	background-position:center;
	position:absolute;
	height:14px;
	width: 15px;
	top: -1px;
	left: 80px;
	overflow:hidden;
}
.precio {
	border:solid 1px #ccc;
	background-color:#fff;
	float:left;
	height:30px;
	color:#333;
	line-height:30px;
	font-size:15px;
	border-radius:5px;
	margin-bottom:10px;
	padding:5px 10px 5px 10px;
}
.select {
	margin-left:15px;
	margin-right:15px;
	float:left;
}
.select select {
	height:40px;
	text-align:center !important;
	border-radius:5px;
	border: solid 1px #ccc;
	width:70px;
}
.line2 {
	border-bottom:solid 1px #666;
	width:370px;
	clear: both;
}
.result {
	margin-top:15px;
}
.total {
	float:left;
	width:150px;
	background:#fff;
	border:solid 1px #ccc;
	height:30px;
	line-height:30px;
	font-size:16px;
	border-radius:8px;
	text-align: center;
}
#tot {
	margin-left:10px;
	float:left;
	height:30px;
	line-height:30px;
	font-weight:bold;
	margin-right:20px;
	font-size:18px;
	border-radius:8px;
}
.result input[type=submit] {
	float:left;
	border-radius:6px;
	color:#fff;
	cursor:pointer;
	background-color:#003378;
	border-radius:5px;
	margin-left:10px;
	height:30px;
	width:120px;
	font-weight:bold;
}
.form {
	border-radius:8px;
	background-color:#ECECEC;
	float:right;
	width:440px;
}
.form .int {
	padding:20px;
}
.field .label {
}
.form .contact-form {
	width:400px !important;
}
.form .label {
	width:90px !important;
}
.form .input {
	width:260px;
}
	
.form .input input {
	width:250px;
}
#arabias {
	position:absolute;
	left: 448px;
	top: 196px;
	z-index:99;
}
#suramerica {
	position:absolute;
	z-index:999;
	left:179px;
	top: 282px;
}
#europa {
	z-index:99;
	position:absolute;
	left: 493px;
	top: 144px;
}
#ecu {
	z-index:9999;
}

.box_car {
	width:800px;
	margin:0px auto;
	border:solid 1px #ccc;
	background-color:#f7f7f7;
	padding:20px;
	-webkit-border-radius:5px;
}
.title_table td{
	color:#666;
	font-weight:bold;
	font-size:16px;
	background-color:#fff;
	padding:8px 5px; 
}

.box_car h3 {
	margin-bottom:0px;
	font-size:16px;
}

.box_car .sel {
	width:100%;
	padding:4px 10px;
}
.tax {
	font-size:18px;
	height:30px;
	line-height:30px;
	text-align:right;
}
.gran_total {
	font-weight:bold;
	font-size:18px;
	color:#C00;
	text-align:right;
}
.comment {
	font-family:Arial, Helvetica, sans-serif;
}
.bt_grey {
	display:block;
	width:150px;
	height:30px;
	line-height:30px;
	background-color:#003378 !important;
	color:#fff;
	margin-top:15px;
	float:right;
	font-size:14px;
	text-align:center;
}
.box_car h4 {
	margin-top:0px;
	margin-bottom:0px;
	font-size:16px;
}
.tab {
	border:solid 1px #ccc;
}
.top td {
	background-color:#fff;
	font-size:15px;
	text-align:center;
	padding:5px 15px;
	height:25px;
	line-height:25px;
}
.sub_top {
	text-align:center;
	height:26px;
	line-height:26px;
	font-size:15px;
	background-color:#999999;
	color:#fff;
}
.black_table {
}
.black_table td {
	background-color:#333333;
	color:#fff;
	border-right:solid 1px #f7f7f7;
	font-size:18px;
	height:25px;
	line-height:25px;
	padding:4px;
	margin-top:15px;
}

.lines_grey {
	font-size:15px;
	margin:4px 0px;
	padding:4px 15px;
	color:#333;
	background-color:#fff;
	text-align:right;
}
.BL_TD {
	background-color:#305a92;
	color:#fff;
	padding:4px 10px;
}
.b_table td {
	border-bottom:solid 2px #f7f7f7;
}
.b_table {
}
.input_car {
	background-color:#f7f7f7;
	border:solid 1px #ccc;
}
.input_car:focus, .comment:focus
 {
	background-color:#FFC;
	outline:none;
}
.prominent {
	font-size:18px;
	text-align:center;
	padding:8px 0px;
	background-position:left center;
	background-color:#305a92;
	color:#fff;
}
.table_info {
	margin-bottom:10px;
}
.table_info a {
	color:#333;
	color:#cd0707;
}
.bill {
	background-repeat:repeat-y;
	background-image:url(../img/billing.png);
}
.ship {
	background-image:url(../img/shipping.png);
	background-repeat:repeat-y;
}
.pay {
	background-image:url(../img/pay.png);
	background-repeat:repeat-y;
}
.info {
	background-image:url(../img/info.png);
	background-repeat:repeat-y;
}
.info_td {
	background-color:#fff;
}
.pad_10, .pad_10_td td{
	padding:10px;
}
.comment {
	background-color:#f7f7f7;
	border:solid 1px #ccc;
}
.result_td {
	background-color:#fff !important;
	padding:10px 5px;
}

.sello {
	display: none;
}

.sello img{
    position: fixed;
    bottom: 0;
    text-shadow: 1px 1px 9px #151515;
    z-index: 9999;
    margin: 0;
    list-style: none;
    right: 0;
    position: fixed;
}

.social a{display:inline-block; width:32px; height:32px; margin:0 5px;}
.social a.fb{background:url(../img/icon_fb.png);}
.social a.tw{background:url(../img/icon_tw.png);}
.left{float:left;}
.right{float:right;}


.news_list{text-align:center; margin-top:30px;}
.item_new{width:300px; margin:5px; display:inline-block; background:#fff;  box-shadow: 0 2px 3px rgba(0,0,0,0.1); margin-bottom:20px; position:relative; vertical-align: top;}
.content_item{padding:15px;}
.content_item img{width:45%;}
.content_item div{width:50%; text-align:left;}
.content_item h2{color:#003479; font-family: 'open_sanssemibold'; font-size:1em; }
.content_item p{font-size:12px; color:#787878;}
.over_item_new{position:absolute; top:0; background:url(../img/pixel_azul.png); width:100%; height:100%; opacity:0; transition:all 0.4s;}
.over_item_new img{display:inline-block;}
.item_new:hover .over_item_new{opacity:1;}

.to_ver{opacity:0; transition:all 0.5s; transform:translateY(100px)}
.to_ver.visible{opacity:1; transform:translateY(0)}

.content_footer{padding:30px 0 10px 0; background:#262a2f; position: relative; z-index: 3}
.content_footer h3{color:#fff; font-size:18px; font-family: 'open_sanssemibold'; margin-bottom:15px;}
.map_nav{margin-right:40px;}
.map_nav ul li a{padding-left:10px; color:#a7a8b1; font-size:0.8em;}
.map_nav ul li a:hover{color:#ddd;}
.content_ubic{margin-left:100px; width:300px;}
.footer_map{width:100%; height:150px;}
.info_contacto{width:300px;}
.lista_contacto li{font-size:0.8em; color:#a7a8b1; margin-bottom:8px; width:100%; padding:5px 0; border-bottom:1px dotted #56585f}
.linea_footer{width:100%; height:1px; margin:50px auto 10px auto; background:#33383f;}
.copy{color:#fff; font-size:0.8em;}
.author{font-size:12px; color:#adadad;}
.author a{color:#0066CC;}

.content_banners{position: fixed; top: 0; width: 1024px; left: 50%; margin-left: -512px; }
.banner_aside{width: 150px; height: 500px; background: url(../img/bg_banner.jpg); font-family: 'open_sanslight'; position: absolute;}
.banner_aside.banner-left{right: 100%;}
.banner_aside.banner-right{left: 100%}
.table{display: table; width: 100%; height: 100%;}
.table_cell{display: table-cell; text-align: center; vertical-align: middle;}
.banner_aside h4{ font-size: 22px; color: #ec1c24;}
.bold{font-family: 'open_sansbold';}

.banner-text1{margin: 20px 8px; font-size: 15px; color: #053a7d}
.img_banner1{margin: 15px auto}
.img_banner2{margin: 10px auto}
.phone_title{font-size: 17px; color: #0f639d; margin-bottom: 8px}
.phone_text{text-shadow: 0 1px 1px rgba(0,0,0,0.3); color: #fff; font-size: 14px; margin-top: 0}
.trought_title{color: #fff;}
.banner_aside h5{font-size: 32px; text-shadow: 0 1px 1px rgba(0,0,0,0.3); margin-top: 0; margin-bottom: 25px;}
.text_now{margin: 0; font-size:14px; color: #40679b}
.atraves{font-size: 14px; margin-bottom: 5px; color: #fff}
.img_banner3{margin: auto}


@media screen and (max-width:768px){
    .product_description{width: 100%; padding-right: 0; border-right: none; float: none;}
    .product_description img{float: left; margin-right: 10px;}
    .right_prod_list{float: none; width: 100%; margin-top: 30px;}
    .item_prod{font-size:0.9em;}
	.content_val{width:96%;}
	.w65{width:100%;}
	.map_nav, .info_contacto{float:none; width:auto; margin-bottom:20px; text-align:center;}
	.info_contacto{background:#33383f; padding:20px; padding-bottom:40px; margin-bottom:0}
	.linea_footer{margin-top:0;}
}

@media screen and (max-width:600px){
	.item_prod, .item_prod:nth-child(3n){width:48%; margin-right:0;}
	.item_prod:nth-child(2n){float:right;}
	.item_prom{width:96%; margin-right:0; margin-bottom:10px;}
	.product_description img{float:none; margin:auto;}
	.product_detail img{float:none; margin:auto;}
	.main_title{font-size:2em;}
	.content_val{font-size:0.8em;}
	.btn_pay, .btn_keep{width:48%;}
}

@media screen and (max-width:480px){
	.item_prod, .item_prod:nth-child(2n), .item_prod:nth-child(3n){float:none; margin-left:auto; margin-right:auto; width:220px; float:none;}
	.item_val{width:100%; margin:0; float:none; margin-bottom:20px; text-align:center;}
	.item_val h2{line-height:normal;}
	.btn_buy{width:100%;}
	.item_new{margin:5px 0;}
	
}