﻿@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Lato');

.textoiz {
	font-size: 16px;
	color: #626262;
}

.ubicacion{
	font-size: 13px;
	color: #626262;
	margin-bottom: 50px;
}

.titulos{
	font-size:20px;
	color: #626262;
	text-align:left;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.separador{
	border: solid 1px #dbdbdb;
	margin-bottom: 30px;
	margin-top: 30px;
}

.tex-notas{
	color: #000000;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 18px;
}

.text-nota{
	font-size: 16px;
	color: #626262;
	text-align: justify;
	margin: 20px 0;
}

/*FOOTER*/
footer .contenedor{
	display: flex;
	flex-wrap: wrap;
	background: #f6f6f6;
	margin-top: 20px;
	justify-content: flex-end;
	height: 110px;
	padding: 0 20px 0 0;
}

.creditos{
	float: right;
	font-size: 11px;
	color: #116168;
	margin-top: 40px;
}

.creditos a{
	color: #116168;
	text-decoration: none;
}

.creditos a:hover{
	color: #ba6c1e;
	text-decoration:underline;
}

.logo-creditos{
	float: right;
	margin-top: 15px;
}
/*TERMINA FOOTER*/

/*MENSAJE*/

.caja-mensaje{
	float: right;
	margin-top: 15px;
}

#SolicitudEnviada{
    width: 58%;
    text-align: center;
}

/*MENSAJE*/

.caja-mensaje{
	-webkit-border-radius: 10px 10px; /* Safari  */
 	-moz-border-radius: 10px 10px;    /* Firefox */
	-webkit-box-shadow: 4px 3px 8px -3px rgba(0,0,0,0.5);
	-moz-box-shadow: 4px 3px 8px -3px rgba(0,0,0,0.5);
	box-shadow: 4px 3px 8px -3px rgba(0,0,0,0.5);
	padding: 20px 20px;
    float:left;
	margin-bottom:50px;
}

.titulo-dos{
	text-align:center;
    font-weight: bold;
	text-transform: uppercase;
	color:#000;
	margin-bottom:20px;
	}
	
.texto-dos{
	color:#8f8f8f;
	}