body{
	overflow: hidden;
	counter-reset:section;
}
body li .item{
	list-style: none;
}
a{
    text-decoration: none;
}

#sello{
	position: absolute;
	width: 500px;
	height: 408px;
	background-image: url(../mas.png);
	background-size: 379px auto;
	background-repeat: no-repeat;
	z-index: -10;
	bottom: 0;
	left: 0;
}

#sello2{
	position: absolute;
	width: 290px;
	height: 500px;
	background-image: url(../menos.png);
	background-size: cover;
	background-repeat: no-repeat;
	z-index: -10;
	right: 0;
	bottom: 0;
}

#contenido {    
    margin:auto;
    margin-top:100px;
    max-width: 1024px;
    width: 100%; 
    text-align: center;    
}

#digital {
    width:480px;
    float:left;
    margin-right:50px;
}
#navega {
    width:480px;
    float:left;
   
}
#imagen {
    height:300px;
    margin-top: 23px;
    width:auto;
    background-image: url('../anavega.png');
    background-size: contain;
    background-repeat: no-repeat;
    cursor:pointer;
}
#imagen:hover {
    background-image: none;
    /*background-image: url('../anaya_navega_hover.png');*/
    margin-top:2%;
    /*opacity:0.5;*/
    cursor:pointer; 
}
#content {
    margin-top:5%;
}

#sello{
	position: absolute;
	width: 500px;
	height: 200px;
	background-image: url('../cubiertas/munecos3.jpg');
	background-size: contain;
	background-repeat: no-repeat;
	z-index: -10;
	bottom: 15px;
	left: 30%;
}

#sello2{
	position: absolute;
	width: 290px;
	height: 500px;
	background-image: url(../menos.png);
	background-size: cover;
	background-repeat: no-repeat;
	z-index: -10;
	right: 0;
	bottom: 0;
}


#text_h p{
    padding:10px 0px 0px 20px;
}
#text_h2 p{
    padding:10px 0px 0px 20px;
}

#text_h{
    opacity: 0;
    font-size: 14px;
    height: 100%;
    color: #d35a2b;
    line-height: 18px;
    text-align:left;
}

#text_h:hover{
    opacity: 1;
}

#text_h2{
    opacity: 0;
    font-size: 14px;
    height: 100%;
    color: #359954;
    line-height: 18px;
    text-align:left;
}

#text_h2:hover{
    opacity: 1;
}


#imagen2 {
    margin-top:5%;
    height:300px;
    width:auto;
    background-image: url('../masdigital.png');
    background-size: contain;
    background-repeat: no-repeat;
    cursor:pointer;
}
#imagen2:hover {
    background-image: none;
    /*background-image: url('../anaya_digital_hover.jpg');*/
    margin-top:1%; 
   /* opacity:0.5;*/
    cursor:pointer; 
}
#digital > img { width:500px; margin-top:4%; cursor:pointer; }

#digital > h2 {  
    font-size: 2em;
    text-align: center;
    padding: 7px;
    color: #FFF;
    background-color: #D35A2B;
    border-radius: 20px;
    font-weight: bold;
    color: #fff;  
    font-weight:bold;    
}

#digital h2 img { width:25px; }
#navega h2 img {  width:25px; }

#navega > img {
    width:500px; 
    margin-top:2%;
    cursor:pointer;
    
}
#navega > img:hover {     
    background-image:url('anaya_navega_hover.png');
    cursor:pointer; }
#navega > h2 {  
    font-size: 2em;
    text-align: center;
    padding: 7px;
    color: #FFF;
    background-color: #359954;
    border-radius: 20px;
    font-weight: bold;   
}
.romper {   
    clear:both;
}
.foter {
    margin-top:2%;
    border-top: 2px solid #008AC9;
    border-bottom: 2px solid #008AC9;
    width:45%;
    padding:5px;
    margin:auto; 
    text-align:center;
    
    font-weight:bold;
}


#superior{
    max-width: 1024px;
    width: 90%;    
    margin: 0 auto 2% auto;   
    overflow: hidden;
    text-align: center;
  }

.videoimg{
    margin: 0 auto;
   /* width: 300px;*/
}

.videoimg img{
    width: 300px;
}

@media (max-width: 768px) {
#digital{      
        float:none;
        margin: 0 auto 0 auto;
        width: 400px;
    }
    #navega{      
        float:none;
        margin: 0 auto 0 auto;
        width: 400px;
    }
}