body {
	font-family: 'Voltaire', sans-serif;
	color: #333333;
	font-size: 16px;
	background-image: url(../imagenes/reparacion_fondo_provincias.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	background-color: #ECECFB;
}

body.fondo_inicio {
	background-image: url(../imagenes/reparacion_fondo.jpg);
}

body.reparaciones {
	background-image: url(../imagenes/reparacion_fondo_reparaciones.jpg);
}

body.contactar {
	background-image: url(../imagenes/reparacion_fondo_contactar.jpg);
}


#aviso_cookies {
	position: fixed;
	bottom: 0px;
	right: 5px;
	background-color: #666;
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 0px;
	visibility: hidden;
	z-index: 50;
}

#contenedor {
	position: relative;
	width: auto;
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#fondo_datos_prov {
	background-color: #FFF;
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0px;
	right: 0px;
	opacity: 0.8;
	z-index: 1;
	visibility: hidden;
	background-attachment: fixed;
}

#contenedor_datos_prov {
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0px;
	left: 0px;
	display: table;
	z-index: 2;
	visibility: hidden;
	background-attachment: fixed;
}

.cont_datos_prov {
	display: table-cell;
	height: 100%;
	vertical-align: middle;
	text-align: center;
}

.contenido_datos_prov {
	background-color: #333;
	height: 60%;
	width: 40%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: center;
	border-radius: 0 0 4px 4px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.3);
	box-shadow: 0 1px 1px rgba(0,0,0,0.3);
}

p.titulo_datos_prov {
	font-size: 28px;
	color: #EEE;
	text-align: center;
	font-weight: bold;
	margin: 0px;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}

p.logo_datos_prov {
	text-align: center;
}

p.txt1_datos_prov {
	font-size: 38px;
	color: #FFF;
	text-align: center;
	font-weight: bold;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding: 0px;
}

p.txt2_datos_prov {
	font-size: 28px;
	color: #FFF;
	text-align: center;
	font-weight: normal;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding: 0px;
}

p.txt3_datos_prov {
	font-size: 18px;
	color: #FFF;
	text-align: center;
	font-weight: normal;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding: 0px;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}

header {
	width: 100%;
	padding: 0px;
	margin: 0px;
}

header.cabecera, header.cabecera_contacto, header.cabecera_contacto_inicio {
	height: 110px;
	margin-top: 10px;
}

header.titulo_inicio {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-color: #ECECFB;
}

.logo, .logo_inicio {
	position: relative;
	float: left;
	text-align: left;
	width: 300px;
	height: 100px;
	padding: 0px;
	margin: 0px;
}

