@charset "utf-8";
/* CSS Document */

/* RESET STYLES */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* END RESET */ 

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000;
}
a:link {
	color: #000;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;
}
body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
	overflow:hidden;
}
b{
	font-weight:bold;
}
h1 {
	color: #FFFFFF;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 17px;
    margin: 5px 0 0 8px;
    padding: 0;
    text-transform: uppercase;
}
h2 {
	font-size: 1.4em;
}
h3 {
	font-size: 1.3em;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1.1em;
}
h6 {
	font-size: 0.9em;
}

/* ------------ HEADER ------------ */

.header{
	background-color: #246175;
    height: 60px;
    position: relative;
    width: 100%;
}
.logo{
	width:315px;
	height:50px;
	background-image:url(../images/top_logo.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding:5px;
	margin-left:10px;
	float:left;
}
.logo_i{
	width:315px;
	height:50px;
	background-image:url(../images/top_logo_i.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding:5px;
	margin-left:10px;
	float:left;
}
.logo_link{
	width:315px;
	height:50px;
}

.ciudad-destino{
    color: #EEEEEE;
    float: left;
    font-size: 14px;
    padding-top: 16px;
    text-shadow: 1px 1px 1px #000000;
}

/* ------------ CUERPO ------------ */
.cuerpo{
	float:left;
	width:100%;
}
#map_canvas {
	height: 100%;
	width:100%;
	margin: 0;
	padding: 0;
	left: 0;
    top: 60px;
} 
/* ----------- COL DERECHA --------- */

.col-derecha{
	width:273px;
	float:right;
	background-color: #858585;
}
.top-verde{
	background-color: #1A4655; /* AR:#052739 CL:#560810 UR:#1A4655 */
	padding-bottom: 5px;
    padding-top: 5px;
}
.top-verde table tr td{
	background-color:transparent;
	vertical-align: middle;
}
.top-verde table tr td a img{
	padding:2px;
}
.top-verde table tr td img{
	padding:2px;
}
.titulo{
	color: #3BBFB6; /* AR:#0D3A4F CL:#EE6022 UR:#3BBFB6 */
	font-size: 0.7em;
    margin-bottom: 8px;
    margin-left: 8px;
    margin-top: 2px;
}
/* AGREGAR PARADA OBLIGATORIA */
#add-stop-btn{
	background-image:url(../images/Google-Maps-icon24x24.png);
	background-repeat: repeat-x;
	background-position: 0 0;
	width:24px;
	height:24px;
	position:relative;
	top: -60px;
	left: -242px;
	float:right;
	cursor:pointer;
}
#sub-form-search{
	border: 5px solid #858585;
	display:none;
	position:absolute;
	background-color:#246175; /* AR:#0D3A4F CL:#A80C25 UR:#246175 */
	z-index:999;
}
#sub-form-search input{
	width:220px;;
}
#sub-form-search i{
	font-size:0.9em;
	color:#FFF;
	font-weight: bold;
	text-transform:uppercase;
    padding: 5px;
	background-color: #3BBFB6; /* AR:#66CC00 CL:#F9B804 UR:#3BBFB6 */
    height: 13px;
    width: 220px;
	display:block;
}
.sub-form-search-flecha{
	background-image:url(../images/flecha_to_right.png);
	background-repeat: no-repeat;
	background-position: left center;
	width:8px;
	height:17px;
	position:absolute;
	right:-12px;
	top:0px;
	z-index:999;
}
.add-waypoint{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #FFF;
	cursor:pointer;
	text-transform:uppercase;
	padding: 5px;
    text-align: center;
	float:left;
}
.listo-waypoint{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #3BBFB6; /* AR:#66CC00 CL:#EE6022 UR:#3BBFB6 */
	cursor:pointer;
	text-transform:uppercase;
	padding: 5px;
    text-align: center;
	font-weight:bold;
	float:right;
}
.alert-waypoint{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #3BBFB6; /* AR:#66CC00 CL:#F9B804 UR:#3BBFB6 */
	padding: 5px;
    text-align: center;
	display:none;
	width:220px;
}
/* FORM */
#search{
	margin:5px;
	background-color:#246175; /* AR:#0D3A4F CL:#a80c25 UR:#246175*/
}
#search table{
	width:100%;
}
#search legend{
	width:263px;
	height:26px;
	background-color:#3BBFB6; /* AR:#66CC00 CL:#F9B804 UR:#3BBFB6*/
}
#search legend img{
	margin:4px;
}
#search label{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #FFF;
	display: block;
	float:right;
	padding-left: 4px;
    padding-right: 4px;
}
#search input{
	background-image:url(../images/bg_input.jpg);
	background-repeat: repeat-x;
	background-position: 0 0;
	border: medium none;
    font-size: 0.7em;
    height: 13px;
    padding: 3px;
	margin: 2px;
	vertical-align: middle;
}
#search #submit{
	background-image:url(../images/btn_buscar.jpg);
	background-repeat: repeat-x;
	background-position: left center;
	width:64px;
	height:22px;
	color:#FFF;
	text-transform:uppercase;
	text-align:center;
	cursor:pointer;
}
#search select{
	background-image:url(../images/bg_input.jpg);
	background-repeat: repeat-x;
	background-position: 0 0;
	border: medium none;
    font-size: 0.7em;
    height: 21px;
    padding: 3px;
	margin: 2px;
	vertical-align: middle;
}
#search option{
}
#search span{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #FFF;
}
.pac-container{
	font-size:0.7em;
}
.pac-item{
}
.pac-item:hover{
}
/* Bottom-Verde */
.bottom-verde{
	overflow:auto;
}
/* directionsPanel */
#directionsPanel{
	background-color:#858585;
	font-size:10px;
}
#directionsPanel table{
	background-color:#858585;
}
.adp-listheader{
	background-color: #3BBFB6; /* AR:#66CC00 CL:#F9B804 UR:#3BBFB6 */
	color:#FFF;
}
.adp-list{
	padding:0;
	margin:6px;
	border:0;
}
.adp-fullwidth tr{
	background-color: #246175; /* AR:#0D3A4F CL:#A80C25 UR:#246175 */
}
.adp-listinfo{
	display:block;
	padding: 3px;
	color:#FFF;
}
.adp-listinfo:hover{
	background-color:#4C727D; /* AR:#10584C CL:#F05F1C UR:#4C727D */
	color:#FFF;
}
.adp-listsel{
	background-color:#1A4655; /* AR:#052739 CL:#560810 UR:#1A4655 */
	color:#FFF;
}
/* mensjae de alerta */
.adp-warnbox {
	padding:0;
    margin: 6px;
}
/* tabla de donde esta el iconito de origen */
#adp-placemark{
	border:1px solid #1A4655; /* AR:#052739 CL:#052739 UR:#1A4655 */
	padding:3px;
    margin: 0px;
	margin-left: 6px;
	margin-right: 6px;
}
.adp-placemark{
	border:1px solid #1A4655; /* AR:#052739 CL:#052739 UR:#1A4655 */
	margin: 0px;
	margin-left: 6px;
	margin-right: 6px;
}
.adp-placemark td{
	vertical-align:middle;
	background-color: #246175; /* AR:#0D3A4F CL:#A80C25 UR:#246175 */
}
/* resumen del viaje, km y tiempo aprox */
.adp-summary {
    background-color: #1A4655; /* AR:#052739 CL:#560810 UR:#1A4655 */
    color: #3BBFB6; /* AR:#66CC00 CL:#F9B804 UR:#3BBFB6 */
    margin: 0 6px;
    padding: 6px;
}
/* tabla con la lista de puntos */
.adp-directions{
	margin: 0px;
	margin-left: 6px;
	margin-right: 6px;
    padding: 6px;
}
.adp-directions tr{
	background-color: #246175; /* AR:#0D3A4F CL:#A80C25 UR:#246175 */
}
.adp-directions tr:hover{
	background-color: #4C727D; /* AR:#10584C CL:#F05F1C UR:#4C727D */
}
.adp-step, .adp-text, .adp-substep {
    color: #FFFFFF;
	border-top: 1px solid #1A4655;  /* AR:#052739 CL:#560810 UR:#1A4655 */ 
}
.adp-legal {
    color: #CCCCCC;
    padding: 6px;
}
/*baners 234*60 IDZONA 169 - FUENTE*/

