@charset "utf-8";
/* CSS Document */
.contenido {
	width: 96% auto;
	max-width: initial !important;
	height:100%;
	max-height: initial !important;	
	font-size: 14px;
}
.letraC {font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, sans-serif; color: Black !important;}
.consulta {background-color: #FFF;}
input {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background: none;
	margin-top: 4px;
}
#cabecera {font-size:28px; text-align:center;}
#subtitulo {font-size:17px; text-align:center;}
#formContacto{ padding:2%; position:relative; margin:0px;}
.ol{
	padding-left:5px;
	padding-right:2px;
	margin-top: 8px;
	margin-bottom: 8px;
	clear:both;
}
#izquierda {float:left;	margin-top: 8px; margin-bottom: 8px; clear:left;}
#derecha {float:right; margin-top: 8px;	margin-bottom: 8px; clear:right; padding-right:5%}
.izquierda {width:60%; float:left; background:none; height:100%;}
.derecha {width:40%; float:right; height:100%;}
#mapaIzq {float:left; width:48%; background:none;}
#mapaDcha {float:right; width:48%; background:none;}
#calle {text-align:center; background-color:#FFF;  margin-top:12px;}
#boton {
	background-color:#4f5a98;
	text-align:center;
	color:#FFF;
	padding:5px;
	margin-bottom: 20px;
}
textarea {
	width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	-webkit-border-radius: 6px;
  	-moz-border-radius: 6px;
  	border-radius: 6px;
    max-width: initial !important;
	background:none;
	margin-top:4px;
}
/*Formulário de presupuesto*/
.fondo {
	width:100%;
	max-width: initial !important;
	background: url(Imagenes/brick-wall2.jpg) no-repeat fixed center;
	margin: 0px;
	height: 100%;
	max-height: initial !important;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center top;
	background-attachment: fixed;
	background-size: auto;
	background-size: cover;
	//-webkit-background-size: cover;
    //-moz-background-size: cover;
    //-o-background-size: cover;;
	padding-top: 4%;
	padding-right: 4%;
	padding-bottom: 4%;
	padding-left: 4%;
}
.numero {width:40px; color:#FFF;}
.letraP {font-family: "Trebuchet MS", sans-serif; color:#FFF !important;}
.transparencia {
	background-color: rgba(51, 14, 8, 0.90);
	border: 10px solid transparent;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	vertical-align: middle;
	height: auto;
}
#seccion {
	font-size: 18px;
	width: 100%;
	text-decoration: underline;
	margin-top: 8px;
	margin-bottom: 2px;
}
.dato {	border: thin dotted #999;}
.bloque {width: 100%;margin-top: 8px;clear: both;}
#separador {
	margin: 0px;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 40px;
	padding-left: 0px;

}
option {background-color:#000; color:#fff;}
@media screen and (max-width: 800px) {
.izquierda {width:100%; float:none;}
.derecha {width:100%; float:none;}
#mapaIzq {float:none; width:96%;}
#mapaDcha {float:none; width:96%;}
}
@media screen and (max-width: 500px) {
#derecha {float:left; clear:both}
#separador {padding-top: 65px; padding-bottom: 65px;}
}