*{
	padding: 0;
	margin: 0;
}


body{
	background-image: url(../img/fondo.jpg);
	background-size: 100%;
	background-attachment: fixed;
}

header{
	background: url(../img/fondo2.jpg) no-repeat;
	background-size: 100%;
	margin: 0% auto;
    overflow: hidden;
	width: 75%
}

.divi{
    height: 30px;
    margin-top: -2.5%;
    vertical-align: middle;
    width: 0.5%;
}

#logo{
    margin: 0% 5%;
    position: relative;
	width: 22%;

     transition:0.3s;
    -webkit-transition:0.3s;
    -moz-transition:0.3s;
    -o-transition:0.3s;

    -webkit-animation-name:animacionlogo;
    -webkit-animation-duration:2s;
    -webkit-animation-direction:alternate;

    -moz-animation-name:animacionlogo;
    -moz-animation-duration:2s;
    -moz-animation-direction:alternate;

    -o-animation-name:animacionlogo;
    -o-animation-duration:2s;
    -o-animation-direction:alternate;

    -ms-animation-name:animacionlogo;
    -ms-animation-duration:2s;
    -ms-animation-direction:alternate;
}

@-webkit-keyframes animacionlogo{
    0%{
        margin-left: -50%;

    }
    
    50%{
        margin-left: 10%;
        
    }
    
    100%{
        margin: 0% 5%;
    }
}

@-moz-keyframes animacionlogo{
    0%{
        margin-left: -50%;

    }
    
    50%{
        margin-left: 10%;
        
    }
    
    100%{
        margin: 0% 5%;
    }
}

@-0-keyframes animacionlogo{
    0%{
        margin-left: -50%;

    }
    
    50%{
        margin-left: 10%;
        
    }
    
    100%{
        margin: 0% 5%;
    }
}

@-ms-keyframes animacionlogo{
    0%{
        margin-left: -50%;

    }
    
    50%{
        margin-left: 10%;
        
    }
    
    100%{
        margin: 0% 5%;
    }
}

#logo:hover{
    -webkit-transform:scale(1.1);
     -moz-transform:scale(1.1);
     -o-transform:scale(1.1);
     -ms-transform:scale(1.1);
}


#conta{
	float: right;
	padding: 2% 3%;
    width: 12%;

}




#botonera{
    background: #000000;
    margin-left: 12.5%;
    position: absolute;
    text-align: center;
    overflow: hidden;
    width: 75%;
}

.items{
    color: #fff;
    display: inline-block;
    font-size: 90%;
    font-weight: bold;
    padding: 1%;
    overflow: hidden;
    width: 15%;
}

#b-1{
    background-image: url(../img/fondohover.png);
    background-size: 100%;
}

#b-2{
    background-image: url(../img/fondohover.png);
    background-size: 100%;
}

#b-3{
    background-image: url(../img/fondohover.png);
    background-size: 100%;
}

#b-4{
    background-image: url(../img/fondohover.png);
    background-size: 100%;
}

#b-5{
    background-image: url(../img/fondohover.png);
    background-size: 100%;
}

.items:hover{
    background-image: url(../img/fondohover.png);
    background-size: 100%;
}




#imas{
    width: 100%;
}

a.back{
            width:256px;
            height:73px;
            position:fixed;
            bottom:15px;
            right:15px;
            background:#fff url(codrops_back.png) no-repeat top left;
        }
        

