@import url(https://fonts.googleapis.com/css?family=Oswald:400,700,300);
@import url(https://fonts.googleapis.com/css?family=Ubuntu+Condensed);

body { 
	color: #777;
	background: url(../img/bg_web.jpg);
	background-position:center top;
	background-repeat: repeat-x;
	background-attachment:fixed;
	background-color:#FFF;
	overflow-x: hidden;
	font-family: 'Ubuntu Condensed', sans-serif;
	font-size: 16px;
}

	

.Ubuntu{
		font-family: 'Ubuntu Condensed', sans-serif;
	font-size: 16px;
}

.rojo{
	color:#f4372c;
}

.azul{
	color:#2869a0;
}

.gris{
	color:#ccc;
}

.grey{
	color:#555;
}

.blanco{
	color:#fff;
}

.caja{
	padding:10px 10px 10px 10px;
}

a.autor:link { color:  #ccc; text-decoration: none;  }

a.autor:visited { color: #ccc;    text-decoration: none;   }

a.autor:active { color: #ccc; text-decoration: none;  }

a.autor:hover { color:    #fff; text-decoration: none;  }

.sombra{
	text-shadow: 3px 3px 3px #000;
}

header{
	width: 100%;
	height: 120px;
	background: url(../img/bg_header.png);
	background-position:center top;
	background-repeat: repeat-x;
}

.foot-up{
	width: 100%;
	height: 20px;
	margin-top: 0px;
	background: url(../img/bg_foot_up.png);
	background-repeat: repeat-x;
}

.logo{
	float: left;
	width: 235px;
	height: 50px;
	margin: 20px 0 0 0px;
}

.fuente{font-family: 'Oswald', sans-serif;
color:#fff;}

.bg-banner{
	width: 950px;
	height: 405px;
	margin-top: 120px;
	margin-left: auto;
	margin-right: auto;
	background: url(../img/bg_banner.png);
}

footer {
	width: 100%;
	min-height:85px;
	background:url(../img/bg_footer.jpg);

}


.mtop-10{
	margin-top: 10px;
}
.mtop-15{
	margin-top: 15px;
}
.mtop-20{
	margin-top: 20px;
}

.mtop-30{
	margin-top: 30px;
}

.mtop-100{
	margin-top: 100px;
}


.mright-10{
	margin-right: 10px;
}

.mright-15{
	margin-right: 15px;
}


.mleft-10{
	margin-left: 10px;
}

.mleft-15{
	margin-left: 15px;
}

.mleft-20{
	margin-left: 20px;
}

.mleft-25{
	margin-left: 25px;
}

.mbott-10{
	margin-bottom: 10px;
}

.mbott-15{
	margin-bottom: 15px;
}

.mbott-20{
	margin-bottom: 20px;
}




.pright-15{
	margin-right: 15px;
}


.google-maps {
position: relative;
padding-bottom: 50%; // This is the aspect ratio
height: 0;
overflow: hidden;
}
.google-maps iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 50% !important;
}


.cuadro { 
background: url(../img/cuadro_divisor.png);
background-repeat: no-repeat;
background-position: center;
margin-left: auto;
margin-right: auto;
height: 20px;
margin-top: -30px;

}


.divisor { 
	width: 100%;
	height: 20px;
	margin-top: 30px;
	margin-bottom: 20px;

}

.box { 
	float: left;
	width: 260px;
	height: auto;
	margin-left: 15px;
	margin-bottom: 20px;
}