@charset "utf-8";
/* CSS Document */
* {margin:0; padding:0}
body{
	margin:0 0 0 0;
	font-family:Tahoma, Geneva, sans-serif;
	background-color:#f2f2f2;
}

/*Contenedor Medio*/
#container_med{
	background:url(../images/back-container.png) top repeat-x #545454;
}

/*Slider Top Principal*/
#slider_top{
	width:976px;
	margin:0 auto;
	min-height:264px;
	background:url(../images/loading1.gif) 50% 50% no-repeat;
}

/*Slider Med Promociones*/
#slider_med{
	width:100%;
	border-bottom:2px solid #191919;
}

#container_slide_promo{
	width:975px;
	margin:0 auto;
	padding:0 0 0 0;
}

.wrapp_slide_promo{
	width:975px;
	margin:0 auto;
	position:relative;
	/*background-color:#191919;*/
	background:url(../images/loading2.gif) 50% 50% no-repeat #191919;
	min-height:383px;
}

.wrapp_slide_promo .flexslider2 ul li img{
}

/*Contenedor Footer*/
#container_foot{
	background-color:#191919;
}

/* Flexible Slide-to-top Accordion Style ( Nuevos Productos Tienda en linea ) */
.wrapper{
	width:100%;
	margin:0 auto;
}
.st-accordion{
    width:100%;
    min-width:270px;
    margin: 0 auto;
}
.st-accordion ul li{
    height: auto;
    /*border-bottom: 1px solid #c7deef;*/
   /* border-top:1px solid #fff;*/
    overflow: hidden;
}
.st-accordion ul li:first-child{
    border-top:none;
}
.st-accordion ul li > a{
    font-family: 'Josefin Slab',Georgia, serif;
	background:url(../images/btn_tienda.png) no-repeat -1% 100%;
    /*text-shadow: 1px 1px 1px #fff;*/
	width:975px;
    font-size: 18px;
    display: block;
	position: relative;
    line-height: 80px;
	outline:none;
	text-decoration:none;
	color:#191919;
	margin:0 auto;
    /*-webkit-transition:  color 0.2s ease-in-out;
	-moz-transition:  color 0.2s ease-in-out;
	-o-transition:  color 0.2s ease-in-out;
	-ms-transition:  color 0.2s ease-in-out;
	transition:  color 0.2s ease-in-out;*/
}
.st-accordion ul li > a span{
	background: transparent url(../images/down.png) no-repeat center center;
	text-indent:-9000px;
	width: 26px;
	height: 14px;
	position: absolute;
	top: 50%;
	right: -26px;
	margin-top: -7px;
	opacity:0;
	-webkit-transition:  all 0.2s ease-in-out;
	-moz-transition:  all 0.2s ease-in-out;
	-o-transition:  all 0.2s ease-in-out;
	-ms-transition:  all 0.2s ease-in-out;
	transition:  all 0.2s ease-in-out;
}
.st-accordion ul li > a:hover{
    /*color: #1693eb;*/
	background-position:-1% 0%;
}
.st-accordion ul li > a:hover span{
	opacity:1;
	right: 10px;
}
.st-accordion ul li.st-open > a{
    color: #191919;
	background-position:-1% 0%;
}
.st-accordion ul li.st-open > a span{
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
    transform:rotate(180deg);
	right:10px;
	opacity:1;
}
.st-content{
    /*padding: 5px 0px 30px 0px;*/
	background:url(../images/back-np.png) top repeat-x #252525;
	border-top:1px solid #1d1d1d;
	padding:20px 0 0 0;
}
.st-content p{
    font-size:  16px;
    font-family:  Georgia, serif;
    font-style: italic;
    line-height:  28px;
    padding: 0px 4px 15px 4px; 
}
.st-content img{
    /*width:125px;
    border-right:1px solid #fff;
    border-bottom:1px solid #fff;*/
}

@media screen and (max-width: 320px){
	.st-accordion ul li > a{
		font-size:16px;
	}
}

/*Carrusel Productos Tienda*/
.infiniteCarousel {
  width: 1105px;
  height:200px;
  position: relative;
  margin:0 auto;
  padding-left:30px;
}

.infiniteCarousel .wrapper {
  width: 975px; /* .infiniteCarousel width - (.wrapper margin-left + .wrapper margin-right) */
  overflow: auto;
  min-height: 11em;
  margin: 0 40px;
  position: absolute;
  top: 0;
}

.infiniteCarousel ul a img {
  border: 2px solid #696969;
  background-color:#ffffff;
  /*-moz-border-radius: 5px;
  -webkit-border-radius: 5px;*/
}

.infiniteCarousel ul a img:hover {
  border: 2px solid #bd2c37;
  background-color:#ffffff;
  /*-moz-border-radius: 5px;
  -webkit-border-radius: 5px;*/
}

.infiniteCarousel ul li a { /*Elimina fondos heredados de los links*/
	background:none;
	text-align:center;
	font-size:11px; font-family:Tahoma, Geneva, sans-serif;
	text-decoration:none; color:#696969;
}

.infiniteCarousel ul li a:hover { /*Elimina fondos heredados de los links*/
	color:#d9323f;
}

.infiniteCarousel ul li a.a_v_mas { /*Elimina fondos heredados de los links*/
	background:none;
	width:77px;
	height:50px;
	display:block;
	background:url(../images/v-mas.png) no-repeat;
	background-position:100% 15%;
	text-align:center;
}

