root { 
    display: block;
}

html,body{
    width: 100%;
    height: 100%;
}

body{
    font-family: 'Muli', sans-serif;
    padding: 0;
    margin: 0;
    overflow: auto;
    font-size: 12px;
}

a{
    color: #bb0c7a;
    text-decoration: none;
    font-style: normal;
    font-weight: normal;
}

a:hover{
    text-decoration: underline;
}

a img{
    border: none;
}

#main{
    width: 100%;
    min-height: 100%;
    position: relative;
    overflow: auto;
    background: url('../imgs/fondopie.jpg') repeat-x bottom left;
}

#pie{
    position: absolute;
    bottom: 0;
    height: 50px;
    line-height: 50px;
    color: #fff;
    text-align: center;
    width: 100%;
}

#wrappertop{
    height: 150px;
    background: #084594;
    -webkit-box-shadow: 0px 0px 7px rgba(0, 0, 0, .5);
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, .5);
}

#top{
    width: 980px;
    margin: 0 auto;
    position: relative;
    height: 150px;
}

#top .idioma{
    position: absolute;
    top: 3px;
    left: 10px;
}

#top .idioma a{
    color: #fff;
    text-decoration: underline;
}

#top .logo{
    position: absolute;
    /*bottom: 0;*/
    right: 10px;
}

#top .menu{
    position: absolute;
    bottom: 10px;
    left: 10px;
}

#top .menu ul{
    padding: 0;
    margin: 0;
}

#top .menu li{
    position: relative;
    list-style: none;
    float: left;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 1.15em;
    padding: 5px 10px;
    border-left: 1px solid #fff;
    text-shadow: 1px 1px 2px #000000;
    filter: dropshadow(color=#000000, offx=1, offy=1);
}

#top .menu li a{
    color: #fff;
}

#top .menu li a:hover, #top .menu li a.activo{
    color: #fbc103;
    text-decoration: none;
}

#top .menu li ul{
    display: none;
    position:absolute;
    margin: 0;
    padding: 10px 10px 5px;
    width: 145px;
    background: #084594;
    z-index: 99;
    -webkit-box-shadow: 0px 0px 7px rgba(0, 0, 0, .5);
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, .5);
}

#top .menu li ul li{
    position: relative;
    list-style: none;
    float: none;
    display: block;
    text-align: left;
    color: #fff;
    font-size: 1em;
    padding: 0 .5em;
    border-left: none;
    border-bottom: 1px solid #fff;
    text-shadow: none;
    filter: none;
    height: 23px;
    line-height: 23px;
}

#top .menu li ul li a{
    display: block;
}

#top .menu li ul li:last-of-type{
    border-bottom: none;
}

#top .logo a{
    text-decoration: nonoticiasne;
}

#containercentral{
    margin: 0 auto;
    width: 940px;
    padding: 20px;
    margin-top: 1px;
    -webkit-box-shadow:  5px 5px 10px 0px rgba(0, 0, 0, .5);
    box-shadow:  5px 5px 10px 0px rgba(0, 0, 0, .5);
    background: #fff url('../imgs/fondomain.jpg') no-repeat bottom right;
    margin-bottom: 50px;
    border: 1px solid #ddd;
}

#contenido{
    float: left;
    width: 720px;
    margin-left: 10px;
}

#menulat{
    width: 180px;
    float: right;
}

#menulat ul.menulateral{
    background: #cce9f7;
    padding: 10px;
    -webkit-box-shadow:  5px 5px 10px 0px rgba(0, 0, 0, .5);
    box-shadow:  5px 5px 10px 0px rgba(0, 0, 0, .5);
    margin-bottom: 18px;
    margin-top: 0;
}

#menulat ul.menulateral li{
    padding: 0;
    list-style: none;
    margin-bottom: 5px;
    font-size: 1.1em;
}

#menulat ul.menulateral li a{
    color: #084594;
}

#menulat ul.menulateral li a:hover, #menulat ul.menulateral li a.activo{
    color: #bb0c7a;
    text-decoration: none;
}

#menulat div.bqazul{
    background: #cce9f7;
    color: #084594;
    font-weight: bold;
    padding: 10px;
    -webkit-box-shadow:  5px 5px 10px 0px rgba(0, 0, 0, .5);
    box-shadow:  5px 5px 10px 0px rgba(0, 0, 0, .5);
    margin-bottom: 18px;
    margin-top: 0;
}

#menulat div.accesoprensa{
    background: #fbc103;
    -webkit-box-shadow:  5px 5px 10px 0px rgba(0, 0, 0, .5);
    box-shadow:  5px 5px 10px 0px rgba(0, 0, 0, .5);
    padding: 8px;
    text-align: center;
    margin-bottom: 18px;
}

