@charset "utf-8";


/* CSS Document */

	
title{
	background-image:url(../imagenes/logo-head.png);}	
	
body{
	width: 1420px;
	height: 1200px;
	font-family: Helvetica, Arial, sans-serif;
	font-style: normal;
	background-image: url(../imagenes/ody-background.png);
	}
	
#header{
	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);
	margin-left: 0px;
	}




#header-side-left{

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

#header-center{
	position: absolute;
	width: 320px;
	height: 162px;
	
	display: inline;
	left: 650px;
	top: 0px;
	}
	
#header-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: 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;
	}
	
#informacion{
	width: 1420px;
	height: 200px;
	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-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-radius: 4px;*/
	}
#informacion p{
	width: 800px;
	height: 200px;
	padding-top: 39px;
	padding-right: 39px;
	padding-bottom: 39px;
	padding-left: 39px;
	margin-left: 280px;
	font-family:  Helvetica, Arial, sans-serif;
	line-height: 34px;
	color: rgba(111,111,111,1.00);
	text-align: justify;
	font-size: medium;
	}
#footer{
	width: 1420px;
	height: 25px;
	margin-top: 740px;
	background-color: hsla(131,75%,25%,0.49);	
	}
	
	#footer p{
	color: #E1E1E1;
	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;
		}