	section {
	width: 900px;
	margin: 30px auto;
	text-align: left;
	color: #4377b8;
	font-size: 14px;
	font-weight: bold;
			
}
.form-input {
	display: block;
	height: 2px;
	padding: 8px 5px;
	margin-bottom: 15px;
	border-radius: 8px;
	/*moz-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.7), 0 1px 0 rgba(255, 255, 255, 0.1);
	-webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.7), 0 1px 0 rgba(255, 255, 255, 0.1);
	box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.7), 0 1px 0 rgba(255, 255, 255, 0.1);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.7);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.7);*/
	width: 210px;
	color: #333;
	position: relative;
	font-family: calibri;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #666666;
}
textarea.form-input {
	height: 75px;
	overflow: auto;
	width: 265px;
	position: relative;
}
a:hover,a:active, a:focus { /* este grupo de selectores proporcionará a un usuario que navegue mediante el teclado la misma experiencia de hover (paso por encima) que experimenta un usuario que emplea un ratón. */
	
	cursor: pointer;
}
.h2 .h3 .h6 .h4 .h5 {
	font-family: Calibri;
}
.h2 {	
	filter: Shadow(Color=#4477B7, Direction=45, Strength=4);/*IE*/
	font-weight: bold;
	font-size: 26px;
	text-align: center;
	text-decoration: none;
}
.h3 {	
	filter: Shadow(Color=#4477B7, Direction=45, Strength=4);/*IE*/
	font-weight: bold;
	font-size: 20px;	
	text-align: center;
	text-decoration: none;
}
.h6 {/* tachado*/
	filter: Shadow(Color=#298A08, Direction=45, Strength=4);/*IE*/
	font-weight: bold;
	font-size: 20px;	
	text-align: center;
	color: #199F9D;
}
.h4 {
	filter: Shadow(Color=#4477B7, Direction=45, Strength=4);/*IE*/	
	font-weight: bold;
	font-size: 14px;	
	text-align: right;
}
.h5 {
	text-shadow: 5px 5px 10px #298A08;
	filter: Shadow(Color=#298A08, Direction=45, Strength=4);/*IE*/
	font-weight: bold;
	font-size: 30px;	
	text-align: center;
}
.form-btn {
	height: 20px;
	font: bold 12px calibri;
	text-align: center;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.7);
	cursor: pointer;
	border: 1px solid #0d3d6a;
	background-color: #199F9D;
	clear: none;
	float: right;
	padding-top: 0;
	padding-right: 2px;
	padding-bottom: 0;
	padding-left: 2px;
}
.form-btn:hover {
	color: #8598C6;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.7);
}
.contact-form {
	width: 380px;
	height: auto;
	padding: 15px;
	position: relative;
	background-color: #FFFFFF;
	behavior: url(PIE.htc);
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 30px;
	float: left;
	border-top: double #999;
	border-right: double #999;
	border-bottom: double #999;
	border-left: double #999;
}
.formulario {
	overflow: visible;	
	background-color: #FFF;
	float: right;
	font-family: calibri;	
}
.column:first-of-type {
	float: left;
	position: relative;
}

.column:last-of-type {
	float: right;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 10px;
}
label {
	color: #333;
	font-size: 18px;
}
label span {
	color: #ff4141;
	font-size: 11px;
}
.LetraInfo {
	font-family: Calibri;
	font-size: 24px;
	font-weight: bold;
	color: #099;
	text-align: center;		
}

.form-input, .error {
	display: block;
	height: 18px;
	padding: 6px 10px;
	margin-bottom: 20px;
	border-radius: 8px;
	/*-moz-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.7), 0 1px 0 rgba(255, 255, 255, 0.1);
	-webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.7), 0 1px 0 rgba(255, 255, 255, 0.1);
	box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.7), 0 1px 0 rgba(255, 255, 255, 0.1);
	background-color: #646464;
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.7);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.7);
	behavior: url(PIE.htc);*/
	width: 320px;
	color: #000;
	position: relative;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	background-color: #F5F5F5;
	font-family: calibri;
	font-size: 14px;
	font-weight: bold;
}
.error{
    background: #ff9197;
    border: 5px solid red;
}
.LetraIconos {
	color: #4377b8;
	font-size: 18px;
}
.LetraHorario {
	font-family: calibri;
	font-size: 16px;
	color: #000000;
	text-align: center;	
}
.LetraDireccion {
	font-family: Calibri;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	font-style: normal;
}
.LetraNombre2 {
	font-family: Calibri;
	color: #999;
	font-size: 18px;
	font-weight: bold;
}
.LetraNombre{
	font-family: Calibri;
	font-size: 36px;
	color: #199F9D;
	font-weight: bold;	
	text-align: center;
}


.LetraFinal {
	font-family: Calibri;
	font-size: 14px;
	color: #000;
	font-weight: bold;
}
.LetraTablaInicio {
	font-family: Calibri;
	font-size: 16px;	
	color: #099 !important;
}
.AjustarTamano {
	height: 512px;
	width: 232px;
}
.LetraTextoPpal {
	font-family: Calibri;
	font-size: 18px;
	color: #036;
	text-align: center;
}
.letracolor {
	font-size: 18px;
	font-weight: bold;
	color: #990066;
}
.letratitulo {
	font-size: 20px;
	font-weight: bold;
	color: #009dab;
	text-align: center;	
	height: 30px;
	width: 980px;
	font-family: calibri;
}
.LetraEnviado {
	font-family: calibri;
	font-size: 33px;
	color: #009dab;
	font-weight: bold;
}
.letrapreciosmaquinas {
	font-family: Calibri;
	font-size: 16px;
	text-align: center;
	color: #036;
}
.letraeuro {
	font-family: Calibri;
	font-size: 24px;
	color: #D40055;
	text-align: center;
}
.letralavanderia {
	font-family: Calibri;
	font-size: 18px;
	color: #036;
	text-align: center;
	width: 900px;
	font-weight: bold;
}
.letracapacidad {
	font-family: Calibri;
	font-size: 18px;
	font-weight: bold;
	color: #036;
	text-decoration: underline;
}
.centrarmontar {
	text-align: center;
	height: auto;
	width: 980px;
}
.letraapertura {
	font-family: calibri;
	font-size: 22px;
	color: #009dab;
	text-align: center;
	font-weight: bold;
}

/*CUSTOM CSS*/
.titulo{
	color: #099;
	font-weight: bold;
	font-family: calibri;
	text-align: center;
	transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out;
}
.titulo:hover{
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.logo-header{
	display: flex;
	justify-content: center;
	justify-items: center;
	align-items: center;
}
.footer > p > a:hover{
	font-size: unset !important;
}
#letra1 {
	font-size: 15px;
}
