/* 
    Document   : principal
    Created on : 18-mar-2013, 12:50:11
    Author     : Jorge
    Description:
        Purpose of the stylesheet follows.
*/

@import url('http://fonts.googleapis.com/css?family=Poiret+One');

root { 
    display: block;
}
* {
    margin: 0;
    padding: 0;
    border-collapse: collapse;
    border: 0;
    outline: 0;
}
body {
    font-family: 'Poiret One', cursive;
    font-size: 13px;
    -o-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}
h1 {
    width: 660px;
    margin: 25px auto 0;
    font-size: 18px;
    font-weight: normal;
    text-align: justify;
    text-transform: uppercase;
    color: white;
    cursor: default;
}
h1.oscuro {
    color: black;
}
h1 span {
    font-size: 14px;
    text-transform: lowercase;
}
h2 {
    font-size: 36px;
    font-weight: normal;
    text-align: right;
    text-transform: lowercase;
}
h3 {
    font-size: 24px;
    font-weight: normal;
    text-transform: uppercase;
    margin-left: 40px;
}
a {
    text-decoration: none;
    color: black;
}
a#volver {
    margin-top: 15px;
}
a.button, a.button-dark {
    width: 60px;
    height: 20px;
    border-radius: 5px;
    border: 1px solid black;
    background-color: white;
    text-align: center;
    line-height: 20px;
    display: block;
}
a.button-dark {
    background-color: black;
    color: white;
}
p {
    text-align: justify;
}
.center {
    text-align: center;
}
.right {
    text-align: right;
}
.negrita {
    font-weight: bold;
}
.oculto {
    display: none!important ;
}
.izda {
    width: 25%;
    height: 100%;
    float: left;
}
.izda div {
    width: 200px;
    margin: 0 auto;
}
.dcha {
    width: 75%;
    height: 100%;
    float: right;
}
#contenedor {
    width: 100%;
    min-width: 960px;
    height: 600px;
    overflow: hidden;
}
#top, #bottom {
    max-width: 1366px;
    height: 108px;
    margin: 0 auto;
    clear: both;
}
#bottom .izda ul {
    list-style-type: none;
    width: 200px;
    margin: 86px auto 0;
}
#bottom .izda li {
    display: inline-block;
    float: left;
}
#bottom .izda li + li {
    margin-left: 7px;
}
#middle {
    max-width: 1366px;
    height: 384px;
    margin: 0 auto;
    position: relative;
    clear: both;
}
#middle #titulo {
    width: 100%;
    height: 55px;
    position: absolute;
    top: -34px;
    z-index: 0;
}
#middle #titulo img {
    margin-top: 21px;
}
#middle #imagenes {
    width: 100%;
    height: 384px;
    overflow: hidden;
    position: absolute;
    z-index: -3;
}
#middle #imagenes img {
    width: 1366px;
    height: 384px;
    position: absolute;
    left: 50%;
    margin-left: -683px;
}
#middle #imagenes img.next {
    z-index: -2;
}
#middle #imagenes img.on {
    z-index: -1;
}
#middle #menu {
    width: 25%;
    height: 384px;
    float: left;
    background-color: rgba(255,255,255,0.7);
}
#middle #menu #menu_cont {
    width: 200px;
    height: 384px;
    margin: 0 auto;
}
#middle #menu table.secciones {
    height: 320px;
    margin: 32px 0;
}
#middle #menu table.secciones td {
    height: 64px;
    font-size: 21px;
    vertical-align: middle;
}
#middle #menu table.secciones td.peq {
    font-size: 13px;
    text-align: justify;
}
#middle #menu table.secciones td h2 {
    font-size: 21px;
    font-weight: normal;
    text-align: left;
}
#middle #contenido {
    width: 75%;
    height: 384px;
    float: left;
}
#middle #contenido_cont {
    width: 720px;
    height: 320px;
    margin: 32px auto;
}
#copyright {
    width: 100%;
    height: 10px;
    font-size: 10px;
    color: #ccc;
    text-align: right;
}
#copyright a {
    color: #ccc;
}