@import url("styles.css");

#consulta {
	width: 392px;
	float: left;
	display: inline;
	
	position: relative;
}

#consulta .header {
	background-image: url("../images/back_contacto_top.jpg");
	background-repeat: no-repeat;
	background-position: bottom;
	width: 392x;
}
#consulta .header p {
	padding-bottom: 9px;
	margin: 0px;
	font-size: 11px;
	color: #8c8c8c;
	text-transform: uppercase;
}

#consulta .middle {
	background-image: url("../images/back_contacto_middle.jpg");
	background-repeat: no-repeat;
	background-position: right;
	width: 392x;
	height: 240px;
	
	padding-top: 15px;
	position: relative;
}

#consulta .bottom {
	background-image: url("../images/back_contacto_bottom.jpg");
	background-repeat: no-repeat;
	background-position: top;
	width: 392x;
}

#consulta .bottom  p {
	margin: 0px;
	padding-top: 30px;
	text-align: right;
	width: 280px;
}

#consulta .middle p {
	margin: 0px;
	color: #626262;
	font-size: 12px;
	font-weight: bold;
	
	width: 280px;
	margin-left: 10px;
	padding-top: 7px;
	padding-bottom: 7px;
		
	position: relative;
}
#consulta .middle input {
	border: 0px;
	padding: 0px;
	background-image: url("../images/back_input_medio_corto.gif");
	position: absolute;
	
	right: 50px;
	height: 16px;
	width: 129px;	
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	
	font-size: 10px;
}

#consulta .middle textarea {
	border: 0px;
	padding: 0px;
	background-image: url("../images/back_select_medio_corto.gif");
	position: absolute;
	
	right: 50px;
	width: 139px;
	height: 130px;
	
	font-size: 11px;	
}

#consulta form {
	clear: none;
}

#consulta img {
	position: absolute;
	right: -3px;
	top: 13px;
}

#consulta #cartel_ok {
	font-size: 10px;
	color: blue;
	
	position: absolute;
	bottom: -10px;
	left: 0px;
	
	text-align: center;
}

/**
 * Ubicación
 */
#direccion {
	float: right;
	padding-right: 12px;
	width: 220px;

	text-align: right;
	color: #626262;
}

#direccion h3 {
	font-family: arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
}

#direccion .datos {
	font-size: 12px;
}

#direccion .datos a {
	color: #626262;
	text-decoration: underline;
}

#direccion .vermapa {
	margin-top: 20px;
}
