@charset "utf-8";

       a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

.contact-form {
	height: 700px;
	background-color: #EEEEEE;
	width: 100%;
}
.float-menu {
	background-color: #E5A810;
}

.pie-pagina {
	width: 100%;
	height: 85px;
	position: relative;
	bottom: 0px;
	background-color: #F3AD2B;
	margin-bottom: 0px;
	padding-top: 30px;
	padding-bottom: 0px;
}
.top-80 {
	margin-top: 80px;
}
.top-120 {
	margin-top: 120px;
}

.top-pad-80 {
	padding-top: 80px;	
	
	
}
.top-titulos {
	margin-top: 10px;
}
.light-gray {
	background-color: #F0F0F0;
}
.bottom-80 {
	margin-bottom: 80px;
}
.bottom-200 {
	margin-bottom: 200px;
}

.top-img {
	height: 250px;
	width: 100%;
	max-height: 50%;
	max-width: 100%;
	min-height: 20%;
	min-width: 30%;
	background-image: url(../img/top-head/clouds.jpg);
	background-size: cover;
	background-position: 50% 50%;
}
.top-img-2 {
	height: 250px;
	width: 100%;
	max-height: 50%;
	max-width: 100%;
	min-height: 20%;
	min-width: 30%;
	background-image: url(../img/top-head/top-mandala.jpg);
	background-size: cover;
	background-position: 50% 50%;
}
.top-img-3 {
	height: 250px;
	width: 100%;
	max-height: 50%;
	max-width: 100%;
	min-height: 20%;
	min-width: 30%;
	background-image: url(../img/top-head/top-mandala-blue.jpg);
	background-size: cover;
	background-position: 50% 50%;
}.white-text {
	color: #FFFFFF;
}
