@charset "utf-8";

/* CSS Document */



	
#headr{
	width: 1420px;
	height: 165px;
	position: absolute;
	top: 0px;
	background-image: url(../imagenes/header.jpg);
	-webkit-box-shadow: 1px 9px 8px 1px rgba(83,200,113,0.48);
	box-shadow: 1px 9px 8px 1px rgba(83,200,113,0.48);
	}




#headr-side-left{

	position: absolute;
	width: 650px;
	height: 162px;
	left:0px;
	
	top: 0px;
	display: inline;
}

#headr-center{
	position: absolute;
	width: 320px;
	height: 162px;
	
	display: inline;
	left: 650px;
	top: 0px;
	}
	
#headr-side-right{
	position: absolute;
	width: 440px;
	height: 162px;

	display: inline;
	left: 970px;
	top: 0px;	
	}

#photo-slider{
	width: 900px;
	height: 300px;
	position: static;
	margin-top: 200px;
	margin-left: 260px;
	
	
	
}


#menu{
	width: 800px;
	height:400px;
	position: static;
	margin-top: 0px;
	margin-left: 310px;
	}
	
#footer{
	width: 1420px;
	height: 25px;
	margin-top: 180px;
	background-color: hsla(131,75%,25%,0.49);	
	}
	
	#footer p{
	color: #6C6C6C;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: small;
	text-align: center;
	letter-spacing: 3px;
	padding-top: 3px;
		}
	
/*#informacion{
	width: 800px;
	height: 250px;
	background-color: rgba(242,248,242,0.73);
	position: static;
	margin-top: 40px;
	margin-left: 310px;
	-webkit-box-shadow: 5px 0px 12px -3px rgba(1,53,7,0.24);
	box-shadow: 5px 0px 12px -3px rgba(1,53,7,0.24);
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-radius: 4px;
	}
#informacion p{
	padding-top: 39px;
	padding-right: 39px;
	padding-bottom: 39px;
	padding-left: 39px;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	line-height: 34px;
	color: rgba(111,111,111,1.00);
	text-align: justify;
	font-size: medium;
	}
*/