.infiniteCarousel ul li a.a_v_mas:hover { /*Elimina fondos heredados de los links*/
	background-position:100% 165%;
}

.infiniteCarousel .wrapper ul {
  width: 9999px;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin:0;
  padding:0;
  position: absolute;
  top: 0;
  text-align:center;
}

.infiniteCarousel ul li {
  display:block;
  float:left;
  padding: 10px;
  height: 200px;
  width: 179px;
  text-align:center;
}

.infiniteCarousel ul li a img {
  display:block;
  margin-left:37px;
}

.infiniteCarousel .arrow {
  display: block;
  height: 51px;
  width: 51px;
  background: url(../images/arrow.png) no-repeat 0 0;
  text-indent: -9999px;
  position: absolute;
  top: 60px;
  cursor: pointer;
}

.infiniteCarousel .forward {
  background-position: 0 0;
  right: 0;
}

.infiniteCarousel .back {
  background-position: 0 -100px;
  left: 0;
}

.infiniteCarousel .forward:hover {
  background-position: 0 -48px;
}

.infiniteCarousel .back:hover {
  background-position: 0 -148px;
}

/*Contenedor Footer Novs*/
#container_foot_novs{
	width:100%;
	border-top:8px solid #600005;
	background:url(../images/sombra-foot-marcas-top.png) 100% 0% repeat-x #f2f2f2;
}

#container_foot_novs_back{
	width:100%;
}

#container_foot_novs_back_sombra{
	background:url(../images/sombra-foot-marcas.png) repeat-x bottom;
}

.wrapper_foot_novs{
	height:290px;
	width:976px;
	margin:0 auto;
	padding:11px 0 86px 0;
}

.wrapper_foot_novs .wrapp_i{
	float:left;
	width:300px;
	background:url(../images/titu-promorec.png) no-repeat 40% 12.5%;
}

.wrapp_i .wrapp_promos_rec{
	position:relative;
	width:300px;
	height:366px;
	padding:0 0 0 0;
	margin:0 0 0 0;
	overflow:hidden;
	background:url(../images/back-promos-rec.png) 100% 50% no-repeat;
}

/*Acordeon Promociones recientes*/
#acord_promos {
	margin:80px 0 0 20px;
	padding:0;
	width:238px;
	list-style-type:none;
	line-height:120%;
	font-family:Tahoma, Geneva, sans-serif; font-size:11px; font-weight:normal; 
}

#acord_promos .closed {
	/*background-image:url(../images/ha-down.gif);*/
}

#acord_promos .closed, #acord_promos .opened {
	padding-right:10px;
}

#acord_promos .header {
	padding:10px 0 0 0;
	background:url(../images/date-promo.png) no-repeat 0% 40%;
	border-bottom:1px dashed #cacaca;
}

#acord_promos .opened {
	border-bottom:1px dashed #cacaca; color:#600005;
}

#acord_promos a {
	display:block;
	font-weight:normal;
	text-decoration:none;
	height:25px;
	color:#6d6d6d;
}

#acord_promos a span.date {
	float:left;
	color:#d9323f;
	width:12px;
	text-align:center;
	margin:0 15px 0 11px;
}

#acord_promos a span.more {
	float:right;
	color:#d9323f;
	width:13px;
	height:16px;
	display:block;
	background:url(../images/vine2.png) no-repeat 100% 100%;
}

#acord_promos a span.more:hover {
	color:#ffffff;
}

#acord_promos a.hover {
	color:#600005;
}

#acord_promos ul {
	overflow: hidden;
	margin:0;
	padding:0;
}

#acord_promos ul li {
}

#acord_promos ul li span {
	height:55px;
	border-bottom:1px dashed #cacaca;
	display:block;
	padding:10px 0 0 37px;
}

#acord_promos li {
	margin:0;
	padding:0;
	list-style-type:none;
	color:#6d6d6d;
}

#acord_promos ul li #vmas {
	font-size:11px;
	color:#600005;
	display:inline;
}

#acord_promos ul li #vmas:hover {
	color:#d9323f;
}

#acord_promos li.active a, #acord_promos li li.active a {
	color:#600005;
}

#acord_promos li.active li a, #acord_promos li li a {
	color:#d9323f;
}

.wrapp_promos_rec a.a_v_mas{
	position:absolute;
	left:14px;
	bottom:30px;
	
	background:none;
	width:77px;
	height:30px;
	display:block;
	background:url(../images/v-mas.png) no-repeat;
	background-position:100% 15%;
	text-align:center;
	padding:0 0 0 0;
	margin:0 0 0 0;
}

.wrapp_promos_rec a.a_v_mas:hover {
	background-position:100% 102%;
}

.wrapp_promos_rec a.titulo{
	position:absolute;
	left:0px;
	top:28px;
	
	background:none;
	width:45px;
	height:43px;
	display:block;
	background:url(../images/ico-promo.png) no-repeat;
	text-align:center;
	padding:0 0 0 0;
	margin:0 0 0 0;
}

/*************************  ***************************/
.wrapper_foot_novs .wrapp_d{
	float:right;
	width:645px;
	padding:42px 0 0 0;
	margin:0 5px 0 0;
	position:relative;
}

.wrapper_foot_novs .wrapp_d ._i{
	float:left;
	font-size:11px; color:#6d6d6d;
	width:300px;
}

