@charset "utf-8";

/*
            ::-webkit-input-placeholder {  WebKit browsers 
                color: #000;
                opacity:  1;
            }
            :-moz-placeholder {  Mozilla Firefox 4 to 18 
                color:    #000;
                opacity:  1;
            }
            ::-moz-placeholder {  Mozilla Firefox 19+ 
                color:    #000;
                opacity:  1;
            }
            :-ms-input-placeholder {  Internet Explorer 10+ 
                color:    #000;
                opacity:  1;
            }

            */

@media (max-width: 768px) {
        #menulateral {
            display: none !important;
        }
    }

body{
    font-family: 'Roboto', sans-serif;
    /*overflow-x: hidden;*/
    background-color: #F6EEC4;
}

a{
	color: #666666 !important;
}

h2{
   font-family: 'Merriweather', serif;
}

h4 {
    font-variant: small-caps;
}
.contenedor{
    display: flex !important;
    flex-direction: row;
    padding: 0px !important;
    margin-right: 0px !important;
    width: 100vw;
   /* margin-left: 11.25%;
    margin-top:3px;
    height:100%;
    width: 980px;
    border-top-left-radius: 20px;*/
}

.material{
    width: 80%;
}

.material2 {
    width: 100%;
}

.navbar, .navbar-header {
    border-radius: 0px !important;
}


nav {
    margin-bottom: -20px !important;
    padding: 0px !important;
    font-weight: bolder;
    box-sizing: border-box;


}

 header, #menulateral, nav {
    background: #bad3aa !important;
}

nav a{
    color: #BE132D !important;
    margin-right: 10px !important;
    font-size: 17px;
}

nav a:hover{
    background: none !important;
    border-bottom: solid 2px brown;

}

.app{
    padding: 20px;
}

.app img{
    width: 50%;
}

.app p {
    text-align: justify !important;
}

.app a {
    text-align: center;
}

.app h4 {
    text-align: center;
}
 
 .navbar-toggle span {
    border: solid 2px #C81D31 !important;
    transition: .5s;
    margin-right: 20px;
}

.navbar-toggle:hover, .navbar-toggle:focus{
    background: none !important;
    text-shadow: 0px 0px 2px white !important;
}



a:hover {
    text-decoration: underline;
    color:#913832;
}

.seccion {
    padding: 20px;
}

#articulo{
    margin-top: 20px !important;
}

.size {
    font-variant: small-caps;
}

#especial{
    color:lightseagreen;
    text-decoration: underline;
}
#aviso{
    color: #000;
    text-decoration: none;
}
#aviso:hover{
    color: #AD0F0E;
     text-decoration: underline;
}

.bandera a{
    color: white !important;
    padding:10px;
    background-color: #C81D31;
    margin-left: 190px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    font-size:large;
    float: left;
    font-family: 'Fjalla One', sans-serif;
    text-decoration: none;
    box-shadow: 2px 2px 0px 0px gray;
}

.contenido{
    width: 100%;
    margin:0;
    padding: 10PX;

}


.bandera a:hover{
    color: white;

}
/*.enlazador{
    width: 980px;
    position: relative;
    left: 0px;
    display: block;
    padding: 40px;
    padding-left: 0px;
    background-color: #EAF3DA;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
    margin-left: 9%;
    margin-right: 8%;
    padding-bottom: 40px;
}*/

.señalado{
    border-bottom: solid 2px;
    font-size:large;
    text-transform: uppercase;
}

.señalado:hover{
    text-decoration:none;
}
.titulo{
    text-align: center;
    /*padding: 10px;
    padding-top: 13px;*/
    box-sizing: content-box;
    width: 100%;
}

.contenido{
    width: 100%;

}

}
.contienep h2{
    text-align:center;
}

.contenido h3{
    text-align:center;
    padding-top: 20px;

}
.contenido h2{
    text-align:center;
    margin: 10px;
}
/*.imagenes{
    float: left;
    display: inline;
}*/

/*.imagenes:hover{
    border-color:#F00;;
*/
}
#content{
    /*margin-right: 10%;*/
}
#libro{
    width: 100%;
    height: auto;
    box-shadow: 5px 5px 0px gray;
    border: solid gray 1px;
    border-radius: 4px;
}
/*
.categorias{
    width: 100%;
    margin-left: 0px;
}
*/
.estilo input{
        margin-top: 0px;
}
.estilo label{
    margin-top: -16px !important;
    font-size: 20px;
}

.estilo{
    text-align: right;
    box-sizing: border-box;
    padding-right: 10%;
}

