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

body {
	background-attachment: fixed;
	background-image: url(body.jpg);
	background-repeat: repeat;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
#contenedor {
	display: table;
	height: auto;
	width: 95%;
	border-radius:10px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	padding-top: 3%;
	box-shadow: 0px 5px 5px #999;
	background-image: url(row-top-tail.png);
	background-repeat: repeat;
}
#banner {
	background-image: url(recortada2.png);
	background-repeat: no-repeat;
	height: 113px;
	width: 100%;
	position: relative;
	background-color: #F2F2F2;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #916948;
	border-bottom-color: #926949;
}
#botonera li a:hover, #botonera_interna li a:hover {
	color: #FFF;
	background-color: #290D02;
}
#botonera, #botonera_interna {
	height: auto;
	width: 100%;
	position: relative;
}
#pie {
	padding: 2%;
	width: 96%;
	position: relative;
	font-size: 0.6em;
	text-align: center;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #916948;
	color: #FFF;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	background-color: #290D02;
}
#pie a {
	color: #926949;
	text-decoration: none;
	font-weight: bold;
}
#botonera ul, #botonera_interna ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#botonera_interna {
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #916948;
	border-bottom-color: #916948;
}
#contenido {
	height: auto;
	width: 96%;
	position: relative;
	padding-top: 1%;
	padding-right: 2%;
	padding-bottom: 2%;
	padding-left: 2%;
	text-align: left;
}

#botonera li a {
	background-image: url(flecha.png);
	background-repeat: no-repeat;
	background-position: right;
	display: block;
	padding-top: 4%;
	padding-bottom: 4%;
	font-weight: bold;
	color: #622C0C;
	text-decoration: none;
	padding-left: 4%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
}
#slogan {
	float: right;
	width: 60%;
	position: relative;
	margin-top: 1%;
	padding-right: 3%;
	text-align: right;
	font-size: 0.7em;
}
.destacado {
	font-weight: bold;
	color: #290D02;
}
#logo {
	height: 85px;
	width: 97%;
	margin-bottom: 3%;
	position: relative;
	padding-left: 3%;
	}
	
#botonera_interna li a {
	color: #666;
	text-decoration: none;
	display: inline-block;
	float: left;
	width: 31%;
	padding-top: 3%;
	padding-bottom: 3%;
	background-image: url(flecha2.png);
	background-repeat: no-repeat;
	background-position: right;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	padding-left: 1%;
	font-size: 0.7em;
}
.seleccionado {
	background-color: #F2C8DC;
}

.borrar {
	clear: both;
}
#contenido_contacto {
	height: auto;
	width: 96%;
	position: relative;
	background-image: url(snowbg.png);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 2%;
	padding-right: 2%;
	padding-bottom: 2%;
	padding-left: 2%;
}
.campo_formu {
	background-color: #CCC;
	width: 100%;
	border: 1px solid #916948;
}
.boton_formu {
	background-color: #290D02;
	width: 40%;
	border: 1px solid #916948;
	padding: 1%;
	font-weight: bold;
	text-transform: capitalize;
	border-radius:10px;
	color: #FFF;
}


.titulo {
	font-size: 1em;
	color: #916948;
	font-weight: bolder;
}
.acont {
	color: #000;
	text-decoration: none;
	font-weight: bolder;
}