ul#navigation {
    position: fixed;
    margin: 0px;
    padding: 0px;
    top: 20px;
    left: 0px;
    list-style: none;
    z-index:9999;
}
ul#navigation li {
    width: 10%;
}
ul#navigation li a {
    display: block;
    margin-left: -2px;
    width: 130px;
    height: 50px;    
    background-color:#CFCFCF;
    background-repeat:no-repeat;
    background-position:center center;
    border:1px solid #AFAFAF;
    -moz-border-radius:0px 10px 10px 0px;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -khtml-border-bottom-right-radius: 10px;
    -khtml-border-top-right-radius: 10px;
    /*-moz-box-shadow: 0px 4px 3px #000;
    -webkit-box-shadow: 0px 4px 3px #000;
    */
    opacity: 0.6;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
}
ul#navigation .home a{
    background-image: url(../img/face.png);
    background-size: 30%;
    background-position: right;
}
ul#navigation .about a      {
    background-image: url(../img/twitter.png);
    background-size: 30%;
    background-position: right;
}
ul#navigation .search a      {
    background-image: url(../img/youtube.png);
    background-size: 30%;
    background-position: right;
}

ul#navigation .tuiter a      {
    background-image: url(../img/gyn.png);
    background-size: 30%;
    background-position: right;
}

#conten-prinsi{
    background: #fff;
    text-align: center;
    margin: 2.7% auto;
    margin-top: 2%;
    width: 75%;
}

#conten-secun{
    padding-top: 1%;
    overflow: hidden;
    width: 100%;
}


.rayas-1{
    margin: 0% auto;
    width: 70%;
}

#col-1{
    color: #656565;
    border-right: 1px #c4c4c4 solid;
    display: inline-block;
    text-align: justify;
    margin-top: 1%;
    padding-right: 1%;
    overflow: hidden;
    width: 65%;
}

#col-3{
    margin-left: 7%;
    width: 85%;
}



#iframe-1{
    margin-left: 1%;
    height: 370px;

}

#iframe-4{
    margin-top: 10%;
    margin-left: 5%;
}



#aside-1{
    color: #656565;
    display: inline-block;
    text-align: justify;
    padding-left: 1%;
    vertical-align: top;
    overflow: hidden;
    width: 30%;
}

#pensa-1{
    margin-top: 10%;
    margin-left: 5%;
    width: 100%;
}

#pensa-img{
    width: 90%;
}



#conten-desc{
    padding-left: 1%;
    padding-top: 2%;
    text-align: justify;
    width: 98%;
}

#boton-descarga1{
    margin-left: 5%;
    width: 90%;

    transition:0.3s;
    -webkit-transition:0.3s;
    -moz-transition:0.3s;
    -o-transition:0.3s;
}

#boton-descarga1:hover{
     -webkit-transform:scale(1.1);
     -moz-transform:scale(1.1);
     -o-transform:scale(1.1);
     -ms-transform:scale(1.1);

}



#img-2{
    margin-left: 1.4%; 
    width: 98%;
}

#parrafo-1{
    color: gray;
    font-style: italic;
    font-family: helvetica;
    padding: 1%;
}

#h2-1{
    color: #4c4c4c;
    padding-top: 1%;
}

#marlon-img{
    box-shadow: 3px 3px 3px;
    -webkit-box-shadow: 3px 3px 3px;
    -moz-box-shadow: 3px 3px 3px;
    -o-box-shadow: 3px 3px 3px;
    -ms-box-shadow: 3px 3px 3px;
    width: 50%;
}

#pie{
    background: #000;
    color: #fff;
    text-decoration: none;
    margin: 2% auto;
    font-family: arial;
    font-size: 100%;
    width: 100%;
}

#negritas{
    color: #4fa6d7;
}

#gyn{
    color: #fff;
    text-decoration: none;
}

#galepeke-0{
    margin-top: 5%;
    margin-left: 1%;
}

#galepeke-1{
    margin-top: 10%;
    margin-left: 8%;
}

#galepeke-2{
    margin-top: 15%;
    margin-left: 1%;
}

#galepeke-3{
    margin-top: 8%;
    margin-left: 1%;
}


#link-gale{
    color: red;
    font-style: italic;
    font-weight: bold;
}

#lista-2{
    font-family: helvetica;
    font-size: 
}

#h2-2{
    margin-top: 1%;
}

#gradu-img{
    height: 170px;
    width: 100%;
}

