/* @override 
	http://localhost/web_alacena_carlos/css/02_la_empresa.css
	http://www.block.es/alacena/css/02_la_empresa.css
	http://localhost/web_alacena/css/02_la_empresa.css
*/

#textoIntro{
	position: relative;
	top: -19px;
}
#contenido{
	position: relative;
	top: 50px;
}
#origenes{
	float: left;
	position: relative;
	background: white url(../includes/imagenes/fondo_origenes.png) no-repeat 0 23px;
	width: 413px;
	height: 214px;
}
#origenes div{
	position: relative;
}

#origenes #texto{
	position: relative;
	width: 406px;
	top: -5px;
	*top: 8px;
}

h5{
	line-height: 14px;
}
#elObrador{
	float: right;
	position: relative;
	background: url(../includes/imagenes/fondo_el_obrador.png) no-repeat 0 23px;;
	width: 308px;
	margin-bottom: 13px;
}
#elObrador div{
}
#galeria{
	height: 227px;
	position: relative;
}
#diapo1, #diapo2, #diapo3, #diapo4, #diapo5{
	display: none;
	position: absolute;
	top: 11px;
}
#diapo1{
	display: block;
}
#diapo1Min, #diapo2Min, #diapo3Min, #diapo4Min, #diapo5Min {
	position: absolute;
	left: 254px;
}
#diapo1Min{
	top: 11px;
}
#diapo2Min{
	top: 51px;
}
#diapo3Min{
	top: 91px;
}
#diapo4Min{
	top: 132px;
}
#diapo5Min{
	top: 171px;
}


#dondeEstamos{
	position: relative;
	top: 13px;
	left: 146px;
}

#datos{
	position: absolute;
	top: 49px;
	left: 15px;
}

#mapa{
	background: url(../includes/imagenes/fondo_donde_estamos.png) no-repeat;
	position: relative;
	height: 214px;
	width: 416px;
	float: left;
	left: -4px;
	margin-bottom: 62px;
	clear: both;
	*margin-top: 45px;
}

#google{
	position: absolute;
	top: 40px;
	left: 164px;
	height: 177px;
	width: 245px;
}
#formulario{
	background:  url(../includes/imagenes/fondo_contacto.png) no-repeat;
	position: relative;
	height: 214px;
	width: 311px;
	float: right;
	margin-bottom: 62px;
	clear: right;
}
#formulario span{
	position: absolute;
	top: 13px;
	left: 121px;
}
#formulario input, #formulario textarea{
	border: 1px solid #cec6bb;
	font: 10px Tahoma;
	color: #837670;
	overflow: auto;
}
#formulario label{
	position: absolute;
	text-align: right;
	right: 226px;
}
#formulario input{
	position: absolute;
	width: 185px;
	left: 92px;
	
}
#nombre label{
	top: 60px;
}
#nombre input{
	top: 57px;
}
#email label{
	top: 89px;
}
#email input{
	top: 86px;
}
#comentario label{
	top: 115px;
}
#comentario textarea{
	position: absolute;
	width: 185px;
	top: 115px;
	left: 92px;
	height: 50px;
}
#enviar input{
	position: absolute;
	top: 174px;
	left: 116px;
	width: auto;
	height: auto;
	border-style: none;
}
	

#error{
	position: absolute;
	top: 285px;
	left: 524px;
	display: none;
	font-size: 11px;
	z-index: 100;
	background-color: transparent;
}

