#contenido{
	height: 474px;
}

#texto{
	position: absolute;
	top: 0; left: 0;
	background: url(../images/centro_bg.jpg) no-repeat top left;
	height: 474px;
	width: 745px;
	z-index: 5;
}
#texto p{
	color: #fff;
	position: absolute;
	top: 320px;
	left: 68px;
	width: 645px;
	height: 110px;
	text-align: justify;
	font-size:120%;
	line-height: 1.6em;
}
#texto h5{
	position: absolute;
	top: 300px;
	left: 68px;
	width: 645px;
	height: 20px;
	font-size:14px;
	color:#fff;
	text-transform:uppercase;
}
#texto h4{
	position: absolute;
	top: 213px;
	left: 44px;
}

	li.nosotros h3 a{background-image: url(../images/h3_nosotros.gif);}
	li.servicios h3 a{background-image: url(../images/h3_servicios.gif);}
	li.comoLlegar h3 a{background-image: url(../images/h3_como_llegar.gif);}
	li.mapa h3 a{background-image: url(../images/h3_mapa.gif);}
	li.horarios h3 a{background-image: url(../images/h3_horarios.gif);}
	li.contacto h3 a{background-image: url(../images/h3_contacto.gif);}
	
	li.selected h3 a{background-position: bottom left !important}
	li.selected h3 a:hover{
		cursor: default;
	}
ul#servicios {
	color: #fff;
	position: absolute;
	top: 290px;
	left: 120px;
}
ul#servicios li {
	float: left;
	width: 200px;
	margin-bottom: 1px;
}
	ul#servicios li img{
		vertical-align: middle;
		margin-right: 3px;
	}
div.formateado {
	position: absolute;
	top: 285px;
	left: 45px;
	font-size:10px;

}
div.formateado p {
	position: relative !important;
	top: 0 !important;
	left: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	height: auto !important;
	width:685px !important;
	
}
div.formateado p strong {
	font-size:14px;
	text-transform:uppercase;
	margin: 0 !important;
	display: block;
}

div#mapa {
	position: absolute;
	top: 285px;
	left: 45px;
	 width: 600px; 
	 height: 150px;
}
form#contactForm {
	position: absolute;
	top: 285px;
	left: 45px;
	width: 650px !important;
	z-index: 15;
}
form#contactForm p {
	position: relative !important;
	top: 0 !important;
	left: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	height: auto !important;
	float: left !important;
	width: 200px;
}
form#contactForm label {
	display: block;
	color: #fff;
	font-weight: bold;
}
html > body #contenedora #contenido #texto #contactForm p input#contactFormsubmit{
	position: absolute;
	right: -280px;
	bottom: -95px;
}
input#contactFormsubmit {
	clear: both;
	position: absolute;
	right: -480px;
	bottom: 0;
	width: 100px;
	background: #c30000 !important;
	color: #fff;
	font-weight: bold;
}
form#contactForm input, form#contactForm textarea {
	background: #F8BF80;
	border: 1px solid #C30000;
}
div.error, div.success {
	position: absolute;
	top: 285px;
	left: 470px;
	z-index: 16;
	width: 250px;
	color: #fff;
	background: #cc0000;
	padding: 5px;
}
div.success {
	background: #009501;
}
div.success p {
	position: relative !important;
	top: 0 !important;
	left: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	height: auto !important;
	width: 200px;
}
