	@charset "utf-8";

/*-----------------------------------------------------------------------------------*/
/*	1.	Header, Navigation & Menus
/*-----------------------------------------------------------------------------------*/

.wrap { margin: 0; width:100%;}
.header { }
#header { display:block; margin: 0 auto; max-width: 1040px; overflow: hidden; position: relative; } 
#header .logo{ float:left; margin:0; width:360px; }
#header .logo img { margin:0; width:100%; }
#header .welcome { float:right; font-family:Arial, sans-serif; margin:30px 0 0 0; text-align:center; width:280px; }

/* Main Menu */
.res-menu   {display: none;}
.res-menu   {width: 90%; margin:0 auto; }

.menu { background:#004b96; clear:both; font-family:Arial, sans-serif; width:100%;}

#menu { display:block; margin:0 auto; padding:0; position:relative; max-width:1040px; }
#menu ul { }
#menu > ul{ margin:0 auto; padding:0; position:relative; }
#menu > ul > li { display:inline-block; list-style: none outside none; position: relative; text-align:center; }
#menu > ul > li > a { color: #FFF; display: inline-block; font-size:14px; margin:0; padding: 12px 15px; text-decoration:none; text-shadow:1px 1px 1px rgba(0,0,0,0.25); }
#menu > ul a:hover, #menu .current{ background:#059bd4; color: #FFF; text-decoration:none; }

#menu ul ul { background:#96c832; position: absolute; width: 160px; }
#menu > ul > li > ul { margin-left: -12px; margin-top: -17px; }
#menu ul ul li { list-style: none; padding: 5px 0; position: relative; border-bottom: 1px solid rgba(0,0,0,0.1); }
#menu ul ul li.last{border-bottom: none !important;}
#menu ul ul li.menu-last{border-bottom: none !important;}
#menu ul ul a{ display: block; color: #FFF; font-size:13px; }
#menu ul ul a:hover{ color: #ffffff !important; }

#menu li:hover { background: none repeat scroll 0 0; color:96c832; visibility: inherit; }
#menu li:hover ul, #menu li.sfHover ul { left: 12px; top: 62px; z-index: 99; }
#menu li li { transition: all 0.2s ease-in-out;  -moz-transition: all 0.2s ease-in-out; /* Firefox 4 */ -webkit-transition: all 0.2s ease-in-out; /* Safari and Chrome */ -o-transition: all 0.2s ease-in-out; /* Opera */ }
#menu li li:hover {	background:#059bd4;} 
#menu li li:hover ul, #menu li li.sfHover ul { left: 150px; top: 0px; }


/*-----------------------------------------------------------------------------------*/
/*	2.	 Slider 
/*-----------------------------------------------------------------------------------*/

#slider .z-index-999 { z-index:999;}
.slider-caption-right { display:none;
    bottom: 50%;
    position: absolute;
    left: 10%;
    width: 50%;
}
.slider-caption-right h2 a, .slider-caption-left h2 a{
    color: #FFF;
	display: inline;
	font-family:Arial, sans-serif;
    font-size: 36px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}
.slider-caption-right p, .slider-caption-left p {
    color: #FFF;
    font-size: 16px;
    line-height: 18px;
    padding: 0 20px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.7);
}
.slider-caption-right h1>span, .slider-caption-left h1>span{
    color:#272727;
    display: inline;
    text-transform: none;
    font-family: 'Arial', sans-serif;
    font-size: 50px;
}
.slider-caption-left {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.9);
    bottom: 30px;
    height: 160px;
    position: absolute;
    left: 0;
    width: 485px;
}

#slider { box-shadow:rgba(0,0,0,.25) 0 0 10px; padding:10px; margin:15px auto; max-width:1020px; width:100%; }
.flexslider{ position: relative; }
.slides li{position: relative;}

