* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
img {
	border: none;
}
body {
	background: #16200a;
	height: 100%;
	font: 12px Georgia, "Times New Roman", Times, serif !important;
	color: #000;
}
h1 {
	font: bold 24px Georgia, "Times New Roman", Times, serif;
	margin: 15px 0;
	color: #337321;
}
p {
	margin-bottom: 10px;
}
a {
	color: #000;
}
#container {
	width: 955px;
	height: 625px;
	padding: 15px;
	text-align: left;
	background: url(../img/estructura/fnd_principal.jpg) no-repeat;
}
#firma {
	float: left;
	margin-top: 230px;
	margin-left: 84px;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #337321;
}
#firma a {
	color: #337321;
}
.header {
	float: left;
	width: 955px;
	height: 191px;
}
.header_retall {
	float: left;
	width: 955px;
	height: 16px;
}

#header_portada { background: url(../img/estructura/header_home.jpg) no-repeat; }
#header_empresa { background: url(../img/estructura/header_empresa.jpg) no-repeat; }
#header_servicios { background: url(../img/estructura/header_servicios.jpg) no-repeat; }
#header_contacto { background: url(../img/estructura/header_contacto.jpg) no-repeat; }

#logo {
	float: left;
	width: 199px;
	height: 159px;
	margin: 32px 0 0 52px;;
}
#telefonos {
	float: right;
	width: 175px;
	height: 87px;
	background: url(../img/estructura/telefonos.jpg) no-repeat;
}
#contenidos {
	float: left;
	width: 955px;
	height: 418px;
}
#cont_menu {
	float: left;
	width: 251px;
	padding-right: 14px;
}
#cont_menu ul {
	width: 148px;
	list-style: none;
	float: right;
	margin-right: 5px;
	margin-top: 45px;
}
#cont_menu ul li {
	display: block;
	height: 24px;
	padding-right: 10px;
	text-align: right;
	background: url(../img/menu/separador.gif) no-repeat left bottom;
}
#cont_menu ul li a {
	display: block;
	width: 148px;
	height: 15px;
	margin-top: 7px;
}
#cont_menu ul li a.inicio {
	background: url(../img/menu/inicio.gif) no-repeat 85% 0;
}
#cont_menu ul li a.inicio:hover {
	background-position: 85% -15px;
}
#cont_menu ul li a.empresa {
	background: url(../img/menu/empresa.gif) no-repeat 85% 0;
}
#cont_menu ul li a.empresa:hover {
	background-position: 85% -15px;
}
#cont_menu ul li a.servicios {
	background: url(../img/menu/servicios.gif) no-repeat 85% 0;
}
#cont_menu ul li a.servicios:hover {
	background-position: 85% -15px;
}
#cont_menu ul li a.contacto {
	background: url(../img/menu/contacto.gif) no-repeat 85% 0;
}
#cont_menu ul li a.contacto:hover {
	background-position: 85% -15px;
}
#cont_menu ul li a img {
	display: none;
	border: none;
}
#cont_cuerpo {
	float: right;
	width: 614px;
	height: 375px;
	padding: 0px 30px 30px 30px;
	margin-right: 12px;
}
#cont_menu_servicios {
	float: left;
	width: 180px;
	height: 375px;
	background-color: #d9e1d7;
}
#cont_menu_servicios ul {
	list-style: none;
	margin-top: 50px;
}
#cont_menu_servicios ul li {
	height: 25px;
	border-bottom: 1px solid #FFF;
	color: #000;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	line-height: 2.2em;
	padding-left: 10px;
}
#cont_menu_servicios ul li a {
	line-height: 2em;
	color: #337321;
	text-decoration: none;
}
#cont_menu_servicios ul li a:hover {
	text-decoration: underline;
}
#cont_detalle_servicios {
	float: right;
	width: 426px;
}
#cont_detalle_servicios #blablabla {
	padding: 0 15px 0 15px;
}
#detalle_contacto {
	width: 614px;
	height: 128px;
	background: url(../img/detalles/contacto.jpg) no-repeat;
}
#detalle_contacto .contactar {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #337321;
	font-style: normal;
	padding: 10px 15px 0 15px;
}
#detalle_contacto .contactar  strong {
	display: block;
	margin-bottom: 5px;
}
#detalle_contacto .contactar a {
	display: block;
	margin-top: 10px;
	color: #337321;
}
#detalle_contacto .contactar div {
	background: url(../img/estructura/ico_telefono.gif) no-repeat left 50%;
	padding-left:25px;
	margin-top: 5px;
}
#frmContacto {

}
#frmContacto fieldset {
	border: none;
	display: block;
}
#frmContacto label {
	display: block;
	/*font: bold 11px Verdana, Arial, Helvetica, sans-serif;*/
	font-weight: bold;
	color: #000;
	padding: 5px 0 3px 0;
}
#frmContacto input, #frmContacto textarea {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	padding: 2px;
	border: 1px solid #c4c9b9;
	background: #f2f6f1;
}
#frmContacto textarea {
	overflow: auto;
	height: 57px;
}
#frmContacto #cont_boton {
	float: left;
	width: 100%;
	margin-top: 15px;
}
#frmContacto .boton {
	/*margin: auto;*/
	float: right;
	display: block;
	width: 103px;
	height: 35px;
	background: url(../img/estructura/fnd_boton.jpg) no-repeat;
	border: none;
	color: #FFF;
}
