@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/Lago.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:310px;
	background-color:white;
	margin:auto;
	margin-top: -560px;
	}

#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;

		}

	#menu-videos{
	width:1000px;
	height:142px;
	/*background-color:white;*/
	margin: 0px 0px 0px 0px;
	padding: 0px;
	margin-top:50px;
	text-align: center;
	}
	
	#menu-videos img{
		margin: 0px 0px 0px 40px;
		width: 250px;
		right: 140px;
		}

    #imagen1{
    	float: left;
    }
    #imagen2{
    	float: left;
    }

    #imagen3{
    	float: left;
    }

#piedepagina{
	width:1005px;
	height:54px;
	background-color:white;
	margin:auto;
	margin-top:436px;
	}
	
#derechos{
	width:1000px;
	height:53px;
	/*background-color:yellow;*/
	float:left; 
	margin-top:0px;
	margin-left:2px;
}
  #derechos p{
	  color:#808285;
	  text-align:center;
	  font-size:14px;
	  font-family:ROBOTO;
	  margin-top:3px;
	  }
#textocuerpo{
	width:1000px;
	height:250px;
	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:28px;
		margin-left:60px;
		}
	
#bienvenida{
	width:1005px;
	height:50px;
	background-color:white;
	margin-top:20px;
	margin-left:0px;
	}
	
	#bienvenida p {
		color:#808285;
		text-align:left;
		font-family:Always Together;
		margin-top:20px;
		font-size:50px;
		margin-left:60px;
		}



