﻿/* File Created: noviembre 3, 2014 */

      body {
        padding-top: 60px;
        padding-bottom: 40px;
      }
 
        html, body, #mapDiv {
            height: 100%;
            margin: 0;
            padding: 0;
        }
          
        .gm-style .gm-style-cc span, .gm-style .gm-style-cc a, .gm-style .gm-style-mtc div {
            font-size: 10px;
        }

        @media print {
        .gm-style .gmnoprint, .gmnoprint {
            display: none;
        }
        }
        @media screen {
        .gm-style .gmnoscreen, .gmnoscreen {
            display: none;
        }
        }


        .letraNaranja
        {
            color: #FFC503;
            }
            
        .letraRoja
        {
            color: #CC2711;
            }
            
        .gm-style {
            font-family: Roboto,Arial,sans-serif;
            font-size: 11px;
            font-weight: 400;
            text-decoration: none;
        }

        div.login-control {
            box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.298);
            color: white;
            font-family: Roboto,Arial;
            font-size: 11px;
            font-weight: 500;
            margin-right: 10px;
            margin-top: 10px;
        }
        div.login {
            background-color: #5f84f2;
            border-radius: 2px;
            cursor: pointer;
            padding: 4px 8px;
        }
        .gm-style .login-control .tooltip-anchor {
            -moz-user-select: text;
            color: #5b5b5b;
            display: none;
            font-family: Roboto,Arial;
            font-size: 12px;
            font-weight: normal;
            width: 50%;
        }
        .gm-style .login-control:hover .tooltip-anchor {
            display: inline;
        }
        .gm-style .login-control .tooltip-content {
            background-color: white;
            font-weight: normal;
            left: -150px;
            width: 150px;
        }
        html[dir="rtl"] .gm-style .login-control .tooltip-content {
            right: -20px;
        }
        div.login a:link {
            color: inherit;
            text-decoration: none;
        }
        div.login a:visited {
            color: inherit;
        }
        div.login a:hover {
            text-decoration: underline;
        }
        div.email-account-learn {
            float: left;
        }
        div.email {
            font-size: 12px;
            font-weight: 500;
            padding: 6px;
        }
        div.profile-photo {
            border-radius: 2px;
            height: 28px;
            overflow: hidden;
            width: 28px;
        }
        div.profile-photo-light {
            background-color: white;
        }
        div.profile-photo-light div {
            color: black;
        }
        div.profile-photo-dark {
            background-color: black;
        }
        div.profile-photo-dark:hover {
            background-color: white;
            color: black;
        }
        div.profile-photo:hover {
            width: auto;
        }
        div.profile-email:hover {
            height: 52px;
        }
        a.profile-photo-link-float {
            float: left;
        }
        div.profile-photo a {
            height: 24px;
            margin-left: 8px;
            margin-right: 8px;
            margin-top: 6px;
            overflow: hidden;
        }
        div.profile-photo a {
            color: #3a84df;
            text-decoration: none;
        }
        div.profile-photo a:hover {
            text-decoration: underline;
        }
        div.profile-photo img {
            float: right;
            padding-left: 2px;
            padding-right: 2px;
            padding-top: 2px;
            width: 24px;
        }



        .gm-style .place-card div, .gm-style .place-card a, .gm-style .default-card div, .gm-style .default-card a {
            -moz-user-select: text;
            background-color: white;
            color: #5b5b5b;
            font-family: Roboto,Arial;
            font-size: 12px;
        }
        .gm-style .place-card, .gm-style .default-card, .gm-style .directions-card {
            cursor: default;
        }
        .gm-style .place-card-large {
            padding: 9px 4px 9px 11px;
        }
        .gm-style .place-card-medium {
            padding: 9px 11px;
            width: auto;
        }
        .gm-style .default-card {
            padding: 5px 14px;
        }
        .gm-style .place-card a:link, .gm-style .default-card a:link, .gm-style .directions-card a:link {
            color: #3a84df;
            text-decoration: none;
        }
        .gm-style .place-card a:visited, .gm-style .default-card a:visited, .gm-style .directions-card a:visited {
            color: #3a84df;
        }
        .gm-style .place-card a:hover, .gm-style .default-card a:hover, .gm-style .directions-card a:hover {
            text-decoration: underline;
        }
        .gm-style .place-desc-large {
            display: inline-block;
            width: 200px;
        }
        .gm-style .place-desc-medium {
            display: inline-block;
        }
        .gm-style .place-card .place-name {
            color: black;
            font-size: 14px;
            font-weight: 500;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
        html[dir="rtl"] .gm-style .place-name {
            padding-right: 5px;
        }
        .gm-style .place-card .address {
            margin-top: 6px;
        }
        .gm-style .place-card .phone-number {
            padding-bottom: 7px;
            padding-top: 7px;
        }
        .gm-style .place-card .ad-details .visurl .ad-icon {
            background-color: #edb802;
            border-radius: 2px;
            color: white;
            font-size: 9px;
            font-weight: 500;
            margin-right: 5px;
            padding: 0 2px 0 3px;
            position: relative;
            top: -1px;
        }
        .gm-style .place-card .ad-details .visurl .url {
            background-color: white;
            color: #3a84df;
            font-family: Roboto,Arial;
            font-size: 12px;
        }
        .gm-style .place-card .ad-details .visurl .why-these-ads {
            background-color: white;
            display: inline-block;
            float: right;
            height: 18px;
            margin-right: 17px;
            margin-top: 1px;
            overflow: hidden;
            vertical-align: top;
            width: 18px;
        }
        .gm-style .tooltip-anchor {
            float: right;
            position: relative;
            width: 100%;
            z-index: 1;
        }
        .gm-style .star-entity .tooltip-anchor, .gm-style .star-entity-medium .tooltip-anchor, .gm-style .navigate .tooltip-anchor {
            display: none;
            width: 50%;
        }
        .gm-style .star-entity:hover .tooltip-anchor, .gm-style .star-entity-medium:hover .tooltip-anchor, .gm-style .navigate:hover .tooltip-anchor {
            display: inline;
        }
        .gm-style .wta-anchor {
            display: inline;
            float: right;
            position: relative;
        }
        .gm-style .wta-anchor > .tooltip-tip-inner, .gm-style .wta-anchor > .tooltip-tip-outer, .gm-style .tooltip-anchor > .tooltip-tip-inner, .gm-style .tooltip-anchor > .tooltip-tip-outer {
            background-color: transparent;
            border-left: 8px solid transparent;
            border-right: 8px solid transparent;
            height: 0;
            left: -8px;
            position: absolute;
            width: 0;
        }
        .gm-style .wta-anchor > .tooltip-tip-inner, .gm-style .wta-anchor > .tooltip-tip-outer {
            left: -31px;
        }
        .gm-style .wta-anchor > .tooltip-tip-outer, .gm-style .tooltip-anchor > .tooltip-tip-outer {
            border-bottom: 8px solid #cbcbcb;
        }
        .gm-style .wta-anchor > .tooltip-tip-inner, .gm-style .tooltip-anchor > .tooltip-tip-inner {
            border-bottom: 8px solid white;
            top: 1px;
            z-index: 1;
        }
        .gm-style .tooltip-content {
            border: 1px solid rgba(0, 0, 0, 0.2);
            border-radius: 2px;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
            left: -70px;
            line-height: 137%;
            margin: 0;
            padding: 10px 12px 10px 13px;
            position: absolute;
            top: 8px;
            width: 210px;
        }
        html[dir="rtl"] .gm-style .tooltip-content {
            left: -10px;
        }
        .gm-style .star-entity-medium .tooltip-content {
            width: 110px;
        }
        .gm-style .wta-info {
            border: 1px solid rgba(0, 0, 0, 0.2);
            border-radius: 2px;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
            left: -252px;
            line-height: 137%;
            margin: 0;
            padding: 10px 12px 10px 13px;
            position: absolute;
            top: 8px;
            width: 310px;
        }
        .gm-style .wta-info .line2 {
            padding-top: 12px;
        }
        .gm-style .wta-info .line2 .ad-settings-link {
            color: #3a84df;
        }
        .gm-style .navigate {
            display: inline-block;
            height: 43px;
            padding: 0 7px;
            vertical-align: top;
        }
        .gm-style .navigate-link {
            display: block;
        }
        .gm-style .place-card .navigate-text, .gm-style .place-card .star-entity-text {
            color: #3a84df;
            font-size: 12px;
            margin-top: 5px;
            max-width: 55px;
            overflow: hidden;
            text-align: center;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
        .gm-style .place-card .hidden {
            height: 0;
            margin: 0;
            overflow: hidden;
            padding: 0;
        }
        .gm-style .navigate-icon {
            height: 22px;
            margin: 0 auto;
            overflow: hidden;
            width: 22px;
        }
        .gm-style .navigate-icon {
            border: 0 none;
        }
        .gm-style .navigate-separator {
            background: -moz-linear-gradient(center top , #fbfbfb, #e2e2e2, #fbfbfb) repeat scroll 0 0 rgba(0, 0, 0, 0);
            display: inline-block;
            height: 43px;
            vertical-align: top;
            width: 1px;
        }
        .gm-style .star-entity {
            display: inline-block;
            height: 43px;
            padding: 0 7px;
            vertical-align: top;
        }
        .gm-style .star-entity .star-button {
            cursor: pointer;
        }
        .gm-style .star-entity-medium {
            display: inline-block;
            float: right;
            height: 17px;
            margin-top: 1px;
            vertical-align: top;
            width: 17px;
        }
        .gm-style .star-entity:hover .star-entity-text {
            text-decoration: underline;
        }
        .gm-style .star-entity-icon-large {
            height: 22px;
            margin: 0 auto;
            overflow: hidden;
            width: 22px;
        }
        .gm-style .star-entity-icon-medium {
            height: 17px;
            margin: 0 auto;
            overflow: hidden;
            top: 0;
            width: 17px;
        }
        .gm-style .can-star-large {
            cursor: pointer;
            height: 22px;
            margin: 0 auto;
            overflow: hidden;
            position: relative;
            width: 22px;
        }
        .gm-style .logged-out-star, .logged-out-star:hover {
            cursor: pointer;
            height: 22px;
            margin: 0 auto;
            overflow: hidden;
            position: relative;
            width: 22px;
        }
        .gm-style .is-starred-large {
            cursor: pointer;
            height: 22px;
            margin: 0 auto;
            overflow: hidden;
            position: relative;
            width: 22px;
        }
        .gm-style .can-star-medium {
            cursor: pointer;
            height: 17px;
            position: relative;
            top: -2px;
        }
        .gm-style .is-starred-medium {
            cursor: pointer;
            height: 17px;
            position: relative;
            top: -2px;
        }
        .gm-style .review-box {
            padding-top: 5px;
        }
        .gm-style .place-card .review-box-link {
            padding-left: 8px;
        }
        .gm-style .place-card .review-number {
            color: #e7711b;
            display: inline-block;
            font-size: 14px;
            font-weight: 500;
        }
        .gm-style .rating-star {
            display: inline-block;
            height: 11px;
            overflow: hidden;
            width: 11px;
        }
        .gm-style .directions-card {
            -moz-user-select: text;
            background-color: white;
            color: #5b5b5b;
            font-family: Roboto,Arial;
        }
        .gm-style .directions-card-medium-large {
            height: 71px;
            padding: 10px 11px;
        }
        .gm-style .directions-info {
            padding-left: 25px;
        }
        .gm-style .directions-waypoint {
            height: 20px;
        }
        .gm-style .directions-address {
            color: black;
            font-size: 13px;
            font-weight: 400;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
        .gm-style .directions-icon {
            float: left;
            height: 50px;
            padding-top: 2px;
            vertical-align: top;
            width: 20px;
        }
        .gm-style .directions-icon div {
            height: 45px;
            overflow: hidden;
            width: 15px;
        }
        .gm-style .directions-separator {
            background-color: #ccc;
            height: 1px;
            margin-bottom: 4px;
            margin-top: 3px;
            position: relative;
        }
        .gm-style .place-card-large .google-maps-link {
            margin-top: 5px;
        }
        .gm-style .icon {
            background: url("https://maps.gstatic.com/mapfiles/embed/images/entity8.png") repeat scroll 0 0 / 70px 210px rgba(0, 0, 0, 0);
        }
        @media not all, (min-resolution: 1.2dppx), (min-resolution: 116dpi) {
        .gm-style .icon {
            background: url("https://maps.gstatic.com/mapfiles/embed/images/entity8_hdpi.png") repeat scroll 0 0 / 70px 210px rgba(0, 0, 0, 0);
        }
        }
        .gm-style .navigate-icon {
            background-position: 0 0;
        }
        .gm-style .navigate:hover .navigate-icon {
            background-position: 48px 0;
        }
        .gm-style .can-star-large {
            background-position: 70px 187px;
        }
        .gm-style .star-button:hover .can-star-large {
            background-position: 48px 187px;
        }
        .gm-style .logged-out-star {
            background-position: 96px 187px;
        }
        .gm-style .star-button:hover .logged-out-star {
            background-position: 96px 187px;
        }
        .gm-style .is-starred-large {
            background-position: 0 166px;
        }
        .gm-style .rating-full-star {
            background-position: 48px 165px;
        }
        .gm-style .rating-half-star {
            background-position: 35px 165px;
        }
        html[dir="rtl"] .gm-style .rating-half-star {
            background-position: 10px 165px;
        }
        .gm-style .rating-empty-star {
            background-position: 23px 165px;
        }
        .gm-style .directions-icon {
            background-position: 0 144px;
        }
        .gm-style .hovercard-personal-icon-home {
            background-position: 96px 102px;
        }
        .gm-style .hovercard-personal-icon-work {
            background-position: 96px 79px;
        }
        .gm-style .can-star-medium {
            background-position: 0 36px;
        }
        .gm-style .can-star-medium:hover {
            background-position: -17px 36px;
        }
        .gm-style .logged-out-star-medium {
            background-position: 36px 36px;
        }
        .gm-style .star-button:hover .logged-out-star-medium {
            background-position: 36px 36px;
        }
        .gm-style .is-starred-medium {
            background-position: 0 19px;
        }
        .gm-style .info {
            background-position: 19px 36px;
            height: 30px;
            width: 30px;
        }
        .saved-from-source-link {
            margin-top: 5px;
            max-width: 331px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }



        
        .gm-inset {
            display: inline-block;
        }
        .gm-inset-container {
            border-radius: 3px;
            border-style: solid;
            border-width: 2px;
            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
            box-sizing: border-box;
            overflow: hidden;
            position: relative;
        }
        .gm-inset-unexpanded:hover .gm-inset-container {
            border-width: 4px;
            margin: -2px;
            width: 46px;
        }
        .gm-inset-unexpanded:hover .gm-inset-container.gm-inset-container-small {
            width: 37px;
        }
        .gm-inset-expanded .gm-inset-container {
            box-sizing: content-box;
            margin: -2px;
            transition: width 0.1s ease-out 0s;
            width: 100%;
        }
        .gm-inset-map:hover .gm-inset-shadow {
            background-color: black;
            bottom: 0;
            height: 100%;
            left: 0;
            opacity: 0.6;
            position: absolute;
            width: 100%;
        }
        .gm-inset-map:hover .gm-inset-triangle {
            border-bottom: 4px solid transparent;
            border-left: 4px solid white;
            border-top: 4px solid transparent;
            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
            height: 0;
            left: 28px;
            position: absolute;
            top: 16px;
            width: 0;
        }
        .gm-inset-container-small .gm-inset-map:hover .gm-inset-triangle {
            left: 19px;
            top: 11px;
        }
        .gm-inset-map {
            cursor: pointer;
            display: table-cell;
        }
        .gm-inset-expanded .gm-inset-map {
            display: table-cell;
            padding: 2px;
        }
        .gm-inset-expanded .gm-inset-map:hover {
            border: 1px solid gray;
            border-radius: 2px;
            display: table-cell;
            padding: 1px;
        }
        .gm-inset-map-impl {
            height: 38px;
            width: 38px;
        }
        .gm-inset-container-small .gm-inset-map-impl {
            height: 29px;
            width: 29px;
        }
        
        
        /* Bootstrap  */

        .bs-callout 
        {
             background: URL("/Imagenes/Fondo/bg04.jpg") repeat; 
          /* background: #DFECFA;*/
          -moz-border-bottom-colors: none;
          -moz-border-left-colors: none;
          -moz-border-right-colors: none;
          -moz-border-top-colors: none;
          border-color: #eee; /* #5BC0DE eee  */  
          border-image: none;
          border-radius: 3px;
          border-style: solid;
          border-width: 1px 1px 1px 5px;
          margin: 20px 0;
          padding: 20px;
        }
        
        .bs-callout-info {
          border-left-color: #5bc0de;
        }
        
        
        .top-border-control 
        {
            padding-top: 50px;
  display: block;
  position: relative;
}


.cssgradients {
  background-image: -moz-linear-gradient(left center , #a85e6c 0%, #a85e6c 12.5%, #e37f52 12.5%, #e37f52 25%, #ef9f48 25%, #ef9f48 37.5%, #9cb641 37.5%, #9cb641 50%, #009484 50%, #009484 62.5%, #21acb8 62.5%, #21acb8 75%, #3498db 75%, #3498db 87.5%, #8fa0ae 87.5%, #8fa0ae 100%);
  display: block;
  height: 10px;
  z-index: 5;
}



