@charset "utf-8";
/* CSS Document */

body{
	background-image: url(backgrounds/01_INICIO.jpg);
	background-size:cover;
	background-position: center;
	/*background-repeat: no-repeat;*/
	/*margin: 0px;*/
}

a{text-decoration: none;
color: inherit;}

#cabecera{
	width: 100%;
	text-align: center;
	border-bottom: solid #707070 2px;
}

#titulo{
	font-family: 'didoni';
	font-size: 50px;
	letter-spacing: -3px;
	line-height: 100px;
	height: 100px;
	width: 450px;
	color:white;
	margin: auto;
	/*text-shadow: 10px 10px 10px black;*/
	/*border: solid red thin;*/
}

#menu{
	font-family: 'avenir';
	color:white;
	/*border: solid black thin;*/
	padding: 0px;
	margin: auto;
	width: 970px;
}

#menu li{
	min-width: 140px;
	display: inline-block;
	text-decoration: none;
	padding: 2px;
	height: 20px;
	line-height: 20px;
	transition-duration: 0.4s;
	/*border: solid red thin;*/
}

#menu li:hover{
	color: #707070;
	background-color: white;
	cursor: pointer;
	transition-duration: 0.4s;
}

#informacion{
	margin:auto;
	width: 960px;
	min-height: 700px;
	text-align: center;
}

#informacion img{
	margin-top: 200px;
	width: 580px;
}

#informacion p.descripcion{
	font-family: 'avenir';
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	/*border: solid blue thin;*/
	color: white;
	width: 560px;
	text-align:justify;
}

#informacion p.descripcion2{
	font-family: 'avenir';
	font-size: 23px;
	margin-left: auto;
	margin-right: auto;
	/*border: solid red thin;*/
	padding: 0px;
	color: white;
	width: 560px;
	height: auto;
	text-align:center;
}

#informacion p.descripcion2 img{
	margin: 0px;
	width: 100px;
	height: 100px;
}

#pie{
	color: white;
	width: 99%;
	padding-top: 15px;
	padding-top: 10px;
	height: 50px;
	font-family: "avenir";
	text-align: center;
	/*position: absolute;*/
	margin: auto;
	bottom: 20px;
}
