/* 
NOTAS:
seccion: contacto
última actualización: 18 / 08 /08
ancho total =  960px
altura mínima = 625px
*/

div#content-holder {
	padding:10px 20px;
	width:920px;
	min-height:605px;
	
	background:url(../images/contacto/background.jpg) no-repeat;
}






/*------------------------- MÓDULO IZQUIERDA --------------------------*/
div#left-panel{
	float:left;
	width:500px;
}

/* dirección y contácto */
div#left-panel .direccion a{
	color:#8b6628;
	
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
}
div#left-panel .direccion a:hover{
	text-decoration:underline;
}


/* formulario */
div#formulario{
	margin-top:25px;
	width:467px;
	
	color:#fff;
}

div#formulario .content{
	padding:20px;
	height:365px;
	background:#d2ad42 url(../images/contacto/form-background.jpg) no-repeat;
}

div#formulario .foot{
	padding:9px 20px 0 20px;
	height:24px;
	
	background:#8a4909 url(../images/contacto/form-foot.jpg) repeat-x;
	
	text-align:right;
	font-size:12px;
	font-weight:bold;
}

div#formulario .reflection{
	background:#d8c28b url(../images/contacto/form-reflection.jpg) repeat-x;
	height:25px;
}

div#formulario .etiqueta{
	float:left;
	
	padding-top:.5em;
	padding-right:5px;
	width:110px;
	
	font-size:11px;
	font-weight:bold;
}

div#status{
	clear:both;
	display:block;
	
	padding:2px 5px;
	margin-top:10px;
	
	color:#912205;
	background:#cda84a;
	
	font-size:10px;
	font-weight:bold;
	text-align:center;
	
	border:solid 1px #d8b15f;
}

/* elementos del formulario */
div#formulario input{
	float:left;
	margin:5px 0;
	padding:3px 5px 0 5px;
	border:0;
	
	width:300px;
	height:17px;
	
	color:#745521;
	background:transparent url(../images/contacto/form-alphatile.png) repeat-x;
}
div#formulario input.enviar{
	color:#fff;
	background:transparent;
	text-align:right;
	font-weight:bold;
	
	margin:0;
	border:0;
	padding:0;
	
	float:none;
	width:auto;
}
div#formulario input.enviar:hover{
	color:#d2ad42;
}
div#formulario select.servicios{
	float:left;
	width:300px;
	margin:5px 0;
	/*margin-left:90px;*/
	
}
div#formulario .comentarios{
	float:left;
}
div#formulario textarea{
	margin:5px 0;
	padding:3px 5px;
	border:0;
	
	width:299px;
	height:164px;
	
	color:#745521;
	background:transparent url(../images/contacto/form-alphatile.png);
}






/*------------------------- MÓDULO DERECHA --------------------------*/
div#right-panel{
	margin-left:500px;
	padding-left:10px;
}

/* ícono */
div#right-panel .titulo{
	margin-top:5px;
	margin-left:150px;
}


/* mapa */
div#mapa{
	margin-top:35px;
	padding:10px;
	width:380px;
	height:280px;
	
	background:#e9e0bb;
}
div#mapa-holder{
	width:380px;
	height:280px;
}
