@charset "UTF-8";
/* CSS Document */

body{
	background-color:#fafafa;
	overflow-x:hidden;
}

nav{
	width:135px;
	height:100%;
	padding-top: 25px;
	background-color:#fff;
	position:fixed;
	left:0px;
	top:0px;
	z-index:10000;
}
.contenido{
	padding-left:135px;
}

.mimenu{
	margin-left:10%;
	margin-right:10%;
	margin-top:60px;
}

.mimenu > li{
	list-style:none;
	padding-top:10px;
	padding-bottom:10px;
	color:#505e73;
	border-bottom:#B5B5B5;
	border-bottom-style:solid;
	border-bottom-width:thin;
}
.mimenu > li > a{
	text-decoration:none;
	color:#505e73;
	cursor:pointer;
	padding-left:10px;
	display:block;
}

.mimenu > li:hover{
	background-color:#D0D8E1;
	color:#fff;
}

.mimenu > li > a:hover{
	background-color:#D0D8E1;
	color:#fff;
}

@media (min-width: 992px) and (max-width: 1250px){
.container {
  width: 920px;
}
.contenido{
	padding-left:120px;
}
}
@media (max-width: 991px) {
	nav{
	width:80px;
	}
	.contenido{
	padding-left:0px;
}
}



.banner{
/*	-moz-transform: rotate(-2deg);
-webkit-transform: rotate(-2deg);
-o-transform: rotate(-2deg);
-ms-transform: rotate(-2deg);
transform: rotate(-2deg);*/
margin-top:-3%;
margin-left:-1%;
width:105%;
}

@media (max-width: 768px){
	.contenido{
	margin-left:50px;
}
.banner{
	width:102%;
}
.mimenu > li{
 position: relative;
  display: block;
  float:left;
  padding-left:15px;
  padding-right:15px;
  border-top:#B5B5B5 solid thin;
}
}
.mi_info{
	color:#505e73;
	font-family: Arial, "Helvetica Neue", Helvetica,Gotham, sans-serif;
	font-size:14px;
	line-height:20px;
	margin-top:30px;
}
#caja_contenido >p{
	font-size:13px;
	line-height:16px;
	margin-top:10px;
}
#caja_contenido >h3{
	margin-top:0px;	
}
.mi_info p{
	margin-top:25px;	
}

.mi_info > ul li{
	margin-bottom:8px;	
}
.mi_info > h3{
	font-size:22px;	
}
.lista_h{
	width:100%;	
}

li.item1{
border-top:#B5B5B5 solid thin;	
}
.mi_info{
	max-width:90%;	
}

.modal-content > button{
	margin-right:20px;
	margin-top:15px;
}

.texto_gracias{
	text-align:right;	
}
.modal-backdrop.in {
  opacity: 0.3;
}
.modal-content{
	  max-width: 80%;
  margin-left: 10%;
}



@media (max-width: 500px){
	.mimenu{
	margin-left:0px;
	margin-right:0%;
	margin-top:60px;
}

.mimenu > li{
 position: relative;
  display: block;
  float:left;
  padding-left:5px;
  padding-right:5px;
  border-top:#B5B5B5 solid thin;
}

}
/*Estilos Menu ee*/
.caja_menu{
	display:block;
	width:90%;
	margin-bottom:30px;
	margin-top:40px;
}
.menu_ee li{
	padding: 6px;
	display: block;
	font-family: Arial, "Helvetica Neue", Helvetica,Gotham, sans-serif;
	font-size: 13px;
	border-left: 1px solid #B5B5B5;
	border-right: 1px solid #B5B5B5;
}

.menu_ee li a{
	text-decoration:none;
	color:#505e73;
	cursor:pointer;
}
.item_menuee{
	background-color:#fff;
	
}
.separador_menuee,.caja_azul{
	background-color:#FFF;
	color:#861d5d;
	display:block;
	border:1px solid #B5B5B5;
}


li.separador_menuee {
		font-size:16px;
}
.menu_ee{
		margin-top:20px;
}


.item_menuee img{
	margin:auto;
}
.item_menuee span{
	color:#ff6600;
}
form > label{
	font-family: Arial, "Helvetica Neue", Helvetica,Gotham, sans-serif;
	color:#363636;
	padding-top:5px;
}


.boton_form > .btn, #boton_aceptar{
	background-color:	#505e73;
	color:#fff;
	margin-top:10px;
}

.boton_form {
	width:100%;
	text-align:right;
}

.menu_ee1{
	margin-top:0px;	
}
.ultimoli{
border-bottom:1px solid #B5B5B5;	
}

li.legal1{
	font-size:10px;
	text-align:center;
	background-color:#FFFFFF;
	padding-left:5px;
	padding-right:5px;
}
/*Fin Estilos Menu ee*/

.carousel-inner .item{
	background-color:#212435;	
}



.carousel-fade .carousel-inner .item {
  opacity: 0;
   -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -ms-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}



a.right.carousel-control, a.left.carousel-control{
	background:none;	
}