.tfnos_cabecera_inicio {
	position: relative;
	float: right;
	width: 280px;
	height: 100px;
	text-align: left;
	background-image: url(../imagenes/reparacion_img_tfnos.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.tfnos_cabecera_reparacion_inicio {
	position: relative;
	float: right;
	width: 280px;
	height: 100px;
	text-align: left;
	background-image: url(../imagenes/reparacion_img_tfnos.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.tfnos_cabecera {
	position: relative;
	float: right;
	width: auto;
	height: 110px;
	text-align: left;
	background-image: url(../imagenes/reparacion_img_tfnos.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin: 0px;
}

.tfnos_cabecera_contacto, .tfnos_cabecera_contacto_inicio {
	position: relative;
	float: right;
	width: auto;
	height: 110px;
	text-align: left;
	background-image: url(../imagenes/reparacion_img_tfnos.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin: 0px;
	display:none
}

.img_logo. img_logo_inicio {
	width: 300px;
	height: 100px;
}

.img_logo_p {
	width: 200px;
}

.iconos {
	vertical-align: middle;
}

.iconos_rs {
	width: 25px;
	height: 25px;
	margin-left: 5px;
}

/* Menu */ 
nav {
	width: 100%;
	margin: 0px;
	padding: 0px;
	float: right;
	text-align: right;
	height: 40px;
}

nav select {
	display: none;
	width: 80%;
	height: 30px;
	padding-left: 5%;
	margin-right: 10%;
	margin-top: 5px;
	font-family: 'Voltaire', sans-serif;
	font-size: 16px;
	border-radius: 0 0 4px 4px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.3);
	box-shadow: 0 1px 1px rgba(0,0,0,0.3);
}

nav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	background-color: #0085B2;
}

nav ul li {
	float: right;
	margin: 0px;
	text-align: center;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 30px;
}

nav ul li a {
	display: block;
	text-decoration: none;
	width: 100%;
	font-size: 22px;
	color: #32313F;
	font-weight: normal;
	line-height: 40px;
	height: 40px;
	margin: 0px;
	padding: 0px;
}

nav ul li a:hover {
	color: #006699;
}

/*menu inf provincias*/
nav.nav_provincias, nav.nav_provincia {
	float: left;
	padding-bottom: 25px;
	height: auto;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

nav.nav_provincias ul li, nav.nav_provincia ul li {
	float: left;
	margin: 0px;
	padding: 0px;
}

nav.nav_provincias ul li a, nav.nav_provincia ul li {
	display: block;
	width: 100px;
	height: 17px;
	margin-left: 10px;
	margin-right: 10px;
	padding-left: 0px;
	padding-right: 0px;
	line-height: 17px;
	text-decoration: none;
	color: #666;
	margin-top: 3px;
	margin-bottom: 0px;
	padding-top: 1px;
	padding-bottom: 1px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	font-size: 16px;
}   
nav.nav_provincias ul li a:hover {
	color: #333;
	border-bottom-color: #111111;
}
nav.nav_provincia ul li {
	width: 220px;
}
section {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

section.montaje {
	height: 200px;
}

section.sec_txt_inf {
	margin-top: 20px;
	margin-bottom: 20px;
}

section.formu_averias {
	background-color: #313140;
	padding-bottom: 20px;
	border-radius: 0 0 4px 4px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.3);
	box-shadow: 0 1px 1px rgba(0,0,0,0.3);
	margin-top: 10px;
	margin-bottom: 25px;
}

article {
	margin: 0px;
	padding: 0px;
	float: left;
}

article.fondo_mapa {
	width: 655px;
}

article.formu_averias {
	float: right;
	width: 25%;
	background-color: #313140;
	padding-bottom: 20px;
	border-radius: 0 0 4px 4px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.3);
	box-shadow: 0 1px 1px rgba(0,0,0,0.3);
}

article.b1_inicio {
	height: 160px;
	width: 30%;
	margin-bottom: 20px;
	background-color: #FFF;
	border-radius: 0 0 4px 4px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.3);
	box-shadow: 0 1px 1px rgba(0,0,0,0.3);
}

article.b2_inicio {
	height: 160px;
	width: 30%;
	margin-left: 5%;
	margin-bottom: 20px;
	background-color: #FFF;
	border-radius: 0 0 4px 4px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.3);
	box-shadow: 0 1px 1px rgba(0,0,0,0.3);
}

article.formu_contacto {
	float: right;
	width: 100%;
	background-color: #313140;
	padding-bottom: 20px;
	border-radius: 0 0 4px 4px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.3);
	box-shadow: 0 1px 1px rgba(0,0,0,0.3);
	margin-bottom: 10px;
}

article.descuento1 {
	height: 100%;
	width: 100%;
	margin-bottom: 20px;
	background-color: #006699;
	border-radius: 0 0 4px 4px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.3);
	box-shadow: 0 1px 1px rgba(0,0,0,0.3);
}

a {
	text-decoration: none;
	color: #990000;
}

a.ultimo_trabajo {
	text-decoration: none;
}

a.enlaces {
	font-size: 14px;
	color: #000;
}

a.enlaces:hover {
	color: #666;
}

a.enlaces_inf {
	font-size: 14px;
	color: #000;
	margin-right: 50px;
}

a.enlaces_inf:hover {
	color: #666;
}

a.enlaces_blancos {
	color: #FFF;
	text-decoration: underline;
}

a.enlaces_blancos:hover {
	color: #CCC;
	text-decoration: underline;
}

a.enlaces_blancos_p {
	color: #FFF;
	font-size: 14px;
	text-decoration: underline;
}

a.enlaces_blancos_p:hover {
	color: #CCC;
	text-decoration: underline;
}