.wrapper_foot_novs .wrapp_d ._d{
	float:right;
	font-size:11px; color:#6d6d6d;
	width:300px;
}

.wrapper_foot_novs .wrapp_d .separador{
	position:absolute;
	left:50%;
	top:23px;
	height:72px;
	width:2px;
	/*background:url(../images/separador.png) repeat-y center top;*/
}

.txt_foot_novs{
	padding:0 0 5px 4px;
	min-height:50px;
}

/*************** VER MAS EN TEXTO *********************/
#v_mas_txt{
	text-decoration:none; font-size:10px; color:#600005;
}

#v_mas_txt:hover{
	color:#d9323f;
}

/**************** BANNERS FOOTER *********************/
.wrapp_banner_foot{
	background:url(../images/back-banners-foot.png) no-repeat 0% 100%;
	width:320px;
	height:140px;
	overflow:hidden;
	margin:43px 0 0 0;
	position:relative;
}

.wrapp_banner_foot .title_banner{
	font-size:11px; color:#6d6d6d; font-weight:bold;
	padding:0 0 0 20px;
	margin:20px 0 0 15px;
	background:url(../images/vine2.png) no-repeat 0% 50%;
}

.wrapp_banner_foot a.a_v_mas{
	position:absolute;
	right:0px;
	bottom:-5px;
	
	background:none;
	width:77px;
	height:30px;
	display:block;
	background:url(../images/v-mas.png) no-repeat;
	background-position:100% 15%;
	text-align:center;
	padding:0 0 0 0;
	margin:0 0 0 0;
}

.wrapp_banner_foot a.a_v_mas:hover {
	background-position:100% 102%;
}

.wrapp_banner_foot img {
	margin:5px 0 0 4px;
}

/***************************** Carrusel Marcas *******************************/
#foot_brands{
	width:100%;
	background:url(../images/back-foot-marcas.png) no-repeat center top #2e0e09;
	
}

#fb_sombra{
	width:100%;
	height:22px;
	background:url(../images/sombra-foot-marcas.png) repeat-x bottom #ebebeb;
}

.list_carousel {
	width: 1100px;
	margin:0 auto;
	text-align:center;
	position:relative;
}
.list_carousel ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}
.list_carousel li {
	font-size: 40px;
	color: #999;
	text-align: center;
	width: 87px;
	height: 73px;
	padding: 0;
	margin:0 0 0 0;
	display: block;
	float: left;
}
.list_carousel.responsive {
	width: auto;
	margin-left: 0;
}

/************************ FOOTER **********************/
#footer{
	width:100%;
	/*background:url(../images/patternx.png) repeat #191919;*/
	background-color:#191919;
	border-top:8px solid #2b2b2b;
	padding:40px 0 4px 0;
	position:relative;
}

.wrapp_footer{
	width:976px;
	height:130px;
	margin:0 auto;
	font-size:11px;
	overflow:hidden;
}

.wrapp_footer .foot_i{
	float:left;
	color:#5c5c5c;
	padding:0 0 20px 0;
}

.wrapp_footer .foot_d{
	height: 123px;
	width: 217px;
	margin: 6px 0 0 0;
	padding: 0 0 0 0;
	float: right;
	color: #5c5c5c;
	background: url(../images/back-foot-contact.png) no-repeat bottom center;
	position: relative;
}

.wrapp_contact_foot{
	color:#ffffff;
	padding:20px 0 0 24px;
}

.wrapp_footer .foot_d .sobre_contact{
	position:absolute;
	top:0;
	right:1px;
	height:20px;
	width:28px;
	display:block;
	background:url(../images/sobre-contact.png) no-repeat 100% 100%;
}

.wrapp_footer .foot_d .sobre_contact:hover{
	background-position:100% -7%;
}

.wrapp_footer .foot_d .btn_g{
	position:absolute;
	bottom:24px;
	left:0;
	width:40px;
	height:25px;
}

.wrapp_footer .foot_d .btn_face{
	position:absolute;
	bottom:25px;
	left:44px;
	width:40px;
	height:25px;
}


/***************************** FOOTER MAPA DEL SITIO *****************************/
#SiteMap {
	width:970px;
	margin:0 auto;
}
.slide-panel {
	z-index: 25;
	width: 5px;
	position: absolute;
}

.bottom {
	bottom: 0;
}
.content {
	margin-left: auto;
	margin-right: auto;
	z-index: 10;
	overflow: hidden;
	text-align: left;
	height: 0;
	width: 100%;
	background-color:#2b2b2b;
	border-top:5px solid #600005;
}

.wrapp-slide-button{
	width:988px;
	margin:0 auto;
	padding:0 0 0 0;
}

.slide-button {
	background-image:url(../images/tab-sitemap.png);
	background-repeat:no-repeat;
	display:block;
	text-align:center;
	clear:both;
	color:#999;
	font-size:11px;
	width:176px;
	padding:10px 0 0 0;
	height:20px;
	text-decoration:none;
	position: relative;
	z-index: 20;
	cursor: pointer;
}