#enca-gale{
    text-align: center;
    margin:0% auto;
}

#rayita-gradu{
    margin: 0px auto;
    width: 70%;
}


#conten-gale{
    display: inline-block;
    margin-top: 1%;
    margin-left: 2%;
    width: 100%;
}


.gale-imas{
     box-shadow: 3px 3px 3px #000;
    -webkit-box-shadow: 3px 3px 3px #000;
    -moz-box-shadow: 3px 3px 3px #000;
    -o-box-shadow: 3px 3px 3px #000;
    -ms-box-shadow: 3px 3px 3px #000;
    margin-left: 3%;
    margin-top: 3%;
    width: 20%;

     transition:0.3s;
    -webkit-transition:0.3s;
    -moz-transition:0.3s;
    -o-transition:0.3s;
}

.gale-imas:hover{
    -webkit-transform:scale(1.1);
     -moz-transform:scale(1.1);
     -o-transform:scale(1.1);
     -ms-transform:scale(1.1);
}

.gale-imas-2{
    margin-left: 1%;
    width: 23%;
}


#quienes-img{
    width: 100%;
}

#tabla-1{
    border: 1px black solid;
    width: 98%;
}

.libros-grandes{
    vertical-align: middle;
    width: 100px;
}

#banner-libro{
    margin-left: 2%;
    width: 95%;
}

#libros-gif{
    margin-left: 25%;
    width: 43%;
}

#conta-visitas{
    display: inline-block;
    text-align: center;
    margin-top: -33%;
    margin-left: 45%;
    vertical-align: top;
    width: 100%;
}

#enca-contat{
    margin-left: 10%;
    margin-top: 10%;
    width: 70%;
}

#rayita-2{
    width: 100%;
}

#negritas-2{
    color: red;
}

#conten-formu{
    color: red;
    display: inline-block;
    font-weight: bold;
    margin-top: 1%;
    margin-left: 10%;
    width: 70%;
}

.cajas{
    height: 25px;
    width: 70%;

}

textarea{
    height: 100px;
    width: 70%;
}

#boton-enviar{
    background: #00a7e5;
    color: #fff;
    cursor: pointer;
    height: 40px;
    font-weight: bold;
    width: 20%;
}

#info{
    margin-top: 5%;
}

#em-1{
    color: red;
    font-weight: bold;
    font-style: italic;
    font-size: 80%;
}

#link-you{
    text-decoration: none;
    font-style: italic;

}

#comen{
    color: gray;
}

#bo-canal{
    width: 25%;
}

footer{
    background: #000;
    color: #fff;
    font-size: 15px;
    font-family: helvetica;
    font-style: italic;
    font-weight:normal;
    padding: 1.5%;
}

#grande{
    margin-left: -5%;
    margin-top: 1.5%;
    width: 5%;

    -webkit-animation-name:gran;
    -moz-animation-name:gran;
    -o-animation-name:gran;

    

    -webkit-animation-duration:100s;
    -moz-animation-duration:100s;
    -o-animation-duration:100s;

    -webkit-animation-iteration-count:infinite;
    -moz-animation-iteration-count:infinite;
    -o-animation-iteration-count:infinite;
}

@-webkit-keyframes gran{
    from{
        -webkit-transform:rotate(-9960deg);
    }

    to{
        

    }
}

@-moz-keyframes gran{
    from{
        -moz-transform:rotate(-9960deg);
    }

    to{


    }
}

@-o-keyframes gran{
    from{
        -o-transform:rotate(-9960deg);
    }

    to{
        

    }
}


#peke{
    margin-left: -1%;
    margin-top: 2.5%;
    width: 4%;

    -webkit-animation-name:pek;
    -moz-animation-name:pek;
    -o-animation-name:pek;

    

    -webkit-animation-duration:100s;
    -moz-animation-duration:100s;
    -o-animation-duration:100s;

    -webkit-animation-iteration-count:infinite;
    -moz-animation-iteration-count:infinite;
    -o-animation-iteration-count:infinite;
}

