body {
	/*	font-family: Arial, Helvetica, sans-serif;*/
	font-family: Roboto Condensed, Arial, Sans-Serif;
	font-size: 90%;
	margin: 0;
	padding: 0;
}

textarea {
	font-family: inherit;
	font-size: 100%;
}

p {
	margin: 0;
}

img {
	border: 0;
	height: auto;
	max-width: 100%;
}

table {
	clear: both;
}

a {
	color: #255b8f;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	text-align: left;
	font-weight: normal;
	font-size: 160%;
	margin-bottom: .5em;
}

h2 {
	font-size: 150%;
	font-weight: normal;
	margin-top: 0;
	border-bottom: 1px solid;
}

h3 {
	font-size: 110%;
}

.limpio {
	clear: both
}

img.izda {
	border: 2px solid;
	float: left;
	margin: 0 10px 5px 0;
}

img.dcha {
	border: 2px solid;
	float: right;
	margin: 0 0 5px 20px;
}

.contenido {
	color: #555555;
	font-size: 95%;
	line-height: 1.4;
}

@media (min-width: 420px) {
	.contenido {
		text-align: justify;
	}
}

.borde td {
	padding: 4px 0;
}

table.datos {
	border: 1px solid #000000;
	border-collapse: collapse;
}

.datos td {
	border: 0;
	padding: 2px 3px;
	vertical-align: middle;
}

.datos thead th {
	background-color: #333333;
	color: #FFFFFF;
	text-align: center;
}

.datos tbody th {
	background-color: #999999;
	border: 1px solid #666666;
	color: #FFFFFF;
	height: 21px;
	padding: 1px 4px;
	text-align: left;
}

td.linea {
	line-height: 9px;
}

td.subencabezado {
	background-color: #DDDDDD;
	text-align: center;
	vertical-align: middle;
	border: 1px solid;
}

td.conborde {
	border: 1px solid;
}

table.tablaimagen {
	border: 0;
}

.tablaimagen td {
	padding: 5px;
}

.tablaimagen img {
	vertical-align: top;
}

.row, .rowLabel {
	overflow: auto;
	margin-bottom: 5px;
}

.rowLabel > label,
.rowLabel > span.span {
	display: inline-block;
	width: 150px;
}

.Enviar {
	margin: 1em;
	text-align: center;
}

ul.listaAlineada, .listaAlineada li {
	list-style-position: outside;
}

ol.listaAlineada, .listaAlineada li {
	list-style-position: outside;
}

.celda img {
	max-width: 100%;
	height: auto;
}

.direccion {
	margin-left: 35.25pt;
}

.MontajeImagen {
	display: inline-block;
	/*float: left;*/
	max-width: 380px;
	width: 48%;
	margin-right: 17px;
}

.MontajeImagen + .MontajeImagen {
	margin-right: 0;
}

.MontajeImagen .izda {
	border: 0;
	margin: 0;
}

.MontajeTextos {
	display: inline-block;
	width: 48%;
	line-height: 1.2;
	margin-top: 2em;
	max-width: 380px;
}

.cajaMontaje {
	border: 1px solid #999;
	border-radius: 30px;
	max-width: 95%;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 10px;
}

.bordeSuperior {
	border-top: 1px solid #999;
	border-bottom: 0;
	max-width: 95%;
	margin: 0 auto;
	box-sizing: border-box;
	padding-top: 10px;
}

.bordeInferior {
	border-bottom: 1px solid #999;
	max-width: 95%;
	margin: 0 auto;
	box-sizing: border-box;
	padding-bottom: 10px;
}

.dosBordes {
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	max-width: 95%;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 10px;
}

.bordeRectangular {
	border: 1px solid #999;
	max-width: 95%;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 10px;
}


.Contenedor {
	position: relative;
}

.Contenedor-textos {
	background-color: rgba(32, 32, 32, 0.9);
	bottom: 0;
	box-sizing: border-box;
	color: #fff;
	padding: 7px 10px;
	position: absolute;
	text-align: left;
	width: 100%;
}

.Contenedor-textos h3, .Contenedor-textos p {
	font-size: 100%;
	font-weight: normal;
	line-height: 1.3;
	margin: 0;
}

.Contenedor-textos h3 {
	border-bottom: 0;
	color: #ffc000;
	font-size: 110%;
}

