@charset "utf-8";
/* CSS Document */


@media screen and (max-device-width: 480px){
	    img{
	        max-width:100%;
	        height:auto;
	    }
	
body{
	   font-family: erasbd;
    font-size: 14px;
    font-weight: bold;

 
	width:280px;
	height:auto;
	margin: auto;
}



}

@font-face {
  font-family: erasbd;
  src: url('erasbd-webfont.eot');
   src: url('erasbd-webfont.ttf');

}

a {color:#000000;}

hr {
  border: 0;

  color:black;
  background-color:black;
}
body{
	   font-family: erasbd;
    font-size: 14px;
    font-weight: bold;
    margin: 0px;
    padding: 0;
	width:1058px;
	height:600px;
	margin: auto;
}

#cuerpo{
	   font-family: erasbd,erasbd-webfont;
    font-size: 14px;
    font-weight: normal;
    margin: auto;
    padding: 0;

	  margin: 2% auto auto;
}
#active{color:#3b823c;}

#cabecera{
	
	
	height:100px;;
	 

	}
	
	#logo{
	float:left;


	 

	}


	#centro{
	position:relative;
	background-color: #333333;

	 

	}
	
	
	#contenido {
	width:100%;
	height:100%;
	background-image:url('../images/estudiob.jpg');
	background-repeat:no-repeat;
	position:relative;
	overflow:hidden;
	

}


	#menu {
	
	float: right;
	list-style-type: none;
	margin-top:80px;
	
	font-size:20px;
	color:black;
	background-color: #FFF;

}

	#imagen {
	float: right;
	
	
	

}
	#texto {
	float: right;
	list-style-type: none;
	margin-top:80px;

	color:black;
	background-color: #FFF;
	

}


#menu li {
	float: left;
	padding-left: 35px;

}
#menu li a {
	
	display: block;
	 text-decoration: none;
}
#menu li a:hover {
	color: #3b823c;
	display: block;
	height: auto;
}
#menu li a:link {
	color: black;
	display: block;
	height: auto;
}

#active{color:#3b823c;}


#footer{text-align:center;}