.segmento{
	border-bottom:1px solid #4F5E73;
	border-top:1px solid #4F5E73;	padding-bottom:10px;
	margin-left:20px;
	margin-right:20px;
	margin-top:10px;
}
.segmento img{
	margin-right:10px;
	margin-top:10px;

}
.segmento > p{
	margin-left:5px;
	margin-top:4px;
}
.segmento > h4, .segmento > p > a{
	color:#861d5d;
}

.segmento > p > a{
	font-weight:600;	
}

.primero{
	margin-top:25px;	
}

.link_olvide{
	text-align:center;
	width:100%;
	display:block;
	margin-top:10px;
}
#f_contactenos .form-control{
	margin-left:5px;
	margin-bottom:5px;
}

.btn_azul{
	background-color:#505e73;
	color:#fff;
}

.btn_enviar{
	margin-top:5px;	
}



/*  OFERTAS */

#tabla1, #tabla2 {
    border: 1px solid #666666;
    clear: both;
    overflow: hidden;
    padding: 5px 10px;
    width: 520px;
}
#tabla1 {
    background-color: #55b247;
	height:18px;
}
#tabla2 {
    background-color: #666666;
}
.titulos_r {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
    color: #FFFFFF;
    font-size: 14px;
    text-align: left;
}
#division_1 {
    border-bottom: 1px dotted #666666;
    clear: both;
    overflow: hidden;
    padding: 0 0 5px;
    width: auto;
}
#clear {
    clear: both;
    margin: 3px 0;
}
.textos_g {
    font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
    color: #333333;
    text-align: left;
}
#left {
    float: left;
    margin: 0 5px 0 0;
}
.caja_left {
    width: 200px;
}
.textos_g {
    font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
    color: #333333;
    text-align: left;
}
.combo {
    width: 180px;
}
#divisor_tab {
    clear: both;
    height: 10px;
}
.titulos_r {
    font-family: Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    font-size: 14px;
    text-align: left;
}
#division_2 {
    border-bottom: 1px dotted #333333;
    clear: both;
    overflow: hidden;
    padding: 0 0 5px;
    width: auto;
}
.textos_t {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
    color: #333333;
    font-size: 12px;
    text-align: left;
}
.textos_t a:link {
    color: #333333;
}
.textos_t a:visited {
    color: #333333;
}
.textos_t a:hover {
    color: #333333;
    font-weight: bold;
}
.textos_t a:active {
    color: #333333;
    font-weight: bold;
    text-decoration: none;
}
.caja_left {
    width: 200px;
}
#caja_single {
    border-bottom: 1px dotted #999999;
    clear: both;
    overflow: hidden;
    padding: 5px 0;
    width: 490px;
}
#caja_ico {
    float: left;
    height: 0;
    margin: 0;
    width: 0;
}
.textos_o {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
    color: #707174;
    font-size: 12px;
    text-align: left;
}
.textos_o a:link {
    color: #707174;
    font-weight: bold;
}
.textos_o a:visited {
    color: #707174;
    font-weight: normal;
}
.textos_o a:hover {
    color: #55b247;
}
.textos_o a:active {
    color: #707174;
}
.titulos_r {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
    color: #FFFFFF;
    font-size: 14px;
    text-align: left;
}
#right {
    float: right;
}
.textos_g_14 {
	font-family: Arial, Helvetica, sans-serif;
    color: #333333;
    font-size: 14px;
    text-align: left;
}
.detalle_text {
	color: #666666;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    padding-bottom: 2px;
    padding-top: 2px;
    text-align: left;
}
.detalle_titulo {
    color: #4F5E73;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-weight: bold;
    padding-bottom: 2px;
    padding-right: 10px;
    padding-top: 2px;
    text-align: right;
}
element.style  {
    color: #FFFFFF;
    
    font-size: 12px;
    text-align: justify;
}

.textos_g_14 {
	font-family: Arial, Helvetica, sans-serif;
    color: #333333;
    font-size: 14px;
    text-align: left;
}
.enviar {
	font-family: Arial, Helvetica, sans-serif;
	color: #707174;
	font-size: 14px;
	text-align: center;
	padding-top:15px;
	padding-bottom:8px;
	font-weight: bold;
}
.fnd_detalle {
	background-image: url(../img/fnd_n.jpg);
	background-repeat: repeat-x;
	background-color:#FFF;
	padding: 10px;
}


.titulo_tabla{
    background-color:#681447;
    color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    padding-bottom: 4px;
    padding-top: 4px;
    text-align: center;
}
.texto_tablalink{
	color: #0076c7;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-decoration: none;
}
.texto_tablalink a{
	color: #0076c7;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-decoration: none;
}
.texto_tablalink a:hover{
	color: #999999;
	text-decoration: underline;
}
.texto_tabla{
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	text-align:justify;
	padding-top:3px;
	padding-bottom:3px;
	font-weight: normal;
	font-size: 12px;
}


table > tbody > tr > td > div >input, table > tbody > tr > td > input{
	display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
	color:#fff;
	background-color:rgba(79,94,115,1.00);
	border-radius:4px;
}
table > tbody > tr > td > div >input:hover, table > tbody > tr > td > input:hover{
	background-color:rgba(44,54,67,1.00);
}


.terminosycondiciones table[style]{background-color: transparent!important;}