@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/backpsico.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:green;*/
	margin:auto;
	margin-top: -540px;/*cambio*/
	}

#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/titulo1.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:520px;
	}
	#piedepagina img{
		margin-left:10px;
		margin-top:20px;
		float:right; 
		margin-right:10px;
		
		}
	
#derechos{
	width:1000px;
	height:53px;
	background-color:white;
	float:left; 
	margin-top:-1px;
	margin-left:2px;
}
  #derechos p{
	  color:#57a1c7;
	  text-align:center;
	  font-size:14px;
	  font-family:ROBOTO;
	  margin-top:3px;
	  }
#textocuerpo{
	width:1000px;
	height:500px;
	min-height:100px; /*tuto*/
	/*background-color:red;*/
	margin-left:2px;
	float:left; 
	
	margin-top:5px;
	}
	
div.subapartado{
	width:1000;
	min-height:50px;
	/*background-color:green;*/
	}
div.programa{
	width:600;
	height:50px;
	background-color:white;
	overflow:hidden;
	border-bottom: 1px solid #57a1c7;
	}	
p.programa{
    font-size:40px;
	margin:0px;
	margin-top:4px;
	color:#57a1c7;
	font-family:"Always Together";
	margin-left:5px;
	}
div.info{
    width:1000px;
	height:0px;
	/*background-color:blue;*/
	overflow:hidden;
	-webkit-transition:height 0.2s;
	
	}
p.info{
    font-size:20px;
	margin-top:20px;
	margin:10px;
	text-aling:center;
	font-family:"ROBOTO";
	color:white;
	}
div.subapartado:hover div.info{
    height:250px;
	}



#pregrado{
	width:1005px;
	height:50px;
	/*background-color:green;*/
	margin-top:20px;
	margin-left:0px;
	}
	#pregrado p {
		color:white;
		text-align:left;
		font-family:Always Together;
		margin-top:20px;
		font-size:40px;
		margin-left:35px;
		}