.slide-button:hover {
	color: #FFF;
}
#SiteMapCaja {
/*display: none;*/
padding:18px 0 10px 0;
}
.SiteBox {
	float:left;
	width:228px;
}
.SiteBox h2{
	color:#FFF;
	font-size:11px; font-weight:bold;
	text-transform:uppercase;
	padding:0 0 15px 0;
}
.SiteBox h3{
	color:#FFF;
	font-size:11px;
	padding:15px 0 12px 0;
	line-height:12px;
}
.SiteBox p{
	color:#FFF;
	font-size:11px;
	padding:0 0 10px 0;
	text-align:left;
}
.SiteBox p a{
	color:#FFF;
	font-size:11px;
	text-decoration:none;
}
.SiteBox p a:hover{
	color:#f2f2f2;
}

.SiteBox .sitebox_a{
	color:#6d6d6d;
	font-size:11px;
	text-decoration:none;
}

.SiteBox .contacto{
	color:#ffffff;
	font-size:11px;
	text-decoration:none;
	padding-left:25px;
	background:url(../images/sobre-contact.png) no-repeat -5% 11%;
}

.SiteBox .leer_mas{
	color:#ffffff;
	font-size:11px;
	text-decoration:none;
}

.SiteBox .leer_mas:hover{
	color:#bf2c37;
}

.SiteBox ul{
	color:#FFF;
	padding:0 0 14px 0;
	list-style:none;
}
.SiteBox ul li{
	background:url(../images/vine4.png) no-repeat 0% 50%;
	color:#6d6d6d;
	padding:2px 20px;
	font-size:11px;
}
.SiteBox ul li.li_mas{
	background:url(../images/vine1.png) no-repeat 0% 50%;
	color:#6d6d6d;
	padding:2px 20px;
	font-size:11px;
}
.SiteBox ul li a{
	color:#bf2c37;
	font-size:11px;
	text-decoration:none;
	padding:0 0 0 0;
}
.SiteBox ul li a:hover{
	color:#f2f2f2;
}

/********************** SECCIONES *****************************************/
#contenedor_med{
	width:100%;
}

.wrapp_contenido{
	background:url(../images/back-contenido-sec.png) repeat-x bottom #f2f2f2;
	width:975px;
	margin:0 auto;
	position:relative;
	min-height:321px;
	height:auto;
	padding:0 0 30px 0;
}

.wrapp_contenido .thumbs_casas{
	margin:80px 0 0 0;
	padding:0 42px 0 0;
	width:auto;
}

.wrapp_contenido .titulo_sec{
	padding:5px 0 22px 27px;
	text-align:left;
	background-color:#191919;
	font-size:12px; font-weight:bold; color:#ffffff;
	border-bottom:8px solid #600005;
}

.titulo_sec a{
	text-decoration:none;
	color:#ffffff;
}

.titulo_sec a:hover{
	text-decoration:underline;
}

#instrucc{
	background:url(../images/ayuda.png) no-repeat 100% 100%;
	display:block;
	height:25px;
	width:26px;
	float:right; 
	margin:0 19px 0 0; 
	font-size:11px
}

#instrucc:hover{
	background-position:100% 0%;
}

.breadcrumb{
	color:#bb2b36; 
	font-size:19px; 
	font-weight:bold;
	margin:0 5px 0 5px;
	padding:0 0 0 0;
}

.breadfinal{
	color:#d9323f;
}

.separador_foot_sec{
	border-top:1px dashed #cecece; 
	padding:15px 0 0 0; 
	margin:40px 0 0 0;
}

/*********************************** Contenido Interno de Secciones ***************************/
/*Titulos, subtitulos y otros*/
#titulo1{
	font-size:23px; font-weight:normal; margin:0 0 20px 0; color:#191919;
}

#titulo2{
	font-size:12px; font-weight:bold; color:#191919;
}

#titulo3{
	font-size:11px; font-weight:bold; color:#600005;
}

#subtitulo1{
	font-size:12px; font-weight:bold; margin:0 0 20px 0; color:#600005;
	background:url(../images/vine2.png) no-repeat 0% 50%;
	padding:0 0 3px 20px;
}

#subtitulo2{
	font-size:12px; margin:0 0 0 0; color:#600005;
	background:url(../images/vine2.png) no-repeat 0% 50%;
	padding:0 0 3px 20px;
}

#f_comillas{
	font-size:32px; font-weight:bold; font-family:Tahoma, Geneva, sans-serif;
}

/********************************************************/

#wrapp_contenido_interno{
	overflow:hidden;
	position:relative;
	clear:left;
	background:url(../images/sombra-foot-marcas-top.png) repeat-x top;
}

#wrapp_contenido_interno .wrapp_contenido_i{
	float:left;
	width:185px;
	text-align:right;
	min-height:239px;
	background:url(../images/separador-menu.png) no-repeat top right;
	padding:20px 30px 0 0;
	margin-top:20px;
}

#wrapp_contenido_interno .i_exa{
	min-height:699px;
	background:url(../images/separador-menul.png) no-repeat top right;
}

#wrapp_contenido_interno .wrapp_contenido_d{
	float:right;
	font-size:12px; color:#6d6d6d;
	text-align:left;
	padding:25px 40px 0 20px;
	line-height:17px;
	overflow:hidden;
}

.wrapp_contenido_i a{
	font-size:11px; text-align:right; color:#6d6d6d;
	display:block;
	margin:0 0 0 0;
	padding:5px 20px 0 0;
	height:20px;
	background:url(../images/vine1.png) no-repeat 100% 50%;
	text-decoration:none;
	cursor:pointer;
}