@-webkit-keyframes pek{
    from{
        -webkit-transform:rotate(9960deg);
    }

    to{
        

    }
}

@-moz-keyframes pek{
    from{
        -moz-transform:rotate(9960deg);
    }

    to{
        

    }
}

@-o-keyframes pek{
    from{
        -o-transform:rotate(9960deg);
    }

    to{
        

    }
}

#bo-mas{
    display: inline-block;
    width: 90%;
}

#facem{
    margin-left: 25%;
    width: 25%;
}

#masvi{
    margin-left: 15%;
    width: 25%;
}


#c1n{
    padding-top: 5%;
    width: 99%;
}


#enca4{
        text-align: center;
}

#parra4{
    font-family: arial;
    font-size: 13px;
}

#fran1{
    width: 100%;
}


#caja1{
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 99%;
}

.art{
    display: inline-block;
    text-align: left;
    padding: 1%;
    vertical-align: top;
    width: 30%;
}

.port{
    display: inline-block;
    vertical-align: top;
    width: 100%;

     box-shadow: 3px 3px 3px #000;
    -webkit-box-shadow: 3px 3px 3px #000;
    -moz-box-shadow: 3px 3px 3px #000;
    -o-box-shadow: 3px 3px 3px #000;
    -ms-box-shadow: 3px 3px 3px #000;
}

#re1{
    color: #909090;
}

.titu{
    margin-top: 3%;
}

#leer{
    color: red;
    font-style: italic;
    font-weight: bold;
}

#carga{
    width: 5%;
}

#mh1{
    color: #fff;
}

#mh3{
    color: #fff;
}

#carta{
    width: 10%;
}

#elogo{
    width: 20%;
}

#conve1{
    width: 100%;
    padding-top: 3%;
}

#pre{
    color: gray;
    font-size: 100%;
    font-weight: bold;
    text-align: center;
    padding-top: 5%;
}

#linkpre{
    text-decoration: none;
}

#libromes{
    margin-left: 5%;
    width: 90%;
}
	
.cajas2{
    height: 25px;
    width: 90%;
}

#conten-formu2{
    color: red;
}


#librolink{
    color: red;
    text-decoration: none;
    text-align: center;
}

#suscribete{
   margin-left: 20%;
   width: 60%;

    transition:0.2s;
    -webkit-transition:0.2s;
    -moz-transition:0.2s;
    -o-transition:0.2s;
}

#suscribete:hover{
    -webkit-transform:scale(1.1);
     -moz-transform:scale(1.1);
     -o-transform:scale(1.1);
     -ms-transform:scale(1.1);
}

.divlib{
    display: inline-block;
    text-align: center;
    width: 100%;
}

.divis{
    display: inline-block;
    text-align: center;
    width: 30%;
}

.libros3d{
    width: 90%;
}

.titul{
    color: red;
    font-size: 100%;
    font-weight: bold;
    font-style: italic;
    margin-left: 20%;

    transition:0.1s;
    -webkit-transition:0.1s;
    -moz-transition:0.1s;
    -o-transition:0.1s;
}

.titul:hover{
   -webkit-transform:scale(1.2);
     -moz-transform:scale(1.2);
     -o-transform:scale(1.2);
     -ms-transform:scale(1.2);
}

.divlib2{
    display: inline-block;
    vertical-align: top;
}

#cajal{
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 50%;
}
.portadas{
    display: inline-block;
    vertical-align: top;
    width: 70%;
}

#cajal2{
    display: inline-block;
    vertical-align: top;
    width: 48%;
}
#titulo1{
    font-size: 120%;
}

#cajal3{
    border: 1px black solid;
    width: 40%;
}

#descripcion2{
    font-size: 98%;
}

#div5{
    display: inline-block;
    vertical-align: top;
}

#div6{
    display: inline-block;
    vertical-align: top;
}




