* {margin: 0; }

body {
    background: url(https://www.expresoarito.com.ar/img/fondo.jpg)  no-repeat center top, url(https://www.expresoarito.com.ar/img/pattern.jpg)  repeat left bottom;
    font-family: 'Open Sans', sans-serif;
    margin: 0;
}

a {
    text-decoration: none;
}

#marco {
    width: 984px;
    height: auto;
    margin: auto;
}

#encabezado {
    width: 100%;
    height: 112px;
    background: url(https://www.expresoarito.com.ar/img/header_2016.jpg)  no-repeat center top;
    -webkit-box-shadow: 6px 0px 10px -1px grey, -6px 0px 10px -1px grey;
    box-shadow: 6px 0px 10px -1px grey, -6px 0px 10px -1px grey;
    -moz-box-shadow: 6px 0px 10px -1px grey, -6px 0px 10px -1px grey;
    background-size: 100% auto;
}

#logo {
    width: 380px;
    height: auto;
    margin-left: 20px;
    padding-top: 5px;
    float: left;
}

#tagline {
    display: none;
    width: 215px;
    height: auto;
    color: #808080;
    float: left;
    font-style: italic;
    margin-top: 75px;
    font-size: 18px;
    text-shadow: 0px -2px 4px #a2a1a1;
}

#redes {
    float: right;
    margin-top: 45px;
    margin-right: 25px;
}

#redes img {
    margin-left: 5px;
}

#redes a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
}

#navegacion {
    width: 100%;
    height: 36px;
    margin-top: 1px;
    z-index: 1000;
}

ul {
    padding-left: 10px;
    width: 100%;
    height: 36px;
    text-align: left;
    float: left;
}

ul a {
    color: white;
}

ul li {
    float: left;
    text-decoration: none;
    list-style: none;
    padding: 7px 0px 10px 14px;
    font-size: 14px;
    color: white;
}

ul a {
    padding-right: 14px;
    border-right: solid 1px #214761;
}

ul li:last-child {
    border-right: none;
}

ul li:hover {
background: #2e6387; /* Old browsers */
background: -moz-linear-gradient(top, #2e6387 0%, #204660 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2e6387), color-stop(100%,#204660));
background: -webkit-linear-gradient(top, #2e6387 0%,#204660 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #2e6387 0%,#204660 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #2e6387 0%,#204660 100%); /* IE10+ */
background: linear-gradient(to bottom, #2e6387 0%,#204660 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e6387', endColorstr='#204660',GradientType=0 ); /* IE6-9 */
}

#cuerpo {
    width: 100%;
    height: auto;
}

#carrusel {
    width: 720px;
    height: 320px;
    background-color: #00AEEF;
    padding: 0px 10px 10px 10px;
}

#pasajes {
    width: 220px;
    height: auto;
    background-color: rgba(233, 233, 233, 0.35);
    float: right;
    position: relative;
    right: 15px;
    /*top: -73px;*/
    top: 0px;
    text-transform: uppercase;
}

#pasajes h1 {
    background-color: #336d95;
    color: white;
    font-size: 13px;
    font-weight: 400;
    background: #295979; /* Old browsers */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#295979), color-stop(40%,#316a91), color-stop(90%,#295979));
    background: -moz-linear-gradient(top, #295979 0%, #316a91 40%, #295979 90%); /* FF3.6+ */
    background: -webkit-linear-gradient(top, #295979 0%, #316a91 40%, #295979 90%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #295979 0%, #316a91 40%, #295979 90%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #295979 0%, #316a91 40%, #295979 90%); /* IE10+ */
    background: linear-gradient(to bottom, #295979 0%, #316a91 40%, #295979 90%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#295979', endColorstr='#316a91',GradientType=0 ); /* IE6-9 */
    width: 220px;
    height: 28px;
    text-align: center;
    padding-top: 9px;
    -webkit-box-shadow: 0px 0px 4px 0px grey;
    box-shadow: 0px 0px 4px 0px grey;
    -moz-box-shadow: 0px 0px 4px 0px grey;
}

#pasajes span {
    color: #03a4f5;
}

#pasajes form {
    padding: 2px 12px;
}

input[type="radio"] {
    margin-right: 3px;
}

input[type="text"] {
    width: 190px;
    height: 22px;
    margin-top: -2px;
}

label {
    margin-right: 20px;
    font-size: 13px;
    display:inline-block;
    color: #535b63;
    margin-top: 7px;
    margin-left: 1px;
}

label[for="ida"], label[for="vuelta"] {
    color: white;
    letter-spacing: 1px;
    font-size: 12px;
}

label[for="origen"] {
    margin-top: 16px;
}

