body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td { margin: 0; padding: 0;  }
table{ border-collapse: collapse; border-spacing: 0; }
img { border: 0; }

body {
	background-image: url(img/fondo_web.jpg);
	background-position: bottom center;
	background-repeat: repeat-y;
	background-color: #074586;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.float_left { float: left; }
.float_right { float: right; }
.clear_both { clear: both; }
.align_left { text-align: left; }
.align_right { text-align: right; }
.align_center { text-align: center; }

table#estructura {
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	vertical-align: middle;
}

div#contenedor {
	margin: 0 auto;
	width: 940px;
	height: 600px;
	background: url(img/fondo_index.jpg) no-repeat left top;
}
div#contenedor_form {
	margin: 0 auto;
	width: 940px;
	height: 600px;
	background: url(img/fondo_formulario.jpg) no-repeat left top;
}

div#links_form {
	text-align: left;
	position: relative;
	top: 175px;
	left: 30px;
}

#links_form_space {
	padding-top: 5px;
}

div#texto_derecha {
	width: 200px;
	position: relative;
	top: 220px;
	padding-right: 140px;
}
*:first-child+html div#texto_derecha { /* hack para IE7 */
	width: 340px;
}
* html div#texto_derecha { /* hack para IE6 */
	width: 340px;
}

h1{
	font-size: 15px;
	font-weight: bold;
	color: #009cdd;
	line-height: 22px;
}
h2{
	font-size: 12px;
	font-weight: 100;
	color: #074586;
	line-height: 20px;
}

#txt_pie{
	font-size: 12px;
	font-weight: bold;
	color: #074586;
}

div#parte_superior {
	height: 450px;
}

div#parte_inferior {
	text-align: left;
	padding-left: 30px;
}

/* FORMULARIO */

#formulario{
	position: relative;
    top: 100px;
    left: 279px;
	width: 610px;
	color: #5a81b8;
	text-align:justify;
	font-size: 9px;
}
*:first-child+html #formulario { /* hack para IE7 */
    left: 115px;
}
* html #formulario { /* hack para IE6 */
    /* top: 100px; */
    left: 115px;
}

#formulario p.title {
	font-size: 14px;
	color: #659d1c;
}

#formulario p.texto_intro {
    color: #004389;
}

#formulario p.error {
	color: #c20808;
}

#formulario p.ok {
	color: #659d1c;
}

#formulario p.msg_dflt {
	margin: 4px 0;
	text-align: center;	
}

#formulario div#msg_verde {
    background-color: #659d1c;
    padding: 3px 0;
    margin: 13px 0;
}

#formulario div#msg_verde {
    color: #ffffff;
    text-align: center;
}

#formulario .texto_form, .texto_form_error {
	width: 220px;
	height: 18px;
	border: 1px solid #4982c7;
	font-size: 10px;
	padding: 1px 2px;
}

#formulario .texto_form_direccion {
	width: 145px;
	margin-left: 3px;
	height: 18px;
	border: 1px solid #4982c7;
	font-size: 10px;
	padding: 1px 2px;
}

#formulario .texto_form_numero {
	width: 40px;
	height: 18px;
	border: 1px solid #4982c7;
	font-size: 10px;
	padding: 1px 2px;
}
#formulario .texto_form_piso {
	width: 50px;
	height: 18px;
	border: 1px solid #4982c7;
	font-size: 10px;
	padding: 1px 2px;
}
#formulario .texto_form_puerta {
	width: 40px;
	height: 18px;
	border: 1px solid #4982c7;
	font-size: 10px;
	padding: 1px 2px;
}
#formulario .texto_form_otros_datos {
	width: 152px;
	height: 18px;
	border: 1px solid #4982c7;
	font-size: 10px;
	padding: 1px 2px;
}

#formulario .etiqueta_form{
	margin-top: 4px;
	width: 70px;
	color: #004389;
	float:left;
}
#formulario .etiqueta_numero{
	margin: 4px 0 0 70px;
	width: 20px;
	color: #004389;
}
#formulario .etiqueta_piso{
	margin-top: 4px;
	text-align: center;
	width: 30px;
	color: #004389;
}
#formulario .etiqueta_puerta{
	margin-top: 4px;
	text-align: center;
	width: 40px;
	color: #004389;
}
#formulario .etiqueta_otros_datos{
	margin: 4px 0 0 70px;
	width: 68px;
	color: #004389;
}

#formulario .etiqueta2_form{
	margin-top: 4px;
	width: 70px;
	padding-left: 20px;
	color: #004389;
	float: left;
}

#formulario .first_fila {
	margin-top: 5px;
}

#formulario .fila_form{
	padding:3px 0 0 0;
}

#formulario .check_form {
	margin-top: 0px;
}
*:first-child+html #formulario .check_form { /* hack para IE7 */
    margin-top: 4px;
}
* html #formulario .check_form { /* hack para IE6 */
    margin-top: 4px;
}

#formulario .check_color {
	color: #004389;
}
#boton_enviar{
	position: relative;
    top: 22px;
    left: 200px;
	background-image: url(img/boton_enviar_hover.gif);
    background-repeat: no-repeat;
	color:#ffffff;
	border:none;
	cursor:pointer;
	height: 20px;
	width: 74px;
	padding-bottom:3px;
	font-weight:bold;
	font-size: 12px;
}
#boton_enviar:hover{
	background-image: url(img/boton_enviar_hover.gif);
    background-repeat: no-repeat;
	color:#FFFFFF;
}

.parte_abajo_left {
	width: 55%;
	padding: 0;
	margin-top: 10px;
}
.parte_abajo_right {
    width: 44%;
    padding: 0;
    margin-top: 10px;
}

.check_verde {
    color: #659d1c;
    font-weight: bold;
}

.cb_provincias {
	width: 220px;
	border: 1px solid #4982c7;
	font-size:1.0em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	height:18px;
	margin-bottom:-3px;
	padding: 1px 0;
}

.cb_provincias_short {
	width: 72px;
	border: 1px solid #4982c7;
	font-size:1.0em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	height:18px;
	margin-bottom:-3px;
	padding: 1px 0;
}

.cb_provincias_error {
	width: 220px;
	background:#FFEAEA;
	border: 1px solid #4982c7;
	font-size:1.0em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

* html .cb_provincias2{
	margin-left:-3px;
}

.checkbox_form {
	margin-right: 5px;
}

.red{
	color:#e10000;
}
.bold{
	font-weight:bold;
}

.disabled {
	color: #b3c5de;
}

.linea_margin {
    font-size: 3px;
}
*:first-child+html .linea_margin { /* hack para IE7 */
    font-size: 0px;
    line-height: 0px;
    height: 0px;
}
* html .linea_margin { /* hack para IE6 */
   font-size: 0px;
   line-height: 0px;
   height: 0px;
}

div#provincia_html, div#poblacion_html {
	height: 18px;
}

.select_selecciona {
	font-style: italic;
}
