
@font-face {
font-family:"Trajan Pro";
src: url("../TrajanProRegular.ttf"); 
}


body {

	margin:0px;
	font-family: 'Didact Gothic', sans-serif;
	font-size:1em;
}

.form-input, .error {
	display: block;
	height: 24px;
	padding: 6px 10px;
	margin-bottom: 20px;
	border-radius:8px;
	-moz-box-shadow:    inset 0 0 1px rgba(0, 0, 0, 0.7), 0 1px 0 rgba(255, 255, 255, 0.1);
	-webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.7), 0 1px 0 rgba(255, 255, 255, 0.1);
	box-shadow:         inset 0 0 1px rgba(0, 0, 0, 0.7), 0 1px 0 rgba(255, 255, 255, 0.1);
	background-color: #646464;
	-moz-box-shadow:    inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.7);
	box-shadow:         inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.7);
	behavior: url(PIE.htc);
	width:90%;
	background: #fff;
	border: 5px solid #2b54a1;
	color: #999;
	position: relative;
}
.error{
	background: #ff9197;
	border: 5px solid red;
}
textarea.form-input {
	height: 200px;
	overflow: auto;
	width: 90%; 
	position: relative;
}
.form-btn {
    padding: 0 20px;
    height: 30px;
    margin-right: 6%;
    text-align: center;
    color: #fff;
    cursor: pointer;
    border: 1px solid #0d3d6a;
    background-color: #2F57B7;
    border-radius: 10px;
    clear: both;
    float: right;
    margin-top: 8rem;
    margin-bottom: 8rem;
}
.form-btn:hover {
	color: #8598C6;
	
}
.contact-form {
	width: 100%;
	position: relative;
	behavior: url(PIE.htc);
	text-align: left;

}
.formulario {
	overflow: hidden;

	
}
.column:first-of-type {
	float: left;
	width:50%;
	position: relative;
}

.column1{
width:29%;
padding-right:3%;
	float:left;
	
}
.column1 input{
	width:90%;
	
	float:left;
	
}

.column {
	float: right;
		width:100%;
	
}
label {
	color: #444;
	font-size: 15px;
}
label span {
	color: #2b54a1;
	font-size: 11px;
}

#stl1
{
	border:solid #2B54A1;
	border-radius:5px;
	height:30px;
	
}




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

#stl1 {
border: solid #2B54A1;
border-radius: 5px;
height: 30px;
width: 100%;
}

.column1 {
width: 47%;
padding-right: 3%;
float: left;
}

	
}



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



.column1 {
width: 100%;
padding-right: 3%;
float: left;
}

	
}



/*#seleccionservicios
{
	display: block;
	height: 24px;
	padding: 6px 10px;s
	margin-bottom: 20px;
	border-radius:8px;
	width:90%;
	background: #fff;
	border: 5px solid #2b54a1;
	color: #999;
	position: relative;
}*/