.select select {
    background: transparent;
    -webkit-appearance: none;
    width: 60px;
    padding: 5px;
    line-height: 1;
    border: 0;
    border-radius: 0;
    height: 22px;
    color: #535b63;
    font-size: 13px;
    margin-top: -5px;
}

.select {
    display: block;
    width: 60px;
    height: 22px;
    overflow: hidden;
    background: url(https://www.expresoarito.com.ar/img/flecha.jpg) no-repeat right center white;
    border: 1px solid #ddd;
}

input[type="submit"] {
    width: 80px;
    height: 25px;
    background-color: #00AEEF;
    border: none;
    box-shadow: none;
    margin-top: 3px;
    color: white;
    float: right;
    letter-spacing: 1px;
    cursor: pointer;
}

input[type="submit"]:hover, .boton:hover {
    opacity: 0.8;
}

form img {
    margin-left: -10px;
}

#telefonos {
    position: relative;
    margin-top: -5px;
}

#pasajes h2 {
    background-color: #347099;
    height: 15px;
    margin: 0;
    padding: 0;
    font-size: 10px;
    font-weight: 100;
    padding-left: 10px;
    color: white;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
}

#telefonos p {
    background-color: #e9e9ea;
    height: 24px;
    padding: 1px 0px 1px 13px;
    color: #747474;
    font-size: 16px;
    letter-spacing: 7px;
}

#portada {
    width: 100%;
    height: 235px;
    background-color: white;
    margin-top: 84px;
    border-top: 9px solid #2a486f;
    -webkit-box-shadow: 0px 8px 10px -2px black;
    box-shadow: 0px 8px 10px -2px black;
    -moz-box-shadow: 0px 8px 10px -2px black;
}

#sombra {
    width: 100%;
    height: 85px;
    margin-top: -93px;
    background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
    background-image: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
    background-image: -webkit-gradient(linear, 0 0, 100% 0, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
    background-image: linear-gradient(bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(0, 0, 0, 0.4)', endColorstr='rgba(0, 0, 0, 0)', GradientType=1);
}

#pastillas {
    width: 720px;
    height: 175px;
    height: 145px;
    position: relative;
    margin-left: 12px;
    margin-top: -75px;
}

.pastilla {
    width: 232px;
    border-radius: 16px;
    margin-right: 10px;
    float: left;
    overflow: hidden;
}

.pastilla:last-child {
    margin-right: 0px;
}

.pastilla #agregado {
    font-size: 26px;
    width: 232px;
    height: auto;
    position: absolute;
    margin-top: -70px;
    color: white;
    margin-left: 8px;
    font-weight: 100;
    opacity: 0.8;
    letter-spacing: 3px;
}

h3 {
    height: auto;
    margin-top: -10px;
    padding: 10px 20px;
    color: white;
    font-weight: 200;
    font-size: 15px;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    background: #295979; /* Old browsers */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(10%,#295979), color-stop(60%,#316a91), color-stop(90%,#295979));
    background: -moz-linear-gradient(top, #295979 10%, #316a91 60%, #295979 90%); /* FF3.6+ */
    background: -webkit-linear-gradient(top, #295979 10%, #316a91 60%, #295979 90%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #295979 10%, #316a91 60%, #295979 90%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #295979 10%, #316a91 60%, #295979 90%); /* IE10+ */
    background: linear-gradient(to bottom, #295979 10%, #316a91 60%, #295979 90%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#295979', endColorstr='#316a91',GradientType=0 ); /* IE6-9 */  
}

h3 img {
    width: 20px;
    height: 20px;
    position: relative;
    margin-right: 12px;
    bottom: -4px;
}

#copetes {
    width: 730px;
    height: 100px;
    margin-top: 25px;
}

#copetes h2 {
    font-size: 16px;
    color: #6d6d6d;
}

#copetes p {
    font-size: 13px;
    color: #6d6d6d;
    margin-top: 8px;
}

#copete1 {
    width: 450px;
    height: 100px;
    float: left;
    padding: 0px 20px;
}

#copete2 {
    width: 215px;
    height: 100px;
    float: right;
    padding-left: 20px;
    border-left: 1px grey solid;
}

.mas {
    width: 66px;
    height: 18px;
    background-color: #00AEEF;
    position: relative;
    float: right;
    margin-top: 11px;
    font-size: 11px;
    padding: 2px;
    text-align: center;
}

.mas a {
    color: white;    
}

#pie {
    width: 965px;
    height: 45px;
    padding-left: 20px;
    background-color: #b3b3b3;
    padding-top: 15px;
    margin-bottom: 25px;
    -webkit-box-shadow: 0px 6px 10px -4px black;
    box-shadow: 0px 6px 10px -4px black;
    -moz-box-shadow: 0px 6px 10px -4px black;
}