input[type='email'],
input[type='number'],
input[type='password'],
input[type='tel'],
input[type='text'],
input[type='url'],
input[type='date'],
input[type='datetime-local'],
select,
textarea {
	font-family: inherit;
	color: #333333;
	font-size: 105%;
	box-sizing: border-box;
	padding: 3px 4px 2px;
	color: #404040;
	border: 1px solid #d9d9d9;
	border-radius: 1px;
	max-width: 100%;
}

input[type='email']:hover,
input[type='number']:hover,
input[type='password']:hover,
input[type='tel']:hover,
input[type='text']:hover,
input[type='url']:hover,
input[type='date']:hover,
input[type='datetime-local']:hover,
textarea:hover {
	border: 1px solid #b9b9b9;
	box-shadow: inset 0px 1px 2px rgba(0,0,0,0.1);
}

input[type='email']:focus,
input[type='number']:focus,
input[type='password']:focus,
input[type='tel']:focus,
input[type='text']:focus,
input[type='url']:focus,
input[type='date']:focus,
input[type='datetime-local']:focus,
textarea:focus {
	border: 1px solid #4d90fe;
	outline: none;
}

input[type='button'], 
input[type='submit'] {
	background-color: #fafafa;
	border: 1px solid #ccc;
	border-radius: 2px;
	color: #666;
	cursor: pointer;
	font-family: inherit;
	font-size: 90%;
	outline: none;
	padding: 4px 8px 3px;
	transition: all .35s ease-out;
	transition-property: background-color, box-shadow, color;
	margin: 0 2px;
}

input[type='submit'] {
	font-size: 98%;
	padding: 5px 15px 6px;
}

input[type='button']:hover, 
input[type='submit']:hover {
	background-color: #fff;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, .08), 0 0 10px 0 rgba(0, 0, 0, .06);
	color: #000;
}

input[type='button']:focus,
input[type='submit']:focus {
	outline: 1px solid #4d90fe;
	outline-offset: 2px;
}

.z-depth-1, .fContacto {
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}



table.Tarifa1 {
	border: 1px solid #CCC;
	border-collapse: collapse;
}

.Tarifa1 caption {
	font-weight: bold;
	padding: 3px;
	text-align: left;
}

.Tarifa1 th {
	border: 1px solid #CCC;
	background-color: #F4F4F4;
	padding: 3px 10px;
	vertical-align: middle;
	font-weight: normal;
}

.Tarifa1 thead th {
	text-align: center;
}

.Tarifa1 tbody th {
	text-align: left;
}

.Tarifa1 td {
	border: 1px solid #CCC;
	text-align: right;
	padding: 3px 10px;
}

table.Tarifa2 {
	border: 0;
	border-collapse: collapse;
}

.Tarifa2 caption {
	font-weight: bold;
	padding: 3px;
	text-align: left;
}

.Tarifa2 th {
	border: 1px solid #CCC;
	border-left: 0;
	color: #404040;
	padding: 3px 10px;
	vertical-align: middle;
	font-weight: bold;
}

.Tarifa2 thead th {
	text-align: center;
	border-top: 0;
	border-right: 0;
}

.Tarifa2 thead th:first-child {
	border-right: 1px solid #CCC;
}

.Tarifa2 tbody th {
	text-align: left;
}

.Tarifa2 td {
	border: 1px solid #CCC;
	border-right: 0;
	border-left: 0;
	text-align: right;
	padding: 3px 10px;
}

table.Tarifa3 {
	border: 1px solid #CCC;
	border-collapse: collapse;
}

.Tarifa3 caption {
	font-weight: bold;
	padding: 3px;
	text-align: left;
}

.Tarifa3 th {
	border: 1px solid #CCC;
	background-color: #595959;
	color: #FFF;
	padding: 3px 10px;
	vertical-align: middle;
	font-weight: bold;
}

.Tarifa3 thead th {
	text-align: center;
}

.Tarifa3 tbody th {
	text-align: left;
}

.Tarifa3 td {
	border: 1px solid #CCC;
	border-right: 0;
	border-left: 0;
	text-align: right;
	padding: 3px 10px;
}

table.Servicios1 {
	border: 1px solid #CCC;
	border-collapse: collapse;
}

.Servicios1 caption {
	font-weight: bold;
	padding: 3px;
	text-align: left;
}

.Servicios1 th {
	border: 0;
	color: #404040;
	padding: 3px 10px;
	vertical-align: middle;
	font-weight: bold;
}

