﻿body{
	background: url(../images/fondo.jpg);
	font-family: 'Open Sans', sans-serif;
}

#cabecera{
	background: #4f3900;
	width: 100%;
	height: 140px;
}

#cabecera-conten{
	background: #4f3900;
	width: 1100px;
	height: 140px;
	margin: 0 auto;
}

#logotipo{
	border: 0px solid red;
	height: 100%;
	color: #f9e2a6;
	font-weight: bold;
	font-size: 30px;
	font-family: 'Signika', sans-serif;
	line-height: 45px;
	text-align: center;
	float: left;
	padding: 25px 0;

	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

#logotipo span{
	font-weight: normal;
	font-size: 17px;
}

#menu{
	border: 0px solid white;
	float: right;
}

#menu ul{
	margin: 45px 0 0 0;
}

#menu ul li{
	float: left;
}

#menu a{
	text-decoration: none;
	color: white;
}

.menu{
	border: 0px solid white;
	width: 220px;
	text-align: center;
	padding: 12px 0;
}

.menu:hover, .activo{
	color: #F9E2A6;
}

#efecto{
	width: 1100px;
	height: 350px;
	margin: 20px auto;
}

#wrapP{
	width: 1100px;
	margin: 0 auto;
}

#pagina{
	width: 1100px;
	float: left;
	padding: 15px 0;
	margin: 10px 0;
}


#footer{
	background: #4f3900;
	width: 100%;
	height: 100px;
	float: left;
}

#footer-conten{
	background: #4f3900;
	width: 1100px;
	height: 100px;
	margin: 0 auto;
}

#footer-conten span{
	color: #F9E2A6;
	font-size: 24px;
	float: left;
	margin: 40px 0;
}

#footer-conten a{
	color: white;
}