/*
********************************************
* FORMULARIO
********************************************
*/
#contenedor_formulario {
	float: left;
	width: 390px;
	overflow: hidden;
	text-align: justify;
	/*background-color: #FC0;*/
}


/*
********************************************
* SHOW ROOM
********************************************
*/
#contenedor_show_room {
	float: right;
	width: 390px;
	overflow: hidden;
	text-align: justify;
	/*background-color: #D98;*/
}

#contenedor_mapa {
	width: 370px;
	overflow: hidden;
	margin: 0 auto;
	padding: 1px;
	text-align: center;
	background-color: #CCC;
}



/*
********************************************
* TELEFONOS
********************************************
*/
#contenedor_telefonos {
	overflow: hidden;
	text-align: justify;
	/*background-color: #AC4;*/
}

.telefonos {
	width: 600px;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 25px;
	margin-bottom: 30px;
	padding: 20px;
	color: #987615;
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
	border: 1px solid #EFEAB0;
	background-color: #FFC;
}


/*
********************************************
* FORMULARIO
********************************************
*/
form {
	margin: 0;
	padding: 0;
}

label{
	display: block;
	font-size: 1em;
	font-weight: bold;
}

.input, .select, .textarea {
	display: block;
	width: 350px;
	margin: 0;
	margin-bottom: 15px;
	padding: 5px;
	color: #999;
	border: 2px solid #C3C3C3;
	font-size: 1em;
}

.textarea {
	width: 350px;
	height: 110px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
}


input.submit {
	margin-top: 0;
	width: 90px;
	height: 30px;
	border: 0;
	text-indent: -9999px;
	cursor: pointer;
	background: transparent url(../Graficos/Contacto/btn_enviar.jpg) no-repeat top center;
	font-size: 0px;
	display: block;
	line-height: 0;
}

input:focus, select:focus, textarea:focus {
	color: #333;
	border: 2px solid #E7E7E7;
}


/*
********************************************
* ERRORES
********************************************
*/
label.error {
	float: right;
	margin-right: 10px;
    line-height: 1.5em;
    margin-top: -1.5em;
	font-style: italic;
	font-weight: normal;
	color: #F00;
}

input.error, select.error, textarea.error {
	color: #333;
	border: 2px solid #E7E7E7;
}


/*
********************************************
* VARIOS
********************************************
*/
.separador_central {
	height: 40px;
	/*background-color: #F09;*/
}

#contenedor_middle.top {
	padding-top: 100px;
}