#pie p, #pie a {
    color: white;
    font-size: 11px;
}

#pie a {
    text-transform: uppercase;
}



/* SERVICIOS */

#pastillas_vertical {
    width: 220px;
    height: auto;
    float: right;
    position: relative;
    margin-top: -70px;
    margin-left: -5px;
}

#pastillas_vertical .pastilla {
    margin-top: 10px;
    width: 220px;
    margin-left: -15px;
    -webkit-box-shadow: 0px 6px 10px -4px black;
    box-shadow: 0px 6px 10px -4px black;
    -moz-box-shadow: 0px 6px 10px -4px black;
}

#pastillas_vertical span {
    font-size: 14px;
}

#servicios {
    background-color: white;
    width: 740px;
    height: auto;
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 3%);
    background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0)) 3%;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 3%);
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0)) 3%;
    background-image: linear-gradient(top, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0)) 3%;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(0, 0, 0, 0.4)', endColorstr='rgba(0, 0, 0, 0)', GradientType=1);
    -webkit-box-shadow: 3px 0px 8px -2px grey, -3px 0px 8px -2px grey;
    box-shadow: 3px 0px 8px -2px grey, -3px 0px 8px -2px grey;
    -moz-box-shadow: 3px 0px 8px -2px grey, -3px 0px 8px -2px grey;
    float: left;
    min-height: 670px;
}

#tira_imagenes {
    width: 237px;
    height: auto;
    padding-top: 5px;
    padding-bottom: 130px;
    float: left;
}

#tira_imagenes img {
    width: 100%;
    position: relative;
    padding: 0;
    -webkit-margin-before: -5px;
    -moz-margin-end: -5px;
}    

#tira_imagenes a{   
    opacity: 0.5;
    filter: alpha(opacity=50);
}

#tira_imagenes a:hover {
    opacity: 1;
    filter: alpha(opacity=50);
    cursor: pointer;
}

#servicios_texto {
    height: auto;
    position: relative;
    padding: 2%;
    width: 63%;
    float: right;
}

.servicio {
    width: 100%;
    height: auto;
    color: #7a7a7a;
}

.servicio h2 {
    padding-top: 20px;
    font-size: 16px;
    color: #347099;
    text-transform: uppercase;
    font-style: italic;
}

.servicio p {
    padding-bottom: 20px;
    font-size: 13px;
    margin-top: 8px;
    color: black;
}

.servicio .mas {
    width: 57px;
    height: 19px;
    background-color: #00AEEF;
    position: relative;
    float: right;
    padding: 1px;
    text-align: center;
    margin-top: -10px;
}

.clear {
    clear: both;
}




/* BOLETERÍAS */

#puntos, #contacto, #empresa, #beneficios {
    width: 30%;
    min-height: 500px;
    float: left;
}

#beneficios {
    background: url(https://www.expresoarito.com.ar/img/costado4.jpg)  no-repeat left top;
    opacity: 0.6;
    filter: alpha(opacity=60);
}

#empresa {
    background: url(https://www.expresoarito.com.ar/img/costado1.jpg)  no-repeat left top;
    opacity: 0.6;
    filter: alpha(opacity=60);
}

#puntos {
    background: url(https://www.expresoarito.com.ar/img/costado3.jpg)  no-repeat right top;
    background-size: cover;
    opacity: 0.7;
    filter: alpha(opacity=70);  
}

#contacto {
    background: url(https://www.expresoarito.com.ar/img/costado2.jpg)  no-repeat left top;
    opacity: 0.6;
    filter: alpha(opacity=60);
}

#boleterias {
    width: 66%;
    padding: 2%;
    height: auto;
    float: right;
}

#boleterias p {
    font-size: 13px;
}

#boleterias .accordion-group {
    border: none;
}

#boleterias td {
    border-bottom: solid 1px #f0eae0;
    padding: 5px;
    color: grey;
    font-size: 12px;
}

#boleterias td:first-child {
    font-weight: bold;
}

#boleterias h2 {
    margin-top: 30px;
    font-size: 18px;
    color: grey;
    text-transform: uppercase;
    margin-left: 14px;
}

#boleterias .accordion-heading {
    background: url(https://www.expresoarito.com.ar/img/flecha.jpg) no-repeat right center;
    /*border: 1px solid #ddd;*/
    border-radius: 0;
}


/* CONTACTO */

#mails {
    width: 222px;
    min-height: 720px;
    float: left;
    border-right: 1px solid #e9e9e9;
}

