@font-face{
	font-family:Gondola_SD;
	src: url(Gondola_SD.ttf);
}

footer{
	color:#ffffff;
	background-color:#90437f;
	height:110px;
	width:100%;
	position:absolute;
	
	text-align:center;
}



form{
	background-color:#f0f0f0;
	margin-top:-280px;
	width:280px;
	height:;
	box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
	border-radius: 5px;
	z-index:2;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 13px 13px 13px 13px;
border: 0px solid #000000;
}

h6{
	margin-top:-10px;
	text-align:center;
	font-size:12px;
	color:#90437f;
	
}

h3{
	font-size:12px;
	color:#90437f;
	text-align:center;
}

h1{
	color:#90437f;
	font-family:Gondola_SD;
}

hr {
background-color: #90437f;
width:100%;
}

p{
	font-size:12px;
	color:#90437f;
	font-weight: bold;
}

img.a {
    vertical-align: text-bottom
}

.cara{
	color:#90437f;
	font-size:15px;
}

.serv{
	margin-top:100px;
}

.fon01{
	
	padding-top:40px;
    /* The image used */
   background-image: url(../img/Fondo_01.jpg);

    /* Set a specific height */
    height: 700px; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.fon02{
	
	padding-top:40px;
    /* The image used */
   background-image: url(../img/fondo_02.jpg);

    /* Set a specific height */
    height: 700px; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#parallax { 
padding-top:300px;
    /* The image used */
    background-image: url(../img/foto_banner_01.jpg);

    /* Set a specific height */
    height: 800px; 
	bottom:fixed;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.dropdown .dropdown-menu a:hover
{
  color:#90437f;
  background-color: #fff;
  border-color: #fff;
}

.dropdown .dropdown-menu a{
	color:#fff;
}

