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

#cintillo{
	background: #c1a678;
	width: 100%;
	height: 5px;
}

#cintillo-conten{
	width: 1100px;
	height: 5px;
	margin: 0 auto;
}

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

#pagina{
	border: 5px solid white;
	border-top: 0;
	border-bottom: 0;
	background: rgba(256,256,256,0.7);
	width: 1100px;
	float: left;
	margin: 0 0 20px 0;
}

#cabecera{
	position: relative;
	width: 1100px;
	height: 200px;
}

#redes{
	position: absolute;
	top: 80px;
	right: 40px;
}

#redes img{
	width: 40px;
	margin: 0 15px;
}

#menu{
	width: 1100px;
	float: left;
}

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

#menu ul li{
	float: left;
}

.menu{
	border-right: 1px dotted white;

	background: #c1a678;
	background: -moz-linear-gradient(top, #c1a678 0%, #a18b65 44%, #60543e 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c1a678), color-stop(44%,#a18b65), color-stop(100%,#60543e));
	background: -webkit-linear-gradient(top, #c1a678 0%,#a18b65 44%,#60543e 100%);
	background: -o-linear-gradient(top, #c1a678 0%,#a18b65 44%,#60543e 100%);
	background: -ms-linear-gradient(top, #c1a678 0%,#a18b65 44%,#60543e 100%);
	background: linear-gradient(top, #c1a678 0%,#a18b65 44%,#60543e 100%);

	width: 219px;
	font-family: 'Slabo 27px', serif;
	color: white;
	text-align: center;
	padding: 13px 0;
}

.menu:hover, .activo{
	background: #60543e;
	background: -moz-linear-gradient(top, #60543e 0%, #60543e 44%, #60543e 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#60543e), color-stop(44%,#60543e), color-stop(100%,#60543e));
	background: -webkit-linear-gradient(top, #60543e 0%,#60543e 44%,#60543e 100%);
	background: -o-linear-gradient(top, #60543e 0%,#60543e 44%,#60543e 100%);
	background: -ms-linear-gradient(top, #60543e 0%,#60543e 44%,#60543e 100%);
	background: linear-gradient(top, #60543e 0%,#60543e 44%,#60543e 100%);
}

#efecto{
	background: transparent;
	float: left;
	margin: 10px 0 0 0;
}

#contenido{
	width: 1100px;
	font-family: 'Lora', serif;
	font-family: 'Raleway', sans-serif;
	font-family: 'Slabo 27px', serif;
	padding: 15px 0;
	float: left;
}

.titulo-pestana{
	background: rgba(256,256,256,0.8);
	width: 100%;
	color: #60543e;
	font-size: 35px;
	text-align: center;
	padding: 15px 0;
	margin: 0 0 15px 0;
}

#footer{
	background: rgba(256,256,256,0.9);
	width: 100%;
	height: 300px;
	float: left;
}

#footer-conten{
	width: 1100px;
	height: 300px;
	margin: 0 auto;
}

.seccion-footer{
	border: 0px solid red;
	width: 549px;
	float: left;
	padding: 10px;

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

.titulo-seccion-footer{
	font-weight: bold;
	font-size: 30px;
	padding: 10px 0;
}

.desarrollo-seccion-footer{
	line-height: 22px;
	padding: 10px 0;
}