.indent{
	text-indent: -9999px;
}

#logo{
	width: 120px;
	margin-top: 22px;
	margin-bottom: 25px;
    margin-right: 60px;
}

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

#sello2{
	position: absolute;
	width: 177px;
	height: 555px;
	background-image: url(images/sello_trozo2.png);
	background-size: cover;
	background-repeat: no-repeat;
	z-index: -10;
	right: 0;
    opacity:0.5;
	top: 0;
}

html, body{
    margin: 0px;
    padding: 0px;
}
body {
    background-image: url('images/fondo_ingles.png');
    width: 100%;
    height: 100%;
    font-family:Verdana, Tahoma, Geneva, sans-serif;
}

.icono img {
    width: 60%;
    margin-left: 100px;
    margin-top: 20px;
}

header{
	background-color: #7E338E;
    height: 130px;
}

.wrapper{
	width: 960px;
	margin: 0 auto;
}

#centro{
    height: 150px;
    background-image: url('images/anaya_digital.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 300px;
    /*margin-left: 36%;
    left: 50%;
    margin-left: -150px;
    position: absolute;*/
    top: 160px
}

#centro:hover{
    background-image: none;
}


#text_h{
    opacity: 0;
}

#text_h:hover{
    opacity: 1;
    background-color: #d6e8f3;
    padding: 5px 10px 5px 20px;
    border-radius: 15px;
}

#text_h p{
   font-family: san serif, Helvetica, Arial;
    font-size: 15px;
    margin-bottom: -5px;
    line-height: 17px;
    color: #d45933;
}

.text_sup{
    width: 70%;
    margin: 30px 0px 0px 145px;
}

.romper{
	clear: left;
}

ul{
	margin: 120px 0px 75px 70px;
	list-style: none;
    width:90%;
}

.signature{
	border-radius: 15px;
	border: 1px solid grey;
	width: 150px;
	height: 193px;
	margin-right: 25px;
    box-shadow: 0px 0px 12px #666;
    margin-bottom:3%;
    float: left;
}

.signature:hover{
	box-shadow: #6ddd65 0px 0px 10px;
}



#socVal{
	background-image: url(images/socVal1.jpg);
	background-size: contain;
	background-repeat: no-repeat;
}
#socVal:hover{
	background-image: url(images/socVal1_hover.jpg);
	background-size: contain;
	background-repeat: no-repeat;
}



#natSci{
	background-image: url(images/natSci1.jpg);
	background-size: contain;
	background-repeat: no-repeat;
}
#natSci:hover{
	background-image: url(images/natSci1_hover.jpg);
	background-size: contain;
	background-repeat: no-repeat;
}



#socSci{
	background-image: url(images/socSci1.jpg);
	background-size: contain;
	background-repeat: no-repeat;
}

#socSci:hover{
	background-image: url(images/socSci1_hover.jpg);
	background-size: contain;
	background-repeat: no-repeat;
}


#arts{
	background-image: url(images/arts1.png);
	background-size: contain;
	background-repeat: no-repeat;
    width: 228px;
    height: 193px;
}
#arts:hover{
	background-image: url(images/arts_1_hover.jpg);
	background-size: contain;
	background-repeat: no-repeat;
}