h1 {
	font-size: 26px;
	font-weight: bold;
	color: #116aa3;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
	margin-top: -20.2%;
	line-height: 30px;
	height: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

h1.v1_inicio {
	font-size: 24px;
}

h1.v2, h1.v3, h1.v3_inicio {
	display: none;	
}

h2 {
	font-size: 26px;
	color: #000000;
	text-align: left;
	font-weight: normal;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

h2.formu, h2.formu_provincia {
	font-size: 26px;
	color: #FFFFFF;
	text-align: left;
	font-weight: normal;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}

h2.formu_provincia {
	padding-left: 7%;
}

h2.titulo_txt_inf {
	color: #FFF;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

#listado_inf_provincia_bis {
	display: none;
	text-align: center;
}

h3 {
	font-size: 22px;
	font-weight: normal;
	color: #006699;
	margin: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
}

img.panoramica {
	width: 100%;	
}

ul.texto_normal {
	list-style-type: square;
	margin-top: -5px;
}

ul.texto_normal li {
	font-size: 14px;
	font-weight: bold;
	color: #333;
	margin-left: 25px;
	margin-right: 40px;
	line-height: 20px;
}

p {
	color: #333;
	padding: 0px;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

p.txt_aviso_cookies {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	text-align: center;
	font-weight: normal;
	font-size: 11px;
	margin: 0px;
	padding-top: 15px;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-left: 25px;
}

p.tfno1_sup {
	background-image: url(../imagenes/reparacion_icono_tfno.jpg);
	background-repeat: no-repeat;
	line-height: 25px;
	height: 25px;
	padding-left: 35px;
	margin-top: 10px;
	font-size: 24px;
	color: #990000;
	text-align: left;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

p.tfno2_sup, p.tfno2_sup_bis {
	background-image: url(../imagenes/reparacion_icono_movil.jpg);
	background-repeat: no-repeat;
	line-height: 25px;
	height: 25px;
	padding-left: 35px;
	margin-top: 10px;
	font-size: 24px;
	color: #990000;
	text-align: left;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

p.tfno2_sup_bis {
	background-image: url(../imagenes/reparacion_icono_movil2.jpg);
	padding-left: 65px;
}

p.txt_inf {
	color: #E5E5E5;
	margin-bottom: 10px;
	font-size: 17px;
}

p.txt1_horario {
	margin-bottom: 10px;
	font-size: 22px;
	color: #000;
	margin-top: 5px;
}

p.txt2_horario {
	margin-bottom: 10px;
	font-size: 22px;
	color: #666;
}

p.txt1_horario_cabecera {
	margin-bottom: 10px;
	font-size: 22px;
	color: #000;
	margin-top: 5px;
	text-align: center;
}

p.txt2_horario_cabecera {
	margin-bottom: 10px;
	font-size: 22px;
	color: #666;
	text-align: center;
}

img.fotos_inicio {
	float: left;
	width: 100%;
}

.buscador_prov {
	display: none;
	float: left;
	width: 100%;
	padding: 0px;
	height: 35px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #313140;
	border-radius: 0 0 4px 4px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.3);
	box-shadow: 0 1px 1px rgba(0,0,0,0.3);
}

.titulo_buscador_prov {
	float: left;
	padding: 0px;
	margin-top: 7px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 35px;
	font-size: 16px;
	color: #FFF;
}

.select_buscador_prov {
	float: left;
	width: 215px;
	margin-top: 7px;
	margin-left: 0px;
	margin-right: 20px;
}

.nros_inicio {
	float: left;
	width: 50px;
	height: 50px;
	border-radius: 0 0 4px 4px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.3);
	box-shadow: 0 1px 1px rgba(0,0,0,0.3);
	background-color: #116aa3;
	margin-top: 5px;
	margin-left: 5px;
	line-height: 50px;
	color: #FFF;
	text-align: center;
	font-size: 30px;
}

.titulos_b_inicio {
	float: left;
	height: 47px;
	margin-top: 8px;
	margin-left: 15px;
	color: #006699;
	text-align: left;
	font-size: 18px;
}

.titulos_descuentos {
	float: left;
	height: 30px;
	margin-top: 8px;
	margin-left: 25px;
	color: #FFF;
	text-align: left;
	font-size: 24px;
}

.txt_b_inicio {
	float: left;
	margin-top: 15px;
	margin-left: 0px;
	font-size: 16px;
	color: #333;
	text-align: left;
	margin-right: 0px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	border-radius: 0 0 4px 4px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.3);
	box-shadow: 0 1px 1px rgba(0,0,0,0.3);
	background-color: #E5E5E5;
}

.txt_descuentos {
	float: left;
	width: 94%;
	font-size: 16px;
	color: #333;
	text-align: left;
	margin-top: 15px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 15px;
	padding-right: 3%;
	padding-bottom: 15px;
	padding-left: 3%;
	border-radius: 0 0 4px 4px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.3);
	box-shadow: 0 1px 1px rgba(0,0,0,0.3);
	background-color: #E5E5E5;
}

.listado_provincias {
	float: left;
	width: 100%;
}

.menu_inf {
	margin: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	float: left;
	width: 100%;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	text-align: right;
}

.horario {
	float: left;
	width: 60%;
	height: 100px;
	text-align: left;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.horario_cabecera {
	float: left;
	width: 100%;
	height: 100px;
	text-align: left;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	display:none
}

.tfnos_contactar {
	float: right;
	width: 40%;
	height: 100px;
	text-align: left;
	background-image: url(../imagenes/reparacion_img_tfnos.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.txt_h1 {
	font-size: 15px;
}

.resaltar {
	color: #990000;
	font-weight: normal;
}

.resaltar_naranja {
	color: #FFCC00;
	font-weight: normal;
}

.resaltar_blanco {
	color: #FFF;	
}

/*Formulario*/
input.cajas {
	width: 100%;
	font-family: 'Voltaire', sans-serif;
	font-size: 14px;
	color: #333;
	height: 18px;
	background-color: #FFFFFF;
	letter-spacing: 1px;
	text-indent: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-top-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-left-style: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
}
input.botones {
	width: 150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #131D26;
	height: 25px;
	letter-spacing: 1px
}
select {
	font-family: 'Voltaire', sans-serif;
	font-size: 16px;
	color: #333;
	border: none;
	outline: none;
	display: inline-block;
	cursor: pointer;
	width: 100%;
	margin: 0;
	height: 22px;
	text-indent: 5;
	padding-left: 5px;
	background: #FFF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 3px 0 #343434, 0 -1px #fff inset;
	-moz-box-shadow: 0 3px 0 #343434, 0 -1px #fff inset;
	box-shadow: 0 3px 0 #343434, 0 -1px #fff inset;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 4px;
}
textarea {
	font-family: 'Voltaire', sans-serif;
	font-size: 14px;
	color: #333;
	width: 95.5%;
	height: 50px;
	background-color: #FFF;
	padding-right: 5px;
	padding-left: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-top-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-left-style: none;
	padding-top: 4px;
	padding-bottom: 4px;
}
textarea.comentarios_contacto {
	width: 98.7%;
}
textarea.textarea_provincia {
	width: 99%;
}
.etiquetas_formu {
	float: left;
	color: #FFF;
	width: 84%;
	text-align: left;
	height: 18px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 7%;
	padding: 0px;
}
.inputs_formu {
	float: left;
	color: #333;
	width: 84%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 7%;
	height: 18px;
	padding: 0px;
}
.input_comentarios {
	float: left;
	color: #666;
	width: 84%;
	margin-top: 1px;
	margin-right: 7%;
	margin-bottom: 0px;
	margin-left: 7%;
	padding: 0px;
}
.check_formu, .check_formu_provincia {
	float: left;
	color: #FFF;
	width: 25px;
	text-align: left;
	height: 18px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.check_formu_provincia {
	padding-left: 7%;
}
.check_formu_contactar {
	float: left;
	color: #FFF;
	width: 25px;
	text-align: left;
	height: 18px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 7%;
}
.aviso_formu {
	float: left;
	color: #FFF;
	width: 75%;
	text-align: left;
	height: 18px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	font-size: 14px;
}
.enviar_datos_formu {
	float: right;
	width: 90%;
	margin-top: 15px;
	margin-right: 10%;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: right;
	padding: 0px;
}
.cerrar_datos_prov {
	float: left;
	width: 100%;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
	padding: 0px;
}

@media screen and (max-width: 850px) {

	body, body.reparaciones, body.reparaciones_calderas, body.reparaciones_aa, body.reparaciones_electricistas, body.servicios, body.contactar, body.descuentos, body.electricistas {
		background-image: url(../imagenes/reparacion_fondo_bis.jpg);
	}
	
	.contenido_datos_prov {
		height: 55%;
		width: 450px;
	}
	
	section.montaje {
		height: 150px;
	}
	
	section.sec_txt_inf {
		background-color: #32313F;
	}
	
	section.txt_reparaciones {
		background-color: #FFF;
		padding-bottom: 10px;
	}
	
	article.b1_inicio {
		margin-bottom: 40px;
	}
	
	article.b2_inicio {
		margin-bottom: 40px;
	}
	
	article.formu_averias {
		float: left;
		width: 100%;
		margin-top: 15px;
	}
	
	nav.nav_provincias ul li a {
		margin-left: 20px;
		margin-right: 10px;
	}
	
	h1 {
		margin-top: -20.7%;
		font-size: 24px;
	}
	
	h1.v1_inicio {
		font-size: 16px;
	}
	
	h2 {
		margin-left: 4%;
	}
	
	h2.titulo_txt_inf {
		margin-top: 15px;
		margin-right: 25px;
		margin-left: 25px;
	}
	
	h3.tit_contactar {
		margin-left: 25px;
	}
	
	p {
		margin-right: 25px;
		margin-left: 25px;
	}
	
	.horario {
		background-color: #FFF;
		width: 50%;
		padding-top: 10px;
	}
	
	.tfnos_contactar {
		background-color: #FFF;
		width: 50%;
		padding-top: 10px;
	}
	
	.titulos_b_inicio {
		font-size: 17px;
	}
	
	.txt_b_inicio {
		font-size: 15px;
	}
	
	/*Formulario*/
	input.cajas {
		width: 100%;
	}
	
	textarea {
		width: 98.5%;
	}
	
	.input_comentarios {
		margin-right: 9%;
	}
	
	.check_formu {
		margin-left: 5.5%;
	}
	.aviso_formu {
		float: left;
		color: #FFF;
		width: 75%;
		text-align: left;
		height: 18px;
		margin-top: 5px;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-left: 0px;
		padding: 0px;
		font-size: 14px;
	}
	

}

@media (min-width: 32.5em) and (max-width: 38.688em) {
	
	body, body.reparaciones, body.reparaciones_calderas, body.reparaciones_aa, body.reparaciones_electricistas, body.servicios, body.contactar, body.descuentos, body.electricistas {
		background-image: url(../imagenes/reparacion_fondo_tablet.jpg);
	}
	
	body.fondo_inicio {
		background-image: url(../imagenes/servicio_tecnico_fondo_tablet_inicio.jpg);
	}
	
	#contenedor {
		width: 450px;
	}
	
	.contenido_datos_prov {
		height: 80%;
		width: 275px;
	}
	
	p.titulo_datos_prov {
		font-size: 18px;
	}
	
	p.txt1_datos_prov {
		font-size: 18px;
	}
	
	p.txt2_datos_prov {
		font-size: 16px;
	}
	
	p.txt3_datos_prov {
		font-size: 12px;
	}
	
	header.cabecera {
		height: 75px;
	}
	
	header.cabecera_contacto, header.cabecera_contacto_inicio {
		height: auto;
	}
	
	nav.nav_provincia ul li {
		width: 200px;
	}
	
	section.montaje {
		height: 94px;
	}
	
	section.sec_txt_inf {
		background-color: #32313F;
		border-radius: 0 0 4px 4px;
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		border-radius: 8px;
		-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.3);
		-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.3);
		box-shadow: 0 1px 1px rgba(0,0,0,0.3);
	}
	
	section.txt_reparaciones {
		margin-top: 20px;
		background-color: #FFF;
		border-radius: 0 0 4px 4px;
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		border-radius: 8px;
		-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.3);
		-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.3);
		box-shadow: 0 1px 1px rgba(0,0,0,0.3);
	}
	
	article.fondo_mapa {
		width: 105%;
	}
	
	article.b1_inicio {
		height: 138px;
		width: 100%;
		margin-bottom: 20px;
	}
	
	article.b2_inicio {
		width: 100%;
		height: 138px;
		margin-left: 0;
		margin-bottom: 20px;
	}
	
	.logo {
		width: 100%;
		height: 70px;
		margin-left: 0px;
		margin-bottom: 10px;
		text-align: center;
	}
	
	.logo_inicio {
		width: 100%;
		margin-left: 0px;
		margin-bottom: 10px;
		text-align: center;
	}
	
	.tfnos_cabecera_inicio {
		width: 65%;
		text-align: center;
		margin-right: 17%;
	}
	
	.tfnos_cabecera {
		width: 65%;
		text-align: center;
		margin-right: 17%;
	}
	
	.tfnos_cabecera_contacto {
		width: 65%;
		text-align: center;
		margin-right: 17%;
		display:block
	}
	
	.tfnos_cabecera_contacto_inicio {
		width: 65%;
		text-align: center;
		margin-right: 17%;
		display: block;
		height: 80px;
	}
	
	.tfnos_cabecera_reparacion_inicio {
		width: 65%;
		text-align: center;
		margin-right: 17%;
		margin-top: 0px;
		height: 80px;
		background-image: url(../imagenes/reparacion_img_tfnos.jpg);
	}
	
	.horario_cabecera {
		text-align: center;
		margin-right: 17%;
		display:block
	}
	
	.img_logo {
		width: 210px;
		height: 70px;
	}

	nav.menu_principal {
		margin-bottom: 10px;
	}
	
	nav.menu_principal select {
		display: inline-block;
	}
	
	nav.menu_principal ul {
		display: none;
	}
	
	nav.nav_provincias ul li a {
		margin-left: 20px;
		margin-right: 20px;
	}
	
	h1 {
		font-size: 16px;
		text-align: center;
		margin-top: -102px;
	}
	
	h1.v1, h1.v1_inicio {
		display: none;		
	}
	
	h1.v2 {
		display: block;
	}
	
	h2.formu {
		margin-left: 3%;
	}
	
	h3.tit_contactar {
		margin-left: 4%;
		margin-bottom: 10px;
	}
	
	p.txt_inf {
		font-size: 16px;
	}
	
	.buscador_prov {
		display: block;		
	}
	
	.horario, .tfnos_contactar {
		display:none
	}
	
	.titulos_b_inicio {
		font-size: 18px;
	}
	
	.txt_b_inicio {
		font-size: 16px;
	}
	
	.txt_descuentos {
		width: 90%;
		padding-right: 5%;
		padding-left: 5%;
	}
	
	.menu_inf {
		width: 450px;
		text-align: center;
		margin-right: 0px;
		margin-left: 0px;
		padding-right: 0px;
		padding-left: 0px;
	}
	
	textarea, textarea.comentarios_contacto {
		width: 97%;
	}
	
	.check_formu_contactar {
		margin-left: 4%;
	}
	
}

