@font-face{
	font-family: 'OpenSans-Regular';
	src: url('../fonts/OpenSans-Regular.ttf')  format('truetype');
}

@font-face{
	font-family: 'OpenSans-CondLight';
	src: url('../fonts/OpenSans-CondLight.ttf')  format('truetype');
}
.header-main img{
	max-height: 100%;
	width: 100%;
}
.contact-grid-list textarea{
	margin-bottom: 1em;
}
.contact-grid-list input[type="text"], .contact-grid-list textarea{
	border: 1px solid #ccc !important;
}
.contact-grid-list input[type="submit"]{
	font-size: 16px;
}
table img.curlink{
	width: 24px;
	display: inline-block;
	margin: 0 auto;
	vertical-align: top;
	cursor: pointer;
}
label{
	cursor: pointer;
}

.about-right{
	min-height: 394px;
	padding-top: 5px;
	background: #21A5DE;
}
.about-right ul{
	list-style-type: none;
}
.about-left img{
	min-height: 394px;
	width: 100%;
}

.banner-top{
	padding: 10px 0;
}

table td{
	padding: 4px 0;
}

input[type="radio"]{
	margin-right: 4px;
}

.separate-row{
	margin-bottom: 10px;
}

.about{
	padding: 0;
}

.about-right{
 	color: #fff;
}

.btn-search{
	text-transform: uppercase; 
	padding: 4px 20px; 
	background-color: #1b6889; 
	border: 1px #FFFFFF solid; 
	color: #FFFFFF;
	border-radius: 5px;
}
.about-grids iframe{
	margin-left: -10px;
}

#toTop{
	opacity: 0.5;
}
.footer{
	color: #fff;
	background-color: #21A5DE;
}
.footer img{
	width: 400px;
	max-width: 100%;
}

.contact h2 {
    font-size: 2.2em;
    margin: 0;
    color: #1b6889;
    font-family: Arial;
}

.contact-grid-info h3 {
    font-size: 1.8em;
    margin: 0;
    color: #1b6889;
    font-family: Arial;
}

.contact-grid-list p{
	margin: 0;
}
.Amarillo_chico{
	color: #f39c12;
}
.Rojo_chico{
	color: #e74c3c;
}
.Verde_chico{
	color: #2ecc71;
}
.about-grids iframe{
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
	margin-left: -30px;
}

.listado-tips{
	list-style-type: decimal;
	padding-left: 40px;
}
#informativo h1{
	font-weight: bold;	
}
#informativo h1, #informativo h2{
	color: #005a8f;
}
#informativo iframe{
	width: 100%;
	height: 450px;
}

@media only screen and (max-width: 500px) {
	.about-right{
		padding: 15px;    
	}
	.about>.container{
		padding: 0;
	}
}