@charset "utf-8";



/* CSS Document */

	
	
	
body{
	width: 1410px;
	heigth: auto;
	font-family: Helvetica, Arial, sans-serif;
	font-style: normal;
	background-image: url(../imagenes/ody-background.png);
	}
	
#headr{
	width: 1420px;
	height: 165px;
	position: absolute;
	top: 0px;
	
	-webkit-box-shadow: 5px 1px 10px rgba(73,73,73,0.77);
	box-shadow: 5px 1px 10px rgba(73,73,73,0.77);
	}




#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: 400px;
	position: static;
	margin-top: 200px;
	margin-left: 260px;
	
	
	
}


#menu{
	width: 800px;
	height: 70px;
	position: static;
	margin-top: 50px;
	margin-left: 310px;
	}
	
	
	
	
	div.contenedor:hover{
	height: 50px;
	background-color: rgba(83,190,81,1.00);
	
	}
	
	div.contenedor:hover p.texto{
	/*padding-top: 6px;*/
	opacity: 1;
	font-size: medium;
	-webkit-transition: height.100s;
	color: rgba(255,255,255,1.00);
	text-align: center;
	}
	#footer{
	width: 1420px;
	height: 25px;
	margin-top:480px;
	background-color: hsla(131,75%,25%,0.49);	
	}
	
	#footer p{
	color: #D3D3D3;
	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: 1427px;
	height: 250px;
	background-color: rgba(242,248,242,0.73);
	position: absolute;
	margin-top: 40px;
	margin-left: 0;
	-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-bottom: 140px;	/*padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-radius: 4px;*/
	
/*#informacion p{
	width: 800px;
	height: 250px;
	padding-top: 39px;
	padding-right: 39px;
	padding-bottom: 39px;
	padding-left: 39px;
	margin-left: 310px;
	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;
	}*/