.imgcontacto {
    margin-top: 20px;
}

.poster {
    border-radius: 4px;
    border: solid 2px gray;
    padding: 5px;
    box-shadow: 3px 3px 3px gray;
    transition: .5s;
    width: 50%;
    height: auto;

}

.titulo h2{
    font-size: 45px;
    line-height: 70px;
}

.poster:hover {
    box-shadow: 5px 5px 6px #6B6E6D;
    border: solid 2px #6B6E6D;

}

.size, .form-horizontal {
    display: inline-block;
}

/*.imagenes{
    border: thin solid;*/
}
/*.imagenes:hover{
    cursor: pointer;*/
}

.imagenes {
    border: solid black 4px !important;
}

.imagenes img{
    width: 150px;
    height: 150px;
}
.imagenes p{
    text-align: center;
    font-size: 22px;
}
.imagenes a:link{
    text-decoration: none;

}
.imagenes a:hover{
    color: brown;

}
/*#posters{
    position: relative;
    width: 90%;
    height: 300px;
    background-color: white;
    margin-left: 1%;
    margin-right: 15%;
    border:solid thin;
    border-top-style: solid;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
}

*/
#posters img{
    margin-left: 20%;
    width: 50%;
    height: auto;
    margin-top: 1%;
}
.banner {
    width: 100% !important;
}

.estilo input[type="radio"]{
    width: 17px;
    height: 20px;
}
.estilo p{
    font-size: 130%;
}

#textacciones:hover{
    cursor: pointer;	

}

.container-fluid {
    padding: 0px;
}



#texto {
    padding: 10px;
    font-size: 15px;
    text-align: center;
    width: 125px;
}




#footerOtro p{
    display:inline-block;
    margin-left: 10%;
    padding-top:20px;

}
#footerOtro a{
    color:#AD0F0E;

}

footer h4{
    text-align: center;
    font-weight: bold;
}


footer{
    /*padding-left: 10%;*/
    padding-bottom: 2%;
    padding: 3px;
    background-color: #CACAC8;
    text-align: left;
    overflow: hidden;
    border-radius: 0px;
    margin-bottom: -10px !important;
}

.desc {
    font-variant: small-caps;
}

.aligncenter h4{
    text-align: center;
    text-transform: uppercase;
}

.cat {
    column-count: 4 !important;

}

#dafoot p, #dafoot a{
    font-size: small !important;
    font-weight: bold !important;
    text-align: left !important;
}


#footerOtro2{
    float: right;
    padding: 20px;
    text-align: right;
}
#footerOtro2 a{
    color:#AD0F0E;
    ;
}
.scroll-to-top-button{
    background:url(Pictos/Images/subir.png) center center no-repeat;
    width: 64px;
    height: 64px;
    border-radius: 5px;
    cursor: pointer;
    padding: 15px;
    margin: 20px;
}

.subtitle{
    z-index:12;
    position:relative;
    right:60%;

}
/*FORMULARIO*/
/*----------*/


/*--- estilos para los ul y li del formulario ---*/
/*
.contact_form ul {
    width:750px;
    list-style-type:none;
    margin:0px;
    padding:0px;
}
.contact_form li{
    padding:12px; 
    position:relative;
} 
.contact_form label {
    color: #555555;
    display: inline-block;
    float: left;
    font-family: sans-serif;
    font-size: 13px;
    font-weight: bold;
    margin-top: 3px;
    padding: 3px;
    width: 90px;
}
.contact_form input {
    height:20px; 
    width:220px; 
    padding:5px 8px;
}
.contact_form textarea {
    padding:8px; 
    width:300px;
}
.contact_form button {
    margin-left:90px;
}
*/
/*----- estilos visuales de los elementos --------*/
/*
.contact_form input, .contact_form textarea { 
    border:1px solid #aaa;
    box-shadow: 0px 0px 3px #ccc, 0 10px 15px #eee inset;
    border-radius:2px;
    color: #888;
    font-size: 12px;
    padding-right:30px;
    -moz-transition: padding .25s; 
    -webkit-transition: padding .25s; 
    -o-transition: padding .25s;
    transition: padding .25s;
}
.contact_form input:focus, .contact_form textarea:focus {
    background: #fff; 
    border:1px solid #555; 
    box-shadow: 0 0 3px #aaa; 
    padding-right:80px;
}
*/
/* === Estilos de Validacion === */	
/*
.contact_form input:required:valid, .contact_form textarea:required:valid {
    box-shadow: 0 0 5px #5cd053;
    border-color: #28921f;
}
.contact_form input:focus:invalid, .contact_form textarea:focus:invalid {
    box-shadow: 0 0 5px #d45252;
    border-color: #b03535
}
*/
/* === Estilos del boton de Envio === */
button.submit {
    padding: 9px 17px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    line-height: 1;
    color: #444;
    width: 25%;
    border: none;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.85);
    background-color: #fff;
    border: 1px solid #f1f1f1;
    border-radius: 6px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.75);
    transition: .5s;
}
button.submit:hover {
    cursor: pointer; 
    color: brown;
    opacity: 1;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 1);

}
button.submit:active {
    border: 1px solid #222;
    box-shadow: 0 0 10px 5px black inset; 
}
/*#dafoot  {
    padding: 2px;
    padding-bottom: 3%;
    padding-left: 10%;
    background-color: #E6E8E1;
}*/