.wrapp_contenido_i a:hover{
	background:url(../images/vine2.png) no-repeat 100% 40%; color:#600005;
}


/*////////////////////////////// Slider Menu /////////////////////////////*/
#wrapp_contenido_interno .wrapp_contenido_d .panel {
	position:relative;
	width:670px;
	height:auto;
	background:url(images/panel-bg.png) no-repeat 0 0;
	margin:0 0 10px 0;
	padding:20px 0 20px 20px;
	overflow:hidden;
}
#wrapp_contenido_interno .wrapp_contenido_d .panel#pintroduction {
	padding:0px 0 64px 160px;
	background:none;
}

#volver_top_sec{
	overflow:hidden;
	margin:0 0 0 22px;
}

#volver_top_sec .line_divider{
	float:left;
	width:640px;
	margin-top:13px;
	border-bottom:1px dashed #cacaca;
}

#volver_top_sec .img_top{
	float:right;
}

#volver_top_sec .img_top a{
	background:url(../images/arrow_top.png) no-repeat 100% 100%;
	display:block;
	height:25px;
	width:26px;
}

#volver_top_sec .img_top a:hover{
	background-position:100% 0%;
}

.tb_valores{
	color:#600005; font-size:11px; width:700px;
}

/*********************Sucursales***************************/

#wrapp_contenido_interno .wrapp_contenido_d .panel_sucursales {
	position:relative;
	width:auto;
	height:290px;
	background:url(../images/loading1.gif) 50% 30% no-repeat;
	margin:0 0 10px 0;
	padding:0 0 20px 20px;
	
	SCROLLBAR-FACE-COLOR:#600005;/*cambia el color geneal del scroll*/
	OVERFLOW-X:hidden;
	SCROLLBAR-HIGHLIGHT-COLOR:#600005;
	SCROLLBAR-SHADOW-COLOR:#600005;
	
	SCROLLBAR-3DLIGHT-COLOR:#600005;
	SCROLLBAR-ARROW-COLOR:#ffffff; /* cambia el color de la flechita de adentro*/
	SCROLLBAR-TRACK-COLOR:#f2f2f2; /*cambia el color del espacio vacio de scroll*/
	SCROLLBAR-DARKSHADOW-COLOR:#600005;
}

.panel_sucursales ul 							{ width: 670px; height:290px; overflow:auto; background-color:#f2f2f2; overflow-x:hidden;}
.panel_sucursales ul li a 						{ border-bottom: 1px solid #C1B599; text-decoration:none; cursor:pointer; font-weight:normal; font-size:11px; color: #191919;
						  		  	  display: block; padding: 7px 0 7px 23px; }
.panel_sucursales ul li:last-child a 			{ /* Remove bottom border on last list item
	   							  	  Hooray for pseudo selectors! */
								  	  border: none; }
								  	  /* Unique rollover colors for each list */
									  
.panel_sucursales ul#locations li a 				{ border-bottom:1px solid #e9e9e9; background:url(../images/icono2.png) 0% 56% no-repeat; }

.panel_sucursales ul#locations li span 				{ color:#989898; font-size:11px; font-weight:normal; float:right; margin-right:20px; }

.panel_sucursales ul#locations li a:hover 		{ color: #bb2b36; background-color:#e9e9e9; }

._ocultos{
	display:none;
}

.wrapp_contenido .foot_sucursales{
	border-top:4px dashed #cecece;
	padding:20px 40px 0 50px; color:#600005;
	font-size:12px; line-height:18px; font-weight:normal;
}

.wrapp_contenido .foot_sucursales table tr td a.link_gplay{
	display:block;
	height:33px;
	font-size:11px;
	padding:13px 0 0 36px;
	text-decoration:none; font-weight:bold; color:#191919;
	background:url(../images/icon-android.png) no-repeat -5% 100%;
}

.wrapp_contenido .foot_sucursales table tr td a.link_gplay:hover{
	color:#600005;
	background-position:-5% -5%
}

#titu_instrucc{
	margin:20px 0 20px 0;
	color:#191919; font-size:11px;
	border-bottom:5px solid #cecece;
	padding:0 0 17px 0;
	background:url(../images/pattern2.png) repeat;
}

#titu_instrucc a{
	text-decoration:none;
	color:#600005;
	font-weight:bold;
}

#titu_instrucc a:hover{
	color:#191919;
}

#mas{
	text-decoration:none;
	color:#600005;
	font-weight:bold;
	font-size:18px;
}

#mas:hover{
	color:#191919;
}

/********************************* Promociones *******************************************/
.titulo_sec_top{
	margin:0 40px 60px 40px;
	padding:0 0 40px 0;
	text-align:left;
	font-size:12px;
	border-bottom:1px dashed #cacaca;
}

.container_promo{
	padding:0 0 0 0;
	width:973px;
	overflow:hidden;
	margin-top:20px
}

.container_promo .cont_promo_i{
	float:left;
	width:420px;
	padding:0 40px 11px 40px;
	text-align:left;
	position:relative;
	height:auto;
}

.container_promo .cont_promo_i a.a_v_mas { /*Elimina fondos heredados de los links*/
	position:absolute;
	right:23px;
	bottom:1px;
	
	background:none;
	width:77px;
	height:30px;
	display:block;
	background:url(../images/v-mas.png) no-repeat;
	background-position:100% 15%;
	text-align:center;
	padding:0 0 0 0;
	margin:0 0 0 0;
	padding:0 0
}