@media screen and (max-width: 32.438em) {

	body, body.reparaciones, body.reparaciones_calderas, body.reparaciones_aa, body.reparaciones_electricistas, body.servicios, body.contactar, body.descuentos, body.electricistas {
		background-image: url(../imagenes/reparacion_fondo_tablet.jpg);
	}
	
	body.fondo_inicio {
		background-image: url(../imagenes/servicio_tecnico_fondo_tablet_inicio.jpg);
	}
	
	#contenedor {
		width: 275px;
	}
	
	.contenido_datos_prov {
		height: 80%;
		width: 275px;
	}
	
	p.titulo_datos_prov {
		font-size: 18px;
	}
	
	p.txt1_datos_prov {
		font-size: 18px;
	}
	
	p.txt2_datos_prov {
		font-size: 16px;
	}
	
	p.txt3_datos_prov {
		font-size: 12px;
	}
	
	header.cabecera {
		height: 75px;
	}
	
	section.montaje {
		height: 87px;
	}
	
	section.sec_txt_inf {
		background-color: #32313F;
		border-radius: 0 0 4px 4px;
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		border-radius: 8px;
		-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.3);
		-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.3);
		box-shadow: 0 1px 1px rgba(0,0,0,0.3);
	}
	
	section.txt_reparaciones {
		margin-top: 20px;
		background-color: #FFF;
		border-radius: 0 0 4px 4px;
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		border-radius: 8px;
		-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.3);
		-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.3);
		box-shadow: 0 1px 1px rgba(0,0,0,0.3);
	}
	
	article.fondo_mapa {
		width: 105%;
	}
	
	article.b1_inicio {
		height: 160px;
		width: 100%;
		margin-bottom: 20px;
	}
	
	article.b2_inicio {
		width: 100%;
		height: 160px;
		margin-left: 0;
		margin-bottom: 20px;
	}
	
	nav.nav_provincias ul li a {
		margin-left: 10px;
		margin-right: 15px;
	}
	
	nav.nav_provincia ul li {
		width: 100%;
		text-align: center;
	}
	
	.logo {
		width: 100%;
		height: 70px;
		margin-left: 0px;
		margin-bottom: 10px;
		text-align: center;
	}
	
	.logo_inicio {
		width: 100%;
		margin-left: 0px;
		margin-bottom: 10px;
		text-align: center;
	}
	
	.tfnos_cabecera_inicio {
		width: 100%;
		text-align: center;
		margin-right: 0px;
		margin-top: 10px;
	}
	
	.tfnos_cabecera {
		width: 90%;
		text-align: center;
		margin-right: 2%;
	}
	
	.horario, .tfnos_contactar {
		display:none
	}
	
	.img_logo {
		width: 210px;
		height: 70px;
	}
	
	.img_logo_inicio {
		width: 275px;
	}
	
	.tfnos_cabecera_contacto {
		width: 90%;
		text-align: center;
		margin-right: 2%;
		display:block
	}
	
	.tfnos_cabecera_contacto_inicio {
		width: 90%;
		text-align: center;
		margin-right: 2%;
		display: block;
		height: 80px;
	}
	
	.horario_cabecera {
		text-align: center;
		margin-right: 17%;
		display:block
	}
	
	nav.menu_principal {
		margin-bottom: 10px;
	}
	
	nav.menu_principal select {
		display: inline-block;
		width: 100%;
	}
	
	nav.menu_principal ul {
		display: none;
	}
	
	h1 {
		font-size: 20px;
		text-align: center;
		margin: 0px;
		height: auto;
		line-height: 23px;
		padding-top: 8px;
		padding-right: 20px;
		padding-bottom: 8px;
		padding-left: 20px;
		border-radius: 0 0 4px 4px;
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		border-radius: 8px;
		-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.3);
		-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.3);
		box-shadow: 0 1px 1px rgba(0,0,0,0.3);
		background-color: #FFF;
	}
	
	h1.v1, h1.v1_inicio {
		display: none;		
	}
	
	h1.v3, h1.v3_inicio {
		display: block;
	}
	
	h1.v3_inicio {
		font-size: 16px;
	}
	
	h2 {
		font-size: 20px;
	}
	
	h2.formu {
		margin-left: 2%;
	}
	
	#listado_inf_provincia {
		display: none;	
	}
	
	#listado_inf_provincia_bis {
		display: block;	
	}

	h3 {
		font-size: 18px;
	}
	
	h3.tit_contactar {
		margin-left: 4%;
		margin-bottom: 10px;
	}
	
	img.panoramica {
		display: none;		
	}
	
	a.enlaces {
		text-align: center;
		width: 100%;
	}
	
	a.enlaces_inf {
		text-align: center;
		width: 100%;
		margin-right: 0px;
	}
	
	p.txt1_horario_cabecera, p.txt2_horario_cabecera {
		font-size: 18px;
		padding-top: 5px;
	}
	
	.buscador_prov {
		display: block;		
	}
	
	.titulos_b_inicio {
		font-size: 18px;
	}
	
	.txt_b_inicio {
		font-size: 16px;
	}
	
	.buscador_prov {
		height: 75px;
	}
	
	.titulo_buscador_prov {
		margin-left: 25px;
		font-size: 18px;
		width: 100%;
	}
	
	.titulos_descuentos {
		height: 25px;
		margin-left: 20px;
		padding-top: 5px;
		font-size: 20px;
	}
	
	.txt_descuentos {
		width: 84%;
		padding-right: 8%;
		padding-left: 8%;
	}
	
	.select_buscador_prov {
		float: left;
		width: 80%;
		margin-top: 7px;
		margin-left: 25px;
	}
	
	select {
		width: 100%;
	}
	
	.menu_inf {
		width: 100%;
		margin-right: 0px;
		margin-left: 0px;
		padding-right: 0px;
		padding-left: 0px;
		text-align: center;
	}
	
	textarea, textarea.comentarios_contacto {
		width: 96%;
	}
	
	.check_formu_contactar {
		margin-left: 3%;
	}
	
}

@media screen and (max-width: 27.5em) {
	
	
}