/* INFOWINDOW WA */
.infowindowGM_wa{
	height:90px;
	width:197px;
	background-color:#0D3A4F; /* AR:#0D3A4F CL:#560810 UR:#1A4655 */
}
.IWGM-welcome_wa{
	background-color: #66CC00; /* AR:#66CC00 CL:#F9B804 UR:#3BBFB6 */
    color: #FFFFFF;
    font-family: Arial,Helvetica;
    font-size: 0.8em;
    font-weight: bold;
    padding: 5px;
    text-align: center;
    text-transform: uppercase;
}
.IWGM-pais_wa{
	font-family: Arial,Helvetica;
    font-size: 0.7em;
	color:#66CC00; /* AR:#66CC00 CL:#F9B804 UR:#3BBFB6 */
	text-align:center;
	padding:3px;
}
/* INFOWINDOW WC */
.infowindowGM_wc{
	height:90px;
	width:197px;
	background-color:#560810; /* AR:#0D3A4F CL:#560810 UR:#1A4655 */
}
.IWGM-welcome_wc{
	background-color: #F9B804; /* AR:#66CC00 CL:#F9B804 UR:#3BBFB6 */
    color: #FFFFFF;
    font-family: Arial,Helvetica;
    font-size: 0.8em;
    font-weight: bold;
    padding: 5px;
    text-align: center;
    text-transform: uppercase;
}
.IWGM-pais_wc{
	font-family: Arial,Helvetica;
    font-size: 0.7em;
	color:#F9B804; /* AR:#66CC00 CL:#F9B804 UR:#3BBFB6 */
	text-align:center;
	padding:3px;
}
/* INFOWINDOW WU */
.infowindowGM_wu{
	height:90px;
	width:197px;
	background-color:#1A4655; /* AR:#0D3A4F CL:#560810 UR:#1A4655 */
}
.IWGM-welcome_wu{
	background-color: #3BBFB6; /* AR:#66CC00 CL:#F9B804 UR:#3BBFB6 */
    color: #FFFFFF;
    font-family: Arial,Helvetica;
    font-size: 0.8em;
    font-weight: bold;
    padding: 5px;
    text-align: center;
    text-transform: uppercase;
}
.IWGM-pais_wu{
	font-family: Arial,Helvetica;
    font-size: 0.7em;
	color:#3BBFB6; /* AR:#66CC00 CL:#F9B804 UR:#3BBFB6 */
	text-align:center;
	padding:3px;
}
/* INFOWINDOW GENERAL */
.IWGM-gastronomia {
    text-align: center;
	padding:3px;
}
.IWGM-gastronomia img{
    vertical-align:middle;
}
.IWGM-gastronomia a{
    color: #FFFFFF;
    font-family: Arial,Helvetica;
    font-size: 0.8em;
    padding: 5px;
    text-align: center;
}
.IWGM-alojamiento{
    text-align: center;
	padding:3px;
}
.IWGM-alojamiento img{
	vertical-align:middle;
}
.IWGM-alojamiento a{
    color: #FFFFFF;
    font-family: Arial,Helvetica;
    font-size: 0.8em;
    padding: 5px;
    text-align: center;
}

/* ------------ FOOTER -------------- */

.footer{
	width:100%;
	background: url(../images/pie_ipatsa.gif);
	background-repeat: no-repeat;
	background-position:right center;
	background-color: #246175; /* AR:#0D3A4F CL:#870C20 UR:#246175 */
    bottom: 0px;
	left:0px;   
    height: 33px;
    margin: 0;
    position: absolute;
}
.footer_i{
	width:100%;
	background: url(../images/pie_ipatsa_i.gif);
	background-repeat: no-repeat;
	background-position:right center;
	background-color: #0D3A4F;
    bottom: 0px;
	left:0px;   
    height: 33px;
    margin: 0;
    position: absolute;
}
.footer p{
	font-family: Arial,Helvetica;
    font-size: 0.6em;
	padding: 5px;
    padding-left: 7px;
	color: #FFFFFF;
	line-height: 1.2em;
}
.footer_i p{
	font-family: Arial,Helvetica;
    font-size: 0.6em;
	padding: 5px;
    padding-left: 7px;
	color: #FFFFFF;
	line-height: 1.2em;
}