.slides h3 {
    top: 40px;
    left: 90px;
    position: absolute;
    display: block;
    font-weight: 400 !important;
    line-height: 1.5;
    max-width: 400px;
    margin-bottom: 30px;
    padding: 20px;
}
.slides h3 a.text{
    color: #ffffff;
    font-weight: normal;
    padding: 2px 0;
    display: block;
    text-shadow: 1px 1px 1px #000000;
}
.slides li a:hover{ color: #FFF !important; }
.slides span {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 36px;
    line-height: 36px;
    color: #d0d0d0;
    display:block;
    text-transform: uppercase;
    margin-bottom: 15px;
    text-shadow: 1px 1px 1px #000000;
}
.slides .btn-large {
    font-size: 40px;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    padding: 14px 28px;
}

.slides .icon-more-big {
    background: url('../images/btn-more-big.png') no-repeat 0 0;
    width: 31px;
    height: 29px;
    margin-top: 14px;
    margin-left: 10px;
}
.slides .btn-success { background: #059bd4; }
.slides .btn-success:hover { color: #ffffff !important; background-color: #b2cc00; }
.flex-direction-nav { position: absolute; top: 20px; width: 100%; }
.flex-direction-nav li { float: left; margin-left: 1px; list-style: none; }
.flex-direction-nav a { display:inline-block; width:25px; height:25px; opacity:0.7; text-indent:-9999px; position:absolute; top:0; }
.flex-direction-nav .flex-prev {right: 42px; }
.flex-direction-nav .flex-next {right:15px;}
.flex-direction-nav .flex-prev {background: url("../images/icons/arrow-slider-left.png") no-repeat scroll 0 0 transparent; box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1); border-radius:50%;}
.flex-direction-nav .flex-next {background: url("../images/icons/arrow-slider-right.png") no-repeat scroll 0 0 transparent;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1); border-radius:50%;}
.flex-direction-nav .flex-prev:hover,
.flex-direction-nav .flex-next:hover{opacity: 1;}
.flex-direction-nav .flex-disabled { opacity: .3!important; filter:alpha(opacity=30); cursor: default; }

.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden; }
.flexslider .slides img { width: 100%; display: block; }
.flex-pauseplay span {text-transform: capitalize;}
.no-js .slides > li:first-child {display: block;}

.flexslider { position: relative; zoom: 1; }
.flex-viewport {
    max-height: 2000px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
}
.flex-viewport img {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;}
.carousel li {margin-right: 5px}

.flex-control-nav, .flex-control-paging {
    bottom: 10px;
	left:10px;
    overflow: hidden;
    padding: 20px 0;
    position: absolute;
    top:0;
    text-align: center;
}
.flex-control-nav li,
.flex-control-paging li {
    float: left;
    list-style-type: none;
    cursor: pointer;
    margin-right: 5px;
}
.flex-control-nav li a,
.flex-control-paging li a {
	border-radius:50%;
    display: block;
    height: 8px;
    width: 8px;
    text-indent: 99999px;
    background: rgba(0,0,0,0.75);
    padding: 1px;
}