#menulat div.cuentatras{
    background: url('../imgs/cuentatras.jpg') repeat-x center center;
    height:62px;
    padding-top:106px;
    margin-bottom: 18px;
    -webkit-box-shadow:  5px 5px 10px 0px rgba(0, 0, 0, .5);
    box-shadow:  5px 5px 10px 0px rgba(0, 0, 0, .5);
}

#menulat div.social{
    background: #bb0c7a;
    -webkit-box-shadow:  5px 5px 10px 0px rgba(0, 0, 0, .5);
    box-shadow:  5px 5px 10px 0px rgba(0, 0, 0, .5);
    color: #fff;
    padding: 8px;
    margin-bottom: 18px;
}

#menulat div.social a{
    text-decoration: none;
}

#menulat div.social a img{
    border: none;
    margin: 10px 6px;
}

#slider{
    margin-top: -2px;
    width: 720px;
    height: 230px;
    background: url('../imgs/slider.png') no-repeat;
    position: relative;
}

img.imgslide{
    width: 712px;
    height: 197px;
    position: absolute;
    top: 2px;
    left: 3px;
}

#btnslider{
    bottom: 0;
    right: 5px;
    position: absolute;
}

#btnslider a{
    text-decoration: none;
    font-size: .3em;
    background: #cce9f7;
    border: 2px solid #fff;
    width: 15px;
    height: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    display: block;
    float: left;
    overflow: hidden;
    margin-right: 6px;
    -webkit-box-shadow:  2px 5px 5px 0px rgba(0, 0, 0, .5);
    box-shadow:  2px 2px 5px 0px rgba(0, 0, 0, .5);
}

#btnslider a.activo, #btnslider a:hover{
    background: #bb0c7a;
}

h2.titulopag, div.resaltoamarillo{
    background: #fbc103;
    text-align: center;
    margin: 0 0 .8em;
    padding: .8em 1em;
    font-weight: normal;
}

h2.titulopag a, div.resaltoamarillo a{
    color: #000;
    text-decoration: none;
}

#contenido p img{
    margin: 5px 10px !important;
}

#paginadornoticias a{
    text-decoration: none;
    background: #cce9f7;
    border: 2px solid #fff;
    width: 25px;
    height: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    display: block;
    float: left;
    overflow: hidden;
    margin-right: 15px;
    -webkit-box-shadow:  2px 5px 5px 0px rgba(0, 0, 0, .5);
    box-shadow:  2px 2px 5px 0px rgba(0, 0, 0, .5);
    text-align: center;
    font-weight: bold;
    font-size: 1.5em;
    line-height: 25px;
    color: #084594;
}

#paginadornoticias a:hover,#paginadornoticias a.activo{
    background: #bb0c7a;
    color: #fbc103;
}

a.anogaleria{
    text-decoration: none;
    background: #cce9f7;
    text-align: center;
    display: block;
    float: left;
    overflow: hidden;
    margin: 17px;
    -webkit-box-shadow:  2px 5px 5px 0px rgba(0, 0, 0, .5);
    box-shadow:  2px 2px 5px 0px rgba(0, 0, 0, .5);
    text-align: center;
    font-weight: bold;
    font-size: 1.5em;
    line-height: 25px;
    color: #084594;
}

a.anogaleria img{
    display: block;
    width: auto;
}

a.anogaleria:hover{
    background: #bb0c7a;
    color: #fbc103;
}

a.enlgaleria{
    width: 145px;
    height: 230px;
    text-decoration: none;
    font-size: 11px;
    background: #cce9f7;
    text-align: center;
    display: block;
    float: left;
    overflow: hidden;
    margin: 17px;
    -webkit-box-shadow:  2px 5px 5px 0px rgba(0, 0, 0, .5);
    box-shadow:  2px 2px 5px 0px rgba(0, 0, 0, .5);
    text-align: center;
    color: #084594;
}

a.enlgaleria img{
    display: block;
    width: auto;
}

a.enlgaleria:hover{
    background: #bb0c7a;
    color: #fbc103;
}

#mascara{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../imgs/negrosemi.png');
    z-index: 99;
}

div.ventanacentro{
    position: fixed;
    background: #fff;
    z-index: 999;
    max-height: 95%;
    max-width: 95%;
}

div.ventanacentro a.cerrar{
    position: absolute;
    right: -15px;
    top: -15px;
    cursor: pointer;
}

a.imggaleria{
    width: 145px;
    height: 200px;
    text-decoration: none;
    -webkit-box-shadow:  2px 5px 5px 0px rgba(0, 0, 0, .5);
    box-shadow:  2px 2px 5px 0px rgba(0, 0, 0, .5);
    display: block;
    float: left;
    overflow: hidden;
    margin: 17px;
    text-align: center;
}

a.imggaleria img{
    margin: 0;
}

input.validation-failed,textarea.validation-failed{
    background: #fdd;
    border: 1px solid #f33;
}

div.validation-advice{
    text-align: left;
    color: #f33;
    font-size: .8em;
    padding-bottom: 7px;
}