#form {
    width: 66%;
    height: auto;
    float: right;
    padding: 2%;
}

#form img {
    vertical-align: bottom;
}

#banner1, #banner2, #banner3 {
    width: 206px;
    height: 107px;
    border-right: 2px solid #e9e9ea;
    border-left: 3px solid #347099;
    margin-top: 20px;
    margin-left: 5px;
}

#banner1 {
    background: url(https://www.expresoarito.com.ar/img/banners/cliente.jpg) center top no-repeat;
    margin-top: 40px;
}

#banner2 {
    background: url(https://www.expresoarito.com.ar/img/banners/corporativo.jpg) center top no-repeat;
}

#banner3 {
    background: url(https://www.expresoarito.com.ar/img/banners/cobranzas.jpg) center top no-repeat;
}

#banner1 p, #banner2 p, #banner3 p {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    width: 160px;
    padding-top: 3px;
    padding-left: 5px;
    height: 20px;
    background-color: #347099;
    color: white;
}

#banner1 div, #banner2 div, #banner3 div {
    float: right;
    width: 170px;
    height: 16px;
    background-color: #e9e9ea;
    margin-top: 68px;
    color: #747474;
    font-size: 10px;
    text-align: center;
}

h4 {
    margin-top: 22px;
    color: #347099;
    text-transform: uppercase;
    font-style: italic;
}

#form p {
    font-size: 14px;
}

#form ol {
    margin-top: 20px;
    padding: 0;
}

#form li {
    list-style: none;
}

#form label {
    color: grey;    
}

#form input[type=text], #form input[type=email], #form textarea {
    display: block;
    border: 1px solid #e9e9ea;
}

#form input {
    height: 18px;
}

#facebook {
    border-top: #3B5998 4px solid;
    padding: 15px;
    position: relative;
    margin-top: 50px;
    font-size: 12px;
    background-color: #e9e9ea;
    color: #747474;
}

#facebook img {
    width: 80px;
    height: auto;
    float: left;
    margin-right: 20px;
    margin-left: 10px;
    margin-top: -10px;
}

#facebook a {
    color: #3B5998;
}

#captcha {
    width: 488px;
}

#captcha img {
    width: 320px;
    margin-left: 83px;
    display: block;
}

#captcha input {
    float: none;
    margin-left: 200px;
}

#html5form h4 {
    margin-top: 40px;
    margin-bottom: -20px;
}

#html5form p {
    color: grey;
    font-size: 11px;
    display: inline;
    margin-left: 15px;
    margin-right: 20px;
}

#html5form input[type=radio]{
    margin-top: 10px;
    position: absolute;
}

#html5form h5 {
    color: grey;
    margin-top: 20px;
}

.mitad input {
    width: 200px;
    margin-right: 20px;
}

.mitad, .tercio {
    float: left;
}

.completo input {
    width: 424px;
}

.tercio input {
    width: 125px;
    margin-right: 20px;
}

textarea {
    width: 424px;
}

.desplegable select {
    width: 130px;
}

.desplegable label {
    margin-top: 20px;
    margin-bottom: 10px;
}


/* EMPRESA */

#costado {
    width: 190px;
    min-height: 680px;
    float: left;
    padding-top: 40px;
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.15) 3%, rgba(0, 0, 0, 0) 47%);
    background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.15) 3%, rgba(0, 0, 0, 0)) 47%;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.15) 3%, rgba(0, 0, 0, 0) 47%);
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.15) 3%, rgba(0, 0, 0, 0)) 47%;
    background-image: linear-gradient(top, rgba(0, 0, 0, 0.15) 3%, rgba(0, 0, 0, 0)) 47%;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(0, 0, 0, 0.4)', endColorstr='rgba(0, 0, 0, 0)', GradientType=1);
}

#texto_empresa {
    width: 65%;
    height: auto;
    float: left;
    padding: 2%;
}

#texto_empresa p {
    font-size: 13px;
    margin-top: 8px;
}

#empresa a {
    display: block;
    font-size: 13px;
    color: white;
    text-transform: uppercase;
    width: 100%;
    border-top: 1px solid #e9e9e9;
    text-align: center;
}

.otro {
    background-color: #347099;
}

.seleccionado {
    background-color: #00AEEF;
}

#empresa a:last-child {
    border-bottom: 1px solid #e9e9e9;
}

#empresa a:hover {
    color: #e9e9e9;    
}

#miniaturas {
    margin-top: 50px;
    width: 540px;
    height: 80px;
    padding: 5px;
    position: relative;
    margin-left: -18px;
}

