body{
	background: rgb(231, 217, 182);
	color: rgb(86, 87, 86);
}

.container{
	width: 1000px;
}

a{
	color: rgba(78, 78, 78, .9);
}

/* ---HEADER--- */

#header{
	width: 100%;
	height: 171px;
	background-image: url('img/head.png');
	background-repeat: repeat-x;
	display: table;
	box-shadow: 0 10px 20px #cbc1a7;
	margin-top: -30px;
}

.head{
	width: 1000px;
	margin: auto;
	padding: 0 15px 0 15px;
}

#menuprincipal{
	float: right;
	margin-top: 110px;
	
}

#menuprincipal > a {
	font-family: 'EB Garamond', serif;
	font-size: 18px;
	margin: 0 10px;
}

.separadores{
	font-family: 'EB Garamond', serif;
	font-size: 22px;
}

#logo{
	float: left;
}

/* ---CONTENT--- */

#index{
	background: rgb(214, 213, 208);
}

#fotoinicio{
	width: 100%;
	height: auto;
	position: fixed;
	z-index: -2;
	
}

.imgestuches{
	margin-top: 20px;
}

.tablaestuches{
	display: inline-block;
	vertical-align: middle;
}

.titulostablas{
	font-family: "adobe-garamond-pro", serif;
	font-size: 28px;
	font-style: italic;
	padding: 10px 0;
}

th{
	padding: 7px 0;
	border-bottom: solid 1px rgb(85, 85, 85);
	font-family: "adobe-garamond-pro", serif;
	font-weight: bold;
	font-size: 16px;
	color: rgb(100, 100, 100);
	margin-bottom: 9px;
}

.datos{
	padding: 1px 0;
}

.first{
	padding-top: 9px;
}

.columna1{
	width: 100px;
}

.columna2{
	width: 150px;
}

.columna3{
	width: 150px;
}

.listadoestuches{
	margin-top: 50px;
	margin-bottom: 150px;
}

.finlistados{
	height: 150px;
}

.direccion{
	clear: both;
	padding-top: 20px;
	font-family: 'adobe-garamond-pro', serif;
	font-weight: normal;
	font-size: 18px;
	text-align: center;
	margin-top: 0;
	margin-bottom: 100px;
}

.contacto{
	margin-top: 40px;
}

.control-label{
	font-family: 'adobe-garamond-pro', serif;
	font-weight: normal;
	font-size: 18px;
	margin-left: -25px; 
}

input{
	width: 350px;
}

textarea{
	width: 350px;
	height: 150px;
}

.imgcontactar{
	float: left;
	margin-top: 35px;
}

.contactar{
	margin: 50px 0 0 120px;
	display: inline-block;
	vertical-align: middle;
}

.enviar{
	background: rgba(47, 47, 43, .6);
	color: rgb(231, 216, 181);
	width: 80px;
	float: right;
}




/* ---FOOTER--- */

.footer{
	width: 100%;
	background: rgb(47, 47, 43); 
	text-align: center;
	height: 75px;
	transition-duration: .5s;
	margin-top: 10px;
}

.footer:hover{
	height: 240px;
}

#menufooter{
	margin-top: 4px;
	margin-bottom: -5px;
	width: 100%;
	background-color: rgba(17, 38, 64);
	color: rgb(231, 216, 181);
}

.categorias{
	font-family: 'EB Garamond', serif;
	font-size: 22px;
	padding: 20px;
}

.categorias a{
	color: rgb(231, 216, 181);
	
}

.titulos{
	padding: 12px;
	font-weight: bold;
}

.footer p{
	padding-top: 35px;
	font-size: 12px;
	color: #888;
}

#mailfooter{
	color: #888;
}