label {
	width: 100%;	
	padding: 4px;
	margin-top: 10px;
}
@font-face{
    font-family: dancing;
    src: url("../fonts/DancingScript-Regular.ttf");
}
@font-face{
    font-family: arial;
    src: url("../fonts/arial.ttf");
}
@font-face{
    font-family: stylu;
    src: url("../../fuentes/stylu.ttf");


}

/*input {
	width: 100px;	
	padding: 4px;
	margin: 5px 5px;	
}*/

#formulario {
	width: 90%;
	height: auto;
	max-width: 500px;
	margin: 0 auto;
	margin-top: 10%;
	background-color:#F0EFEF;
	padding: 0px 30px;
	border-radius: 6px;
	border:thin #C1C1C1;
	margin-bottom: 5%
}
#formulario_contacto {
	width: 90%;
	height: auto;
	max-width: 500px;
	margin: 10px auto;
	margin-top: 3%;
	background-color:#F0EFEF;
	padding: 0px 30px;
	border-radius: 6px;
	border:thin #C1C1C1;
	margin-bottom: 30px;
	box-sizing: border-box;
}
.hola{
	width:100%;
	border-radius: 6px;
	border:thin #C1C1C1;
	height:30px;
	padding-left: 10px;

}
.hola_a{
	width:100%;
	border-radius: 6px;
	border:thin #C1C1C1;
	height:100px;
	padding-left: 10px;

}
.formula{
	width:100%;
	border-radius: 6px;
	border:thin #C1C1C1;
	height:30px;
	padding-left: 10px;
	box-sizing: border-box;
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: arial;
	font-size:14px;

}
.formula_a{
	width:100%;
	border-radius: 6px;
	border:thin #C1C1C1;
	height:100px;
	padding-left: 10px;
	padding-top: 5px;
	box-sizing: border-box;
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: arial;
	font-size:14px;

}
.btn-primary{
	color:#fff;background-color:#428bca;border-color:#357ebd;
	width:100%;
	padding: 4px;
	margin-top: 10px;
	border-radius: 6px;
	border:thin #C1C1C1;
	height:30px;
	font-size:15px;

}

.btn-primary_b{
	color:#fff;background-color:#428bca;border-color:#357ebd;
	width:100%;
	padding: 4px;
	margin-top: 10px;
	margin-bottom: 20px;
	border-radius: 6px;
	border:thin #C1C1C1;
	height:30px;
	font-size:15px;

}

.btn-primary:hover{
	color:#fff;background-color:#3276b1;border-color:#285e8e;
	
}
.btn-primary_b:hover{
	color:#fff;background-color:#3276b1;border-color:#285e8e;
}

.bienvenidos{
	text-align:center;
	color: #333;
    font-size: 30px;
    font-family: stylu;
    line-height: 1.2em;
    padding-top: 15px;
}
.bienvenidos_contacto{
	text-align:center;
	color: #333;
    font-size: 25px;
    font-family: stylu;
    line-height: 1.2em;
    padding-top: 15px;
    padding-bottom: 20px;
}
.clausula{
	text-align:justify;
	color: #333;
    font-size: 12px;
    font-family: arial;
    line-height: 1.2em;
    padding-top: 5px;
    padding-bottom: 5px;
}
.clausula_2{
	color: #333;
    font-size: 10px;
    font-family: arial;
    line-height: 1.2em;
    padding-top: 5px;
    padding-bottom: 5px;
}

@media only screen and (max-width: 680px) {

	.bienvenidos{
    font-size: 20px;
	}
	.bienvenidos_contacto{
    font-size: 20px;
	}
}