/*
#dafoot2 {
    float: right;
    background-color: #E6E8E1;
    padding-bottom: 1%;
    padding-right: 10%;
}*/

/* === Compatibilidasd con dispositivos moviles === */

@media screen and (orientation: portrait){

    /*.enlazador a{
        clear: left;
        position: relative;
        display: block;
        padding: 10px;
    }*/
    /*.enlazador{
        width: 100%;
        text-align: center;
        min-width: 100px;
        padding: 10px;
        clear: left ;
    }*/

    .nav2 {
        display: hidden !important;
    }

    article .titulo{
        padding: 0px;
        width: 100vw;
    }

    .bandera a{
        margin-left: 0px;
    }

    .navbar-toggle span {
        margin-right: 0px;
    }
    nav{
        margin-bottom: 5px !important;
    }

    .titulo .form-control {
        margin-bottom: 5px !important;
    }

    .titulo button{
        width: 66%;
    }

    .material {
       /* padding: 13px ;*/
        box-sizing: content-box;
    }

    .titulo .col-md-12 h2{
        font-size: 30px;
        line-height: 30px;
        margin-top: 20px;
    }

    .señalado {
        clear: left;
    }


    .app img{
    width: 100%;
    }

    .material{
        width: 100%;
    }
    .categorias{
        /*margin-left: 10%;
        margin-right: 10%;*/
    }
    .imagenes img{
        width: 200px;
        height: 200px;

    }

    .mensaje {
        width: 100%;
    }

    .navbar-form {
        width: 90%;
    }

    footer {
        margin-bottom: 10px ;
        text-align: center;
        height: 100vh;

    }
    .scroll-to-top-button{
        background: url(Pictos/Images/subir.png) center center no-repeat;
        width: 20px;
        height: 20px;
        border-radius: 2px;
        cursor: pointer;
        padding: 5px;
        margin: 2px;
    }
    #publilateral, /*#menulateral,*/aside, #publi, #publicont{
        display: none;
    }

}
/*----------------------------------Estilo para menulateral-----------------------------------------------------*/

#menulateral{

    padding-left:0px;
    border-bottom-right-radius: 6px !important;
    width: 215px;

}

.list-unstyled ul{
    display: inline-block;

}

#menulateral ul > li{

    color:rgb(12, 107, 190);
    list-style: none;
    padding-bottom:10%;
    /*border-top: thin solid gray;*/
    padding-right: 20px;
    text-align: center;



}
#menulateral ul{
    padding-left: 0px;
    margin-left: -20px;

}


#publilateral{ 
    clear: left;
    width:150px;
    height:500px;


}
#publi{
    display:inline-block;
    width:156px;
    height:172px;
    float: left;
    margin: 20px;
}
/*----------------imagenes de la barra lateral----------------*/

#pic{
    background-image: url("Pictos/Images/logoico.ico");
    background-position:top left;
    background-repeat: no-repeat;
    background-size: 25px 25px;
}
#app{
    background-image: url("Pictos/Images/app.gif");
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 25px 25px;
}
#lib{
    background-image: url("Pictos/Images/libro.gif");
    background-position:top left;
    background-repeat: no-repeat;
    background-size: 25px 25px;
}
#pos{
    background-image: url("Pictos/Images/post.gif");
    background-position:top left;
    background-repeat: no-repeat;
    background-size: 25px 25px;
}
#con{
    background-image: url("Pictos/Images/contact.gif");
    background-position:top left;
    background-repeat: no-repeat;
    background-size: 25px 25px;
}
#dafoot{
    text-align: center !important;
    margin-top: 30px;
 }


/************************************Publicidad de contenido************************************************/
#publicont{
    margin: 0px;
}