#miniaturas img {
    width: 80px;
    height: 80px;
    margin-left: 6px;
    padding: 4px;
    border: 1px solid #e9e9e9;
}

#miniaturas img:first-child {
    margin-left: 15px;
}



/* CALENDARIO */

.ui-datepicker {
	width: 195px;
	display: none;
        background-color: grey;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	width: 50px;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -13px;
	top: 50%;
	margin-top: -6px;
        color: #ddd;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 11px;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
	width: 100%;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 49%;
}
.ui-datepicker table {
	width: 100%;
	font-size: 9px;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: center;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

.ui-widget {
	font-family: Verdana,Arial,sans-serif;
	font-size: 12px;
}
.ui-widget .ui-widget {
	font-size: 11px;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Verdana,Arial,sans-serif;
	font-size: 11px;
}
.ui-widget-content {
	border: 1px solid #aaaaaa;
	background: #ffffff 50% 50% repeat-x;
	color: #222222;
        font-size: 10px;
}
.ui-widget-content a {
	color: #222222;
}
.ui-widget-header {
	border: 1px solid #aaaaaa;
	background: #316a91 50% 50% repeat-x;
	color: #222222;
	font-weight: bold;
        font-size: 10px;
        color: white;
}
.ui-widget-header a {
	color: #222222;
}



/* CARRUSEL */

.carousel {
  position: relative;
}

.carousel-inner {
  position: absolute;
  width: 100%;
  overflow: hidden;
  height: 320px;
}

.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
          transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: inline-block;
  height: 320px;
  width: 720px;
  line-height: 1;
  overflow: hidden;
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
  overflow: hidden;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 5px;
  left: 0;
  width: 8%;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  opacity: 0.8;
  filter: alpha(opacity=50);
  margin-bottom: -326px;
}

.carousel-control.left {
  background-color: rgba(0, 0, 0, 0.0001);
  background-color: transparent;
  background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
  right: 0;
  left: auto;
  background-color: rgba(0, 0, 0, 0.5);
  background-color: transparent;
  background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-control:hover,
.carousel-control:focus {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.carousel-control .glyphicon,
.carousel-control .icon-prev,
.carousel-control .icon-next {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}

.girar img {
    transform:rotate(180deg);
    -ms-transform:rotate(180deg);
    -webkit-transform:rotate(180deg);
}

.carousel-control img {
    width: 20px;
    height: 20px;
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 7%;
  z-index: 15;
  width: 220px;
  padding-left: 0;
  margin-left: -60px;
  text-align: center;
  list-style: none;
  margin-bottom: -325px;
}

.carousel-indicators li {
  display: inline-block;
  width: 8px;
  height: 8px;
  text-indent: -999px;
  cursor: pointer;
  border: 3px solid #e9e9ea;
  border-radius: 10px;
}

.carousel-indicators .active {
  width: 8px;
  height: 8px;
  margin: 0;
  background-color: #00AEEF;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
  text-shadow: none;
}

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0);
}

.ui-front {
	z-index: 100;
}

.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}

.ui-menu {
	list-style: none;
	padding: 2px;
	margin: 0;
	display: block;
	outline: none;
        width: 190px !important;
}
.ui-menu .ui-menu {
	margin-top: -3px;
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	padding: 0;
	width: 100%;
	/* support: IE10, see #8844 */
	list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
.ui-menu .ui-menu-divider {
	margin: 5px -2px 5px -2px;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-menu-item a {
	text-decoration: none;
	display: block;
	padding: 2px .4em;
	line-height: 1.5;
	min-height: 0; /* support: IE7 */
	font-weight: normal;
        font-size: 11px;
        border-right: none;
}
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px;
}

.ui-menu .ui-state-disabled {
	font-weight: normal;
	margin: .4em 0 .2em;
	line-height: 1.5;
}
.ui-menu .ui-state-disabled a {
	cursor: default;
}

.accordion {
  margin-bottom: 20px;
  margin-top: 15px;
}

.accordion-group {
  margin-bottom: 2px;
  /*border: 1px solid #e5e5e5;*/
  border-radius: 4px;
}

.accordion-heading {
  border-bottom: 0;
}

.accordion-heading a {
    color: #347099;
    font-size: 14px;
    font-weight: bold;
}

.accordion-heading .accordion-toggle {
  display: block;
  padding: 4px 15px;
  cursor: pointer;
}

.accordion-inner {
  padding: 9px 15px;
  /*border-top: 0px solid #e5e5e5;*/
}

.collapse {
display: none;
}

.collapse.in {
  display: block;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
          transition: height 0.35s ease;
}

#vueltadiv {
    display: none;
}

.ui-state-disabled {
    color: #ccc;
}