﻿/*! general.css v1.0.0.0*/
@charset "utf-8";
/* CSS Document */


body {
    background-color: #385D77;
    background-position: center top;
    background-repeat: no-repeat
}


#Cabecera {
    width: 100%;
    padding: 5px 0 0 0;
    height: auto
}

#Men {
    width: 100%;
    padding-top: 0;
    height: auto;
    padding-bottom: 50px;
    background-repeat: repeat-x;
    background-position: center top;
}

#Pie {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: auto;
    padding: 10px 0;
    background-color: rgb(192,224,213);
    border-top: solid 1px #CCC;
    font-size: 12px;
    color: #000;
    text-shadow: #FFF 1px 1px 1px;
    text-align: center;
    z-index: 10;
}

#Cont {
    background-color: #FFF;
    padding: 15px
}

.clear {
    clear: both;
    height: 20px
}

.clear2 {
    clear: both;
    height: 5px
}

#segundobg {
    background-image: url(../images/bg3.png);
    background-position: left top;
    background-repeat: no-repeat;
    width: 100%;
    position: relative;
    padding: 20px;
    padding-bottom: 0px
}

.Intehome {
    width: 99%;
    display: block;
    margin: auto
}

.texto {
    font-size: 12px;
    margin-top: 10px
}

#logo {
    display: block;
    alignment-adjust: central;
    margin: 40px
}

#Menu {
    width: 98%;
    background-color: #000;
    margin: 10px;
    padding-bottom: 20px;
    padding-top: 20px;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.titular {
    font-size: 130%;
    font-weight: bold;
    border-bottom: 1px solid #cccccc;
    padding: 10px 0;
    margin: 5px;
}

.titular1 {
    font-size: 100%;
    font-weight: bold;
    padding: 10px 0;
    margin: 5px;
}

.titular2 {
    font-size: 160%;
    font-weight: 100
}

#subtitular {
    background-color: rgb(192,156,100);
    color: #FFF;
    font-size: 20px;
    text-indent: 15px;
    height: 40px;
    width: 98%;
    line-height: 200%;
    font-weight: 100
}

.menuIzquierdo {
    width: 33%;
}

    .menuIzquierdo > .row {
        background: #f2f2f2;
        font-size: 16px;
        font-weight: bold;
        border: solid 1px #e6e6e6;
    }

    .menuIzquierdo .itemMenuIzquierdo {
        border-bottom: 1px solid #cccccc;
        margin: 0 auto;
        margin-top: 10px;
        margin-bottom: 10px;
        padding-top: 10px;
        padding-bottom: 15px;
        vertical-align: middle;
    }

    .menuIzquierdo > .menuIzquierdo-contenedor > .menuIzquierdo-fila:last-child .itemMenuIzquierdo {
        border-bottom: 0;
    }

    .menuIzquierdo .itemMenuIzquierdo .col-4 {
        padding: 0;
    }

    .menuIzquierdo .itemMenuIzquierdo .imageMenuButton {
        max-height: 40px;
    }

    .menuIzquierdo .itemMenuIzquierdo {
        line-height: 16px;
    }

.clickable {
    cursor: pointer;
}

.iconImage {
    width: 30px;
    height: 30px
}

.imageMenuButton {
    max-height: 203px;
    border-radius: 10px 10px;
}

.novedad {
    border-bottom: 1px solid #cccccc;
    margin-bottom: 25px;
}

    .novedad .imageNovedad {
        width: 90%;
    }

ul.pagination {
    display: block;
    height: 24px;
    margin-left: -5px;
}

    ul.pagination li {
        float: left;
        display: block;
        height: 24px;
        color: #999;
        font-size: 14px;
        margin-left: 5px;
    }

        ul.pagination li a {
            display: block;
            padding: 1px 7px 1px;
            color: #555;
        }

            ul.pagination li:hover a, ul.pagination li a:focus {
                background: #e6e6e6;
            }

        ul.pagination li.unavailable a {
            cursor: default;
            color: #999;
        }

            ul.pagination li.unavailable:hover a, ul.pagination li.unavailable a:focus {
                background: transparent;
            }

        ul.pagination li.current a {
            background: #2ba6cb;
            color: white;
            font-weight: bold;
            cursor: default;
        }

            ul.pagination li.current a:hover, ul.pagination li.current a:focus {
                background: #2ba6cb;
            }

div.pagination-centered {
    text-align: center;
}

    div.pagination-centered ul > li {
        float: none;
        display: inline-block;
    }

@media (max-width: 648px) {
    .menuImagenes {
        display: none !important;
    }

    .menuIzquierdo {
        display: none !important;
    }
}

.tabla_resoluciones {
    font-size: 14px;
}

    .tabla_resoluciones tbody td {
        padding: 5px 0 5px 10px;
    }

    .tabla_resoluciones tbody tr:nth-child(even) {
        background: #f9f9f9;
    }