.Servicios1 thead th {
	text-align: center;
}

.Servicios1 tbody th {
	text-align: left;
}

.Servicios1 td {
	border: 0;
	text-align: left;
	color: #666;
	padding: 3px 10px;
}

table.Servicios2 {
	border: 0;
	border-collapse: collapse;
}

.Servicios2 caption {
	font-weight: bold;
	padding: 3px;
	text-align: left;
}

.Servicios2 th {
	border: 1px solid #CCC;
	border-left: 0;
	color: #404040;
	padding: 3px 10px;
	vertical-align: middle;
	font-weight: bold;
}

.Servicios2 thead th {
	text-align: center;
	border-top: 0;
	border-right: 0;
}

.Servicios2 thead th:first-child {
	border-right: 1px solid #CCC;
}

.Servicios2 tbody th {
	text-align: left;
}

.Servicios2 td {
	border: 1px solid #CCC;
	border-right: 0;
	border-left: 0;
	color: #666;
	text-align: left;
	padding: 3px 10px;
}

table.Servicios3 {
	border: 1px solid #CCC;
	border-collapse: collapse;
}

.Servicios3 caption {
	font-weight: bold;
	padding: 3px;
	text-align: left;
}

.Servicios3 th {
	border: 1px solid #CCC;
	background-color: #595959;
	color: #FFF;
	padding: 3px 10px;
	vertical-align: middle;
	font-weight: bold;
}

.Servicios3 thead th {
	text-align: center;
}

.Servicios3 tbody th {
	text-align: left;
}

.Servicios3 td {
	border: 0;
	color: #666;
	text-align: left;
	padding: 3px 10px;
}

table.Servicios4 {
	border: 1px solid #CCC;
	border-collapse: collapse;
}

.Servicios4 caption {
	font-weight: bold;
	padding: 3px;
	text-align: left;
}

.Servicios4 th {
	border: 1px solid #CCC;
	background-color: #595959;
	color: #FFF;
	padding: 3px 10px;
	vertical-align: middle;
	font-weight: bold;
}

.Servicios4 thead th {
	text-align: center;
}

.Servicios4 tbody th {
	text-align: left;
}

.Servicios4 td {
	border: 0;
	color: #666;
	text-align: left;
	padding: 3px 10px;
}

.Servicios4 tr:nth-child(2n) {
	background-color: #E5E5E5;
}


table.CabeceraGris {
	border-collapse: collapse;
	border: 0 solid #666;
	margin: 10px 0 5px;
	width: 90%;
}

.CabeceraGris th {
	border: solid 1px #CCC;
	border-width: 1px 0;
	color: #333;
	padding: 2px 3px 2px 5px;
	background-color: #F4F4F4;
	text-align: left;
	font-weight: normal;
}

.CabeceraGris td {
	border: solid 1px #e5e5e5;
	border-width: 1px 0;
	font-weight: normal;
	text-align: left;
	padding: 2px 2px 2px 5px;
}

.CabeceraGris caption {
	text-align: center;
	font-weight: bold;
	color: #437355;
	padding-top: 2em;
}


@media all and (max-width: 590px) {
	.fContacto {
		box-shadow: none;
	}

	.fRegistro .celda {
		display: block;
		width: 100%;
		margin-bottom: 10px;
	}

	.celda + .celda {
		margin-bottom: 0;
	}

	.fRegistro label,
	.fRegistro .label {
		width: auto;
		text-align: left;
		display: block;
	}

	.fRegistro .txtRegistro {
		width: 100%;
	}
}

@media all and (max-width: 480px) {
	.celda {
		width: auto;
	}
}

table.TablaLista {
	border-collapse: collapse;
	border: 0;
	color: #666;
	margin: 10px auto;
	width: 100%;
}

.TablaLista caption {
	text-align: left;
	font-size: 120%;
	font-weight: bold;
	margin-top: 1em;
}

.TablaLista thead th {
	border-bottom: 1px solid #808080;
	font-size: 110%;
	font-weight: normal;
	text-align: center;
	padding: 6px 2px 3px;
}

.TablaLista th.L {
	text-align: left;
}

.TablaLista th.R {
	text-align: right;
}

.TablaLista td {
	padding: 6px 2px 3px;
}

.TablaLista tr:nth-child(2n) {
	background-color: #F0F0F0;
}