.container_promo .cont_promo_i a.a_v_mas:hover {
	background-position:100% 102%;
}

.container_promo .cont_promo_i .titu_promo{
	font-size:23px; color:#191919;
	padding:0 0 0 0;
}

.titu_promo span{
	display:inline-block;
	width:37px;
	height:35px;
	padding:11px 5px 0 0;
	background:url(../images/back-num-promo.png) no-repeat 0% 100%;
	text-align:center; font-size:18px; font-weight:bold; color:#8c222b; margin-top:0;
}

.container_promo .cont_promo_i .descrip_promo{
	padding:0 0 0 58px;
	font-size:12px; color:#6d6d6d;
	text-align:left;
}

.descrip_promo .cinta_validez{
	padding:2px 0 2px 8px;
	margin:20px 0 0 0;
	border-left:5px solid #191919;
	font-size:11px; color:#ffffff;
	background-color:#600005;
}

.cinta_validez .date{
	color:#fff; font-weight:bold;
}

.container_promo .cont_promo_d{
	float:right;
	padding:0 45px 0 0;
	position:relative;
}

.cont_promo_d a{
	border:2px dashed #6d6d6d;
	display:block;
	padding:1px;
	background:url(../images/loading1.gif) no-repeat 50% 50%;
}

.cont_promo_d a:hover{
	border-color:#600005;
}

.cont_promo_d img{
	width:410px;
	height:116px;
}

.cont_promo_d a span.v_mas_promo{
	position:absolute;
	right:45px;
	top:0;
	width:21px;
	height:20px;
	background-color:#6d6d6d;
	text-align:center;
	padding:1px 0 0 0;
	font-family:Tahoma, Geneva, sans-serif;
	color:#ffffff; text-decoration:none; font-weight:bold; font-size:14px;
}

.cont_promo_d a span.v_mas_promo:hover{
	background-color:#600005;
}

.separador_promos{
	background:url(../images/sombra-horiz.png) top center no-repeat;
	height:auto;
	margin:60px 0 35px 0;
}

.separador_promos2{
	background:url(../images/sombra-horiz.png) top center no-repeat;
	height:30px;;
	margin:60px 0 35px 0;
}

/*Detalle Promocion*/

.wrapp_contenido .titulo_sec_promo{
	padding:15px 0 22px 27px;
	text-align:left;
	background-color:#191919;
	font-size:12px; color:#ffffff; font-weight:bold;
}

.titulo_sec_promo a{
	text-decoration:none;
	color:#ffffff;
}

.titulo_sec_promo a:hover{
	text-decoration:underline;
}

.wrapp_promo_img{
	margin:0 0 0 0;
	padding:12px 0 0 0;
	background-color:#191919;
	border-bottom:8px solid #600005;
}

.wrapp_promo_img img{
	padding:1px;
}

.cinta_validez_in{
	padding:2px 8px 2px 8px;
	margin:20px 0 0 0;
	width:auto;
	float:left;
	border-left:5px solid #191919;
	border-right:5px solid #191919;
	font-size:11px; color:#ffffff;
	background-color:#600005;
	text-align:center;
}

.cont_promo_d_in{
	float:right;
	width:380px;
	padding:20px 20px 20px 20px;
	margin:15px 45px 0 0;
	font-size:12px;
	color:#6d6d6d;
	border:2px dashed #600005;
	text-align:left;
}

/***************************** Carrusel Marcas *******************************/

.list_carousel_promo {
	width: 880px;
	margin:0 auto;
	padding:15px 30px 0 55px;
	text-align:center;
	position:relative;
}
.list_carousel_promo ul {
	margin: 0;
	width:900px;
	padding: 0;
	list-style: none;
	display: block;
}
.list_carousel_promo li {
	font-size: 11px; font-weight:bold;
	color: #999;
	text-align: center;
	width: auto;
	height: 40px;
	padding: 0;
	margin:0 0 0 0;
	display: block;
	float: left;
}
.list_carousel_promo.responsive {
	width: auto;
	margin-left: 0;
}
.list_carousel_promo li a{
	text-decoration:none;
	height:20px;
	display: block; 
	background: url(../images/bg_control_nav2.png) no-repeat 0% 0%; 
	cursor: pointer;
	padding:5px 0 0 35px;
	margin-right:2px;
	color:#6d6d6d;
}

.list_carousel_promo li a:hover{
	background-position:0% 100%;
	color:#f2f2f2;
}

.list_carousel_promo .prev, .next{
	position:absolute; display:block; text-indent: -9999em;
	background:url(../images/simple-arrows.png) no-repeat; width:28px; height:25px;
}

.list_carousel_promo .prev{
	background-position:100% 100%;
	left:5px; top:15px;
}

.list_carousel_promo .next{
	background-position:0% 100%;
	right:5px; top:15px;
}

.list_carousel_promo .prev:hover{
	background-position:100% -2%;
}

.list_carousel_promo .next:hover{
	background-position:0% -2%;
}

/***************************** Contacto` *******************************/
.container_contacto{
	padding:0 70px 0 70px;
	margin:70px 0 0 0;
}