.flex-control-nav li a.flex-active,
.flex-control-paging li a.flex-active,
.flex-control-nav li a:hover,
.flex-control-paging li a:hover { background:#059bd4; }


/*-----------------------------------------------------------------------------------*/
/*	3.	Footer Styles
/*-----------------------------------------------------------------------------------*/

.footer {background:#; border-top:#059bd4 5px solid; clear:both; width:100%;}

/* Footer Menu */
#footer-menu { background:#004b96; clear:both; font-family:Arial, Helvetica, sans-serif; overflow:hidden; } 
#footer-menu p { color:#DDD; padding: 15px ; font-size: 12px; line-height:18px; text-align:center; }
#footer-menu a{ font-weight: 400; color: #FFF; text-decoration: none;}
#footer-menu a:hover{color: #3CF; }

/*-----------------------------------------*/

.cl { clear:both; display:block; float:none; margin:10px 0;}

/*-----------------------------------------------------------------------------------*/
/*		Responsive Fixes
/*-----------------------------------------------------------------------------------*/
@media (max-width: 979px){
body {font-size: 14px; padding:0; margin:0; }
.wrap { margin:0; padding:0; width:100%;}
#menu > ul > li > a { font-size:14px; padding: 10px 10px; }
}

@media (max-width: 900px){
#menu > ul > li > a { font-size:12px; padding: 10px; 5px}
}

@media (max-width: 767px){
	
/* Headers */
h2{ font-size: 18px; margin-bottom: 15px; line-height: 20px; }

.header { background:none; margin:0; padding:0; width:100%; }
#header { padding:0; margin:0 auto 5px; width:100%;}
#header .logo{display:block; float:none; margin:0 auto; max-width:400px; padding:0; width:60%; }
#header .logo img {margin:0 auto; max-width:400px; width:90%; } 
#header .welcome { float:none; margin:0 5% 2%; width:90%; }

.menu { margin:0; padding:0; width:100%; }
#menu { clear:both; display:block; float:none; margin:5px auto; padding:0; position:relative; width:100%; }
#menu > ul { float:none; display:block; margin:0; width:100%;}
#menu > ul > li {background:#004b96; float:left; display:block; width:47.5%; margin:0.25% 1%;}
#menu > ul > li > a { display:block; font-size:12px; padding: 5px 0; text-align:center; }
#menu > ul a:hover, #menu .current{  border-radius:5px; color: #FFF; }
#menu > ul > li > ul { margin:-25px 8% 0;}
#menu ul ul { background:#059bd4;  position: absolute; width: 80%; }
#menu ul ul li:hover { background:#96c832; }
#menu ul ul a:hover { background:#96c832; }

#contenedor-site { margin:15px 0 5px; padding:2%; width:96%;}

#slider { clear:both; display:block; margin:0; padding:0; }
}

@media (max-width: 719px) { }
@media (max-width: 480px) {
body { font-size: 14px; }
#header {}
#header .logo{ margin:2% 0 0; margin:0 auto; padding:0; width:100%; }
#header .logo img {margin:0 5%; max-width:400px; width:90%; } 

#slider { margin:0; padding:0; }
.flex-control-nav, .flex-control-paging { padding: 10px 0; }
.flex-control-nav li a, .flex-control-paging li a { height:5px; width:5px; }
.flex-direction-nav { top:5px; }
.flex-direction-nav a { width:25px; height:25px; }
.flex-direction-nav .flex-prev {right: 32px; }
.flex-direction-nav .flex-next {right:5px;}
}

/*-----------------------------------------*/

/*-----------------------------------------------------------------------------------*/
/*	4.	Estilos del Sitio
/*-----------------------------------------------------------------------------------*/

	
h2 {
	font-size: 20px;
	color: #006699;
	margin: 0px;
	background-image: url(../img/bg_h2.jpg);
	padding: 10px 0 0 20px;
	height: 30px;
	clear: both;
}
h3 {
	color: #006699;
	font-size: 1.4em;
	font-weight: bold;
	padding-top: 7px 0 0 20px;
	background: url(../img/bg_menu.jpg) repeat-x;
	height: 33px;
	margin: 0;
}
h4 {
	text-decoration: none;
	font-size: 23px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	text-align: center;
	color: #F06;
	margin-bottom: 10px;
}
a { text-decoration: none; color: #666; }
a:visited { text-decoration: none; color: #555; }
a:hover { text-decoration: none; color: #073F7A; }
a:active { text-decoration: none; color: #666; }
li { list-style-type: none; }

#main {
	width: 755px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
#header {
	background-image: url(../img/cabezote0.jpg);
	height: 153px;
	width: 755px;
}
#texto-header {
	width: 260px;
	float: right;
	margin-top: 40px;
	margin-right: 20px;
	font-size: 12px;
	text-align: center;
}
#menu {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	font-weight: bold;
}
#contenido {	}
#content-top {
	margin-bottom: 15px;
	border: 1px solid #CCCCCC;
	padding: 15px;
}
#contenido_izq {
	float: left;
	width: 480px;
	margin-bottom: 20px;
	border: 1px solid #CCCCCC;
	padding: 15px;
}
#content_der {
	float: right;
	height: 100%;
	width: 200px;
	border: 1px solid #CCCCCC;
	padding-top: 14px;
	padding-right: 15px;
	padding-left: 15px;
}
#content_der img {
	margin-bottom: 10px;
}
.strong {
	font-weight: bold;
	color: #006699;
}
.strong-gris {
	font-weight: bold;
	color: #666666;
}
.foto-index {
	float: left;
	width: 225px;
	margin-left: 20px;
	margin-bottom: 20px;
}
.foto-index img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#contenido-home  {
	border: 1px solid #CCCCCC;
	padding-top: 20px;
	height: 360px;
}
.img-header {
	float: right;
	width: 160px;
	margin-top: 10px;
	margin-left: 10px;
}
#contenido-alamo {
	margin-top: 10px;
	border: 1px solid #CCCCCC;
	height: 555px;
}
.alamo {
	float: left;
	height: 200px;
	width: 160px;
	margin-left: 8px;
	padding: 8px;
	margin-top: 10px;
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
}
.icon-alamo {
	height: 100px;
	width: 160px;
	margin-bottom: 9px;
	border: 1px solid #CCCCCC;
}
.txt-alamo {
	width: 160px;
}
.alamo p {
	margin-top: 0px;
	margin-bottom: 0px;
}
.ver-mas {
	margin: 0px;
	float: right;
}
.ver-mas a {
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../img/bg-ver-mas.png);
	background-repeat: no-repeat;
	height: 20px;
	width: 64px;
	padding-top: 5px;
	padding-left: 6px;
	display: block;
	margin-top: 5px;
}
.alamo-tabla {
	border: 1px solid #CCCCCC;
	margin: 10px;
}
.txt1 {
	width: 730px;
	border: 1px solid #09F;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	font-weight: bold;
	color: #09f;
	font-size: 13px;
	background-color: #FFFFFF;
	background-image: url(../img/bg_h2.jpg);
	background-repeat:  repeat-x;
	background-position: bottom;
	padding: 10px;
}
.txt2 {
	padding: 10px;
	width: 712px;
	border: 1px solid #09F;
	font-weight: bold;
	color: #222;
	margin: 5px;
	background-color: #FFFFFF;
	background-image: url(../img/bg_h2.jpg);
	background-repeat:  repeat-x;
	background-position: bottom;
}
.txt3 {
	padding: 10px;
	width: 715px;
	border: 1px solid #09F;
	font-weight: bold;
	margin: 5px;
	background-color: #FFFFFF;
	background-image: url(../img/bg_h2.jpg);
	background-repeat:  repeat-x;
	background-position: bottom;
}
.txt4 {
	padding: 10px;
	width: 733px;
	border: 1px solid #09F;
	font-weight: bold;
	background-color: #FFFFFF;
	background-image: url(../img/bg_h2.jpg);
	background-repeat:  repeat-x;
	background-position: bottom;
	color: #FF0000;
	margin-top: 10px;
	text-align: center;
	font-size: 12px;
	clear: both;
}
.txt4 a {color: #09f; }
.alamo-promo-date {
	font-size: 18px;
	margin: 10px;
	height: 35px;
	width: 95%;
	padding-top: 10px;
	color: #FFFF00;
	background-color: #09F;
	padding-left: 20px;
}
#contenido-flota{
	margin-top: 10px;
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
}
.flota {
	float: left;
	width: 220px;
	margin-left: 8px;
	padding: 9px;
	margin-top: 9px;
	border: 1px solid #CCCCCC;
	height: 250px;
}
.img-flota{
	height: 130px;
	width: 220px;
	margin-bottom: 9px;
}
#contacto {
	width: 360px;
	border: 1px solid #CCCCCC;
	float: left;
	margin-bottom: 20px;
	height: 350px;
	//height: 370px;
}
#contacto ul {
	margin-left: -15px;
	//margin-left: 20px;
}
#formulario {
	float: right;
	width: 360px;
	border: 1px solid #CCCCCC;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-bottom: 20px;
	height: 350px;
	//height: 370px;
}
#enviado {
	float: right;
	width: 380px;
	border: 1px solid #CCCCCC;
	height: 350px;
	//height: 370px;
	margin-bottom: 20px;
}
#enviado p {
	margin-right: 10px;
	margin-left: 10px;
}
.form11 {
	font-size: 11px;
}
#condiciones {
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#pie {
	text-align: center;
	font-size: 11px;
	clear: both;
	margin-top: 20px;
}
.accordion {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.accordion ul {
	margin: 0;
	float: left;
	display: block;
	width: 100%;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.accordion li {
	cursor: pointer;
	list-style-type: none;
	margin: 0;
	float: left;
	display: block;
	background-color: #F3F3F3;
	background-image: url(../img/bg_menu.jpg);
	width: 100%;
	padding: 0;
}
.accordion li.active>a {
	no-repeat center right;
	color: #006699;
}
.accordion li div {
	display: block;
	clear: both;
	float: left;
	width: 360px;
	background-color: #CCCCCC;
	padding: 20px;
}
.accordion a {
	text-decoration: none;
	color: #006699;
	display: block;
	cursor: pointer;
	font-size: 1em;
	font-weight: bold;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-image: url(../img/bg_menu2.jpg);
	background-repeat:   repeat-x;
	height: 20px;
	padding-left: 10px;
	padding-top: 10px;
}
.accordion a:hover {
	color: #006699;
	text-decoration: underline;
}

	/* Level 2 */
.accordion  li ul li {
	background-image: url(../img/bg_menu2.jpg);
	background-repeat:  repeat-x;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	line-height: 10px;
}
.accordion  li ul a {
	color: #666666;
}

	/* Level 3 */
.accordion  li ul li ul a {
	color: #003366;
}

/* Plantilla Ofertas */

#banner {
	width: 755px;
	margin-bottom: 10px;
}
#plantilla-table {
	margin: 5px;
	padding: 0px;
	border: 1px solid #09F;
}
.plantilla-txt {
	padding: 10px;
	border: 1px solid #09F;
	font-weight: bold;
	background-color: #FFFFFF;
	background-image: url(../img/bg_h2.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-top: 10px;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
}
.plantilla-img {
	clear: both;
	width: 755px;
	margin-top: 10px;
}
.br20 {
	font-size: 20px;
	color: #09F;
}
#mail-pie {
	height: 30px;
	width: 120px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border-top-style: none;
}
#main #contenido .plantilla-txt p .strong {
	text-align: left;
}
#main #contenido .plantilla-txt p .strong {
	text-align: justify;
}
#main #contenido .plantilla-txt .strong {
	text-align: left;
}
#main #contenido .plantilla-txt .strong .strong {
	text-align: justify;
}
#main #contenido .plantilla-txt .strong .strong {
	text-align: justify;
}
#main #contenido .plantilla-txt blockquote table tr td {
	text-align: center;
}
#main #contenido .plantilla-txt ul div {
	text-align: justify;
}
#main #contenido .plantilla-txt ul p {
	text-align: right;
}
#main #contenido .plantilla-txt ul p {
	text-align: justify;
}
p {
	text-align: justify;
	background-color: #FFF;
}
#main #contenido .plantilla-txt p .strong {
	text-align: justify;
}
#main #contenido .plantilla-txt ul table tr td {
	text-align: center;
}
#main #contenido .plantilla-txt table tr td {
	text-align: center;
}
#main #contenido .plantilla-txt ul table tr td {
	color: #000;
	background-color: #FFF;
}
#main #contenido .plantilla-txt ul table {
	color: #000;
}
