@import url(https://fonts.googleapis.com/css?family=Gruppo);

html {
    height:100%;
    width: 100%;
    background-color: #fbfbfb;
}

body {
    font-family: 'Gruppo', Arial;
    margin: 0;
    height:100%;
    width: 100%;
}

#page {
    height:100%;
    width: 100%;
}

#header {
    width: 100%;
    height: 36px;
    background-color: #313131;
}

.headerLink {
    font-size: 24px;
    color: #ffffff;
    text-decoration: none;
}

.headerLink2 {
    color: #ffffff;
    text-decoration: none;
}

#headerTemplate {
    height: 36px;
    margin-top: -14px !important;
}

#content { 
    background-color: #fbfbfb;
    width: 100%;
    padding-bottom: 50px;
}

#footer { 
    width: 100%;
    text-align: center;
    position: fixed;
    bottom: 0;
    background-color: #fbfbfb;
}

#header img {
    display: block;
    height: auto;
    max-width: 100%;
    margin: auto;
}

#header h1 {
    color: #ffffff;
    font-size: 26px;
    text-align: center;
}

#header a {
    margin:0px;
    padding: 0px;
}

#titulo {
    text-align: center;
}

#titulo img {
    display: inline-block;
    vertical-align: middle;
}

#titulo h2 {
    display: inline-block;
    vertical-align: middle;
    color: #5c717c;
    font-size: 24px;
    height: 32px;
    margin: 0;
}

#tablaResultadosBusqueda {
    margin-left: 30px;
    margin-right: 30px;
}

#form {
    margin-left: 30px;
    margin-right: 30px;
}

#map {
    height: 70%;
    width: 100%;
    left: 0;
    position: absolute;
    top: 140px;
    bottom: 0;
    background-color: #fbfbfb !important;
}

.footerText {
    font-size: 22px;
    color: #333333;
}

.footerLink {
    font-size: 22px;
    color: #c00001;
    text-decoration: none;
}

.footerLink:hover {
    color: #990000;
}

.link {
    color: black;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
}

.link:hover {
    color: #f9af48;
}

.link img {
    padding-right: 10px;
    vertical-align: middle;
}

.linkDerecha {
    color: black;
    text-decoration: none;
    font-size: 18px;
}

.linkDerecha:hover {
    color: #f9af48;
}

.linkDerecha img {
    padding-left: 10px;
    vertical-align: middle;
}

.ui-commandlink {
    color: black;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
}
.ui-commandlink:hover {
    color: #f9af48;
}

.ui-commandlink img {
    padding-left: 10px;
    vertical-align: middle;
}

.ui-commandlink-derecha {
    color: black;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
}

.ui-commandlink-derecha:hover {
    color: #f9af48;
}

.ui-commandlink-derecha img {
    padding-left: 10px;
    vertical-align: middle;
}

.ui-widget-content {
    border: 0 !important;
    background-color: #fbfbfb;
}

.ui-widget, .ui-widget .ui-widget {
    font-family: 'Gruppo', Arial;
    font-size: 17px;
}

.ui-fileupload-buttonbar {
    background-color: #fbfbfb;
    border: none;
    padding-top: 0px !important;
}

.ui-fileupload-content {
    background-color: #fbfbfb;
}

.ui-helper-hidden {
    background-color: #fbfbfb !important;
}

.ui-link {
    color: black;
    text-decoration: none;
    text-align: center;
    padding-right: 20px;
}

.ui-link:hover {
    color: #f9af48;
}

.ui-icon-save {
    background-image: url("resources/images/guardar.png") !important;;
}

.map-button {
    direction: ltr; 
    overflow: hidden;
    text-align: center; 
    position: relative; 
    color: rgb(86, 86, 86);
    font-family: Roboto, Arial, sans-serif; 
    -webkit-user-select: none; 
    font-size: 11px; 
    padding: 8px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-top-left-radius: 2px; 
    border-top-right-radius: 2px; 
    -webkit-background-clip: padding-box; 
    box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px; 
    min-width: 28px; 
    background-color: rgb(255, 255, 255);
    background-clip: padding-box;
    margin: 10px; 
    z-index: 0; 
    cursor: pointer; 
}

.map-button:hover {
    background-color: rgb(235,235,235);
}

.map-button-left {
    direction: ltr; 
    overflow: hidden;
    text-align: center; 
    position: relative; 
    color: rgb(86, 86, 86);
    font-family: Roboto, Arial, sans-serif; 
    -webkit-user-select: none; 
    font-size: 11px; 
    padding: 8px;
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px; 
    -webkit-background-clip: padding-box; 
    box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px; 
    min-width: 28px; 
    background-color: rgb(255, 255, 255);
    background-clip: padding-box;
    margin-left: 10px; 
    margin-top: 10px;
    margin-bottom: 10px;
    z-index: 0; 
    cursor: pointer; 
}

.map-button-left:hover {
    background-color: rgb(235,235,235);
}

.map-button-center {
    direction: ltr; 
    overflow: hidden;
    text-align: center; 
    position: relative; 
    color: rgb(86, 86, 86);
    font-family: Roboto, Arial, sans-serif; 
    -webkit-user-select: none; 
    font-size: 11px; 
    padding: 8px;
    -webkit-background-clip: padding-box; 
    box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px; 
    min-width: 28px; 
    background-color: rgb(255, 255, 255);
    background-clip: padding-box;
    margin-top: 10px;
    margin-bottom: 10px;
    z-index: 0; 
    cursor: pointer; 
}

.map-button-center:hover {
    background-color: rgb(235,235,235);
}

.map-button-right {
    direction: ltr; 
    overflow: hidden;
    text-align: center; 
    position: relative; 
    color: rgb(86, 86, 86);
    font-family: Roboto, Arial, sans-serif; 
    -webkit-user-select: none; 
    font-size: 11px; 
    padding: 8px;
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px; 
    -webkit-background-clip: padding-box; 
    box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px; 
    min-width: 28px; 
    background-color: rgb(255, 255, 255);
    background-clip: padding-box;
    margin-right: 10px; 
    margin-top: 10px;
    margin-bottom: 10px;
    z-index: 0; 
    cursor: pointer; 
}

.map-button-red {
    background-color: #e63900;
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    padding: 10px;
}

.map-button-red:hover {
    background-color: #ff8c66;
}

.map-button-right:hover {
    background-color: rgb(235,235,235);
}

.ui-helper-hidden {
    background-color: white;
}

.ui-fileupload-content {
    width: 100%;
    margin: 0 auto;
}

.ui-dialog-footer {
    margin-left: 10px;
}

@media screen and (max-width: 40.1em) {
    .imagenCabeceraDerecha {
        display: none !important;
    }
}

@media screen and (max-height: 650px) {
    #footer { display: none; }
}