.txt_field{
	border:1px dashed #c9c9c9;
	
	height:28px;
	height:21px\9;
	
	width:360px;
	
	padding:0 0 0 22px;
	padding:7px 0 0 22px\9;
	
	background:url(../images/vine3.png) no-repeat 1% 60% #f2f2f2;
	margin:0 0 18px 0;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px; color:#6d6d6d;
	
	-webkit-box-shadow: 0px 0px 5px 3px #ebebeb;
	box-shadow: 0px 0px 5px 3px #ebebeb; 
}

.txt_field:focus{
	background:url(../images/vine2.png) no-repeat 1% 60% #f2f2f2;
	border:1px dashed #600005;
	color:#600005;
}

.txt_field:hover{
	background:url(../images/vine2.png) no-repeat 4px 55% #f2f2f2;
	border:1px dashed #600005;
}

.txt_field_area{
	background:url(../images/vine3.png) no-repeat 4px 8% #f2f2f2;
	border:1px dashed #c9c9c9;
	height:auto;
	min-height:110px;
	width:780px;
	margin:0 0 18px 10px;
	padding:8px 0 0 22px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px; color:#6d6d6d;
	overflow:auto;
	
	-webkit-box-shadow: 0px 0px 5px 3px #ebebeb;
	box-shadow: 0px 0px 5px 3px #ebebeb;
}

.txt_field_area:focus{
	background:url(../images/vine2.png) no-repeat 4px 8% #f2f2f2;
	border:1px dashed #600005;
	color:#600005;
}

.txt_field_area:hover{
	background:url(../images/vine2.png) no-repeat 4px 8% #f2f2f2;
	border:1px dashed #600005;
}

.wrapp_sobre_contact{
	background:url(../images/back-contacto.png) 100% 100%;
	position:relative;
	width:401px;
	height:162px;
	padding:12px 0 0 0;
	color:#6d6d6d; font-size:11px;
}

#titulo_contact{
	font-size:23px;
	color:#191919;
}

.select_campo{
	border:1px dashed #c9c9c9;
	height:28px;
	height:28px\9;
	width:360px;
	padding:0 0 0 22px;
	padding:0 0 0 22px\9;
	
	background:url(../images/vine3.png) no-repeat 1% 55% #f2f2f2;
	margin:0 0 0 0;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px; color:#6d6d6d;
	
	-webkit-box-shadow: 0px 0px 5px 3px #ebebeb;
	box-shadow: 0px 0px 5px 3px #ebebeb; 
}

.select_campo:hover{
	background:url(../images/vine2.png) no-repeat 4px 55% #f2f2f2;
	border:1px dashed #600005;
}

.container_contacto select{
	font-size:12px; font-family:Tahoma, Geneva, sans-serif;
	color:#6d6d6d;
	background:none;
	border:none;
	width:355px;
	
	margin:5px 5px 3px 0;
	margin:5px 5px 3px 0/9;
}

.container_contacto select option{
	padding:0 0 2px 5px;
	padding:0 0 2px 5px/9;
}

.asteris{
	font-size:11px; color:#6d6d6d;
}

.err_msn{
	color:#e68419; font-size:11px;
	display:none;
}

.err_msn span{
	color:#600005; font-size:11px;
}

.wrapp_btn_form{
	padding:0 10px 0 21px;
}

.btn_form{
	border:none;
	height:32px;
	width:90px;
	padding:0 0 2px 0;
	background-color:#600005;
	border:1px solid #ffffff;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px; font-weight:bold; color:#f2f2f2;
}

.btn_form:hover{
	background-color:#191919;
}

.btn_form:active{
	background-color:#191919;
	border:1px solid #600005;
}

.ver_sucur img{
	width:59px;
	height:92px;
}

.ver_sucur{
	position:absolute;
	right:8px;
	top:22px;
}

.v_mas_txt{
	text-decoration:none; font-size:10px; color:#fff;
	background-color:#600005;
	display:block;
	float:right;
	height:20px;
	padding:7px 8px 0 8px;
}

.v_mas_txt:hover{
	background-color:#191919;
}



.contendor_galeria
{
	width:995;
	height:750px;
	padding-left:10px;
}

.footer_cont_galeria
{
	width:900px;
	float:left;
	height:35px;
	text-align:left !important;
	padding-left:15px;	
}

.contendorMosaic
{
	width:500;
	height:295;
	text-align:center;
	/*background:url(../images/bgw40.png);*/
	background:#191919;
	-moz-background:#191919;
	float:left;
	padding-top:5px;
	margin:3px;
	margin-top:8px;
	border-radius:4px;	
}


.contendorMosaic > h3
{
	color:#FFF;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:15px;
}


/***************** Tour Virtual ******************************/
.container_tour{
	margin:0 0 0 0;
	padding:32px 0 20px 89px;
	background-color:#50050a;
}

#flashcontent{
	margin:0 0 0 0;
	background-color:#50050a;
	border-bottom:1px solid #600005;
}

#nota{
	margin:0 auto;
	width:800px;
	font-size:11px;
	text-align:center;
	color:#6d6d6d;
	padding:20px 0 0 0;
	font-family:Tahoma, Geneva, sans-serif;
}

/************************** Activacion de tarjetas ***************************/
.container_activacion{
	padding:80px 0 0 0;
	background:url(../images/activacion.png) top left no-repeat;
}

