@charset "utf-8";
/* CSS Document */

@import url("reset.css");
@import url("general.css");
body {
	background-image: url(../images/back_body.jpg);
	background-repeat: repeat;
	background-color: #F2E2C0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
}

#contenedor {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}

#cabecera {
	background-image: url(../images/cabecera.jpg);
	background-color: #E78918;
	height: 147px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
#cuerpo {
	background-image: url(../images/back_contenido.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #FFF;
}
#menu{
	float: left;
	width: 249px;
}
#menu ul{
}
#menu li{
}
#menu a{
	font-size: 14px;
	color: #392214;
	font-weight: bold;
	text-decoration: none;
	display: block;
	height: 30px;
	background-image: url(../images/back_boton.jpg);
	background-position: left 40px;
	padding-top: 10px;
	padding-left: 20px;
}
#menu a:hover{
	background-position: left 80px;
}
#contenido{
	float: right;
	width: 600px;
	padding-right: 30px;
	font-size: 13px;
	line-height: 1.5em;
}
#contenido h1{
	font-family: "Times New Roman", Times, serif;
	color: #57331F;
	font-size: 32px;
	font-weight: normal;
	padding-top: 20px;
	padding-bottom: 20px;
}
#contenido h2{
	color: #B5873C;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	padding-bottom: 20px;
}
#contenido p{
	margin-bottom: 5px;
	margin-top: 5px;
	text-align: justify;
}
#contenido ul {
	padding-left: 20px;
	margin-left: 20px;
	list-style-type: disc;
}
#pie {
	background-color: #DBBE90;
	height: 22px;
	clear: both;
	text-align: center;
	padding-top: 8px;
	color: #573320;
}
#pie a {
	text-decoration: none;
	color: #573320;
}
#pie a:hover {
	text-decoration: underline;
}
#servicios .fotopagina{
	float: left;
	width: 110px;
	text-align: center;
	background-color: #F6EEDB;
	padding: 15px;
	margin: 5px;
	height: 150px;
}
#servicios .galeria img{
	margin: 5px;
}
#servicios a{
	text-decoration: none;
	color: #573320;
}
#servicios a:hover{
	color: #DBBE90;
}
#noticias .galeria img{
	margin: 5px;
}
#noticias h2{
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 20px;
}
#noticias a{
	text-decoration: none;
	color: #573320;
}
#noticias a:hover{
	color: #DBBE90;
}
#galeria .fotopagina{
	float: left;
	width: 110px;
	text-align: center;
	background-color: #F6EEDB;
	padding: 15px;
	margin: 5px;
	height: 150px;
}
#galeria .galeria img{
	margin: 5px;
}
#galeria a{
	text-decoration: none;
	color: #573320;
}
#galeria a:hover{
	color: #DBBE90;
}