@charset "utf-8";
/* CSS Document */
@font-face{
	font-family:"Always Together";
	src:url(fuentes/Always Together.TTF);
	
	}
@font-face{
	font-family:"ROBOTO";
	src:url(fuentes/ROBOTO.TTF);
	}

body {
background: url(imagenes/Lago2.png) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;

	}

#particioncero{
	
	width:1024px;
	height:900px;
	/*background-color:green;*/
	margin:auto; 
	}
#encabezado{
	padding:10px;
	width:1005px;
	height:320px;
	/*background-color:blue;*/
	margin-top: 10px;
	}
	
#cuerpo{
	width:1005px;
	height:560px;
	background-color:white;
	margin:auto;
	margin-top: -580px;
	}

#encabezadologo{
	width:100px;
	height:142px;
	/*background-color:yellow;*/
	float:left; 
	margin: 0px 0px 0px 20px;
	} 
	


#Titulo{
	width:480px;
	height:100px;
	/*background-color:Green;*/
	background-image: url(imagenes/titulo.png);
	margin: 0px 0px 0px 230px;
	margin-top:25px;
	}
	
#contacto{
	width:159px;
	height:137px;
	/*background-color:Green;*/
	margin: 0px 0px 0px 800px;
	padding: 0px;
	margin-top:-143px;
	}
	
#menu{
	width:1000px;
	height:142px;
	/*background-color:white;*/
	margin: 0px 0px 0px 0px;
	padding: 0px;
	margin-top:50px;
	}
	
	#menu img{
		margin: 0px 0px 0px 40px;
		}


#piedepagina{
	width:1005px;
	height:54px;
	/*background-color:white;*/
	margin:auto;
	margin-top:522px;
	}
	
#derechos{
	width:1000px;
	height:53px;
	background-color:white;
	float:left; 
	margin-top:-1px;
	margin-left:2px;
}
  #derechos p{
	  color:#808285;
	  text-align:center;
	  font-size:14px;
	  font-family:ROBOTO;
	  margin-top:3px;
	  }
	  
#textocuerpo{
	width:1000px;
	height:500px;
	background-color:white;
	margin-left:2px;
	float:left; 
	margin-top:5px;
	}
	
	#textocuerpo p{
		color:#808285;
		text-align:left;
		font-family:ROBOTO;
		margin-top:15px;
		font-size:18px;
		margin-left:35px;
		}
	

#universidad{
	width:1005px;
	height:50px;
	background-color:white;
	margin-top:20px;
	margin-left:0px;
	}
	
	#universidad p {
		color:#808285;
		text-align:left;
		font-family:Always Together;
		margin-top:20px;
		font-size:40px;
		margin-left:35px;
		}

	

	