.txt_field_act{
	border:1px dashed #c9c9c9;
	
	height:28px;
	height:21px\9;
	
	width:250px;
	
	padding:0 0 0 22px;
	padding:7px 0 0 22px\9;
	
	background:url(../images/vine3.png) no-repeat 1% 60% #f2f2f2;
	margin:0 0 10px 0;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px; color:#6d6d6d;
	
	-webkit-box-shadow: 0px 0px 5px 3px #ebebeb;
	box-shadow: 0px 0px 5px 3px #ebebeb; 
}

.txt_field_act:focus{
	background:url(../images/vine2.png) no-repeat 1% 60% #f2f2f2;
	border:1px dashed #600005;
	color:#600005;
}

.txt_field_act:hover{
	background:url(../images/vine2.png) no-repeat 4px 55% #f2f2f2;
	border:1px dashed #600005;
}

.select_campo_act{
	border:1px dashed #c9c9c9;
	height:28px;
	height:28px\9;
	width:250px;
	padding:0 5px 0 22px;
	padding:0 5px 0 22px\9;
	
	background:url(../images/vine3.png) no-repeat 1% 55% #f2f2f2;
	margin:0 0 0 0;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px; color:#6d6d6d;
	
	-webkit-box-shadow: 0px 0px 5px 3px #ebebeb;
	box-shadow: 0px 0px 5px 3px #ebebeb; 
}

.select_campo_act:hover{
	background:url(../images/vine2.png) no-repeat 4px 55% #f2f2f2;
	border:1px dashed #600005;
}

.container_activacion select{
	font-size:12px; font-family:Tahoma, Geneva, sans-serif;
	color:#6d6d6d;
	background:none;
	border:none;
	width:355px;
	
	margin:5px 5px 3px 0;
	margin:5px 5px 3px 0/9;
}

.container_activacion select option{
	padding:0 0 2px 5px;
	padding:0 0 2px 5px/9;
}

.container_activacion label{
	font-size:12px;
	font-family:Tahoma, Geneva, sans-serif;
	color:#600005;
}

.div_form_top{
	padding:0 80px 0 0;
}

.div_form_alt{
	margin:0 auto;
	width:808px;
	padding:60px 0 60px 0;
	border:4px dashed #cacaca;
	display:none;
}

.btn_form_gen{
	border:none;
	height:32px;
	width:auto;
	padding:0 10px 2px 10px;
	background-color:#600005;
	border:1px solid #ffffff;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px; font-weight:bold; color:#f2f2f2;
	display:none;
}

.btn_form_gen:hover{
	background-color:#191919;
}

.btn_form_gen:active{
	background-color:#191919;
	border:1px solid #600005;
}

/******************* Bolsa de Empleo *************************/
.container_bempleo{
	margin:40px 0 20px 0;
	background:url(../images/loading1.gif) 50% 50% no-repeat;
}

.titu_bolsa{
	margin:0 40px 0 40px;
}

/************************ Examen de la vista ***************/
.img_e{
	width:690px;
}

/********************** Novedades ******************************/

.link_alt{
	color:#ffffff;
	background-color:#600005; 
	display:inline-block; 
	height:20px; 
	text-decoration:none; 
	font-weight:bold; 
	padding:0 10px 0 10px;
	border:1px solid #f2f2f2;
}

.link_alt:hover{
	background-color:#191919;
}

.link_alt:active{
	background-color:#191919;
	border:1px solid #600005;
}

/****************************** Top Menu Pais *******************************/
#wrapp_sliderWrap{
	width:1020px;
	position:relative;
	margin:0 auto;
}

#sliderWrap {
	width: 300px;
	float:right;
}
#slider {
	position: absolute;
	background-image:url(../images/menu-top.png);
	background-repeat:no-repeat;
	background-position: bottom;
	width: 300px;
	height: 70px;
	margin-top: -41px;
}
#slider img {
	border: 0;
}
#sliderContent {
	margin: 0 0 0 77px;
	position: absolute;
	text-align:center;
	color:#fff;
	font-weight:bold;
	padding: 5px 10px 10px 10px;
}
#openCloseWrap {
	position:absolute;
	margin: 40px 0 0 100px;
	font-size:12px;
	font-weight:bold;
}

#sliderContent a{
	color:#fff;
	font-size:11px;
	text-decoration:none;
}

#sliderContent .cr{
	color:#ffa6ad;
}

#sliderContent .cr:hover{
	color:#fff;
}

#ribb_pais{
	position:absolute;
	top:0;
	left:0;
}
._movil {
background: url(../images/unidad.png) no-repeat right #dcdcdc;
min-height: 135px;
padding: 65px 350px 0 20px;
color: #000;
}
._movil_tarjeta {
background: url(../images/unidad-tarjetas.png) no-repeat right #dcdcdc;
min-height: 135px;
padding: 65px 350px 0 20px;
color: #000;
}

#menu_gallery{
	width:200px; height:190px; background-color:#231f20; border-radius:15px; padding-top:10px; color:#FFF;
	}
	
	
#menu_gallery > img
{
 	border-radius:10px;
}

 NIVO SLIDER 
.slider-wrapper { 
	width: 80%; 
	margin: 100px auto;
}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}

 

.tb_convenios{
	margin:40px 0 0 0;
}

.tb_convenios table{
	text-align:justify;
}

.tb_convenios table td.td_titu{
	text-align:center;
	color:#600005;
	font-weight:bold;
	padding:0 0 10px 0;
}
