@charset "UTF-8";
/* CSS Document */

#textcol1{
	height:360px;
	width:210px;
	float:left;
	position:fixed;
	text-align:justify;
	margin-top:190px;
	margin-left:22px;
	font-family:GeosansLight; 
	font-size:23px;
	padding-left:8px;
	padding-right:8px;
}

#pre{
	margin-top:2px;
	margin-left:35px;
}

#textcol3{
	height:360px;
	width:210px;
	float:left;
	position:fixed;
	text-align:justify;
	margin-top:400px;
	margin-left:483px;
	font-family:GeosansLight; 
	font-size:12px;
	padding-left:8px;
	padding-right:8px;
}

#col1{
	height:417px;
	width:227px;
}

#col2{
	height:417px;
	width:227px;
}

#col3{
	height:417px;
	width:235px;
}

#col4{
	height:417px;
	width:227px;
	margin-top:23px;
	margin-left:718px;
}

input[type="email"], input[type="text"], input[type="tel"], textarea{
	font-family:GeosansLight; 
	font-size:18px;
}

input[type="email"], input[type="text"], input[type="tel"]{
	margin-left:8px;
	height:27px;
	width:204px;
}

input[type="text"], textarea{
	margin-top:120px;
}

textarea{
	resize:none;
	height:129px;
	width:439px;
}

#form{
	position:fixed;
	z-index:1;
}

#formcol2{
	margin-top:37px;
	margin-left:250px;
}

#formcol34{
	margin-top:-273px;
	margin-left:491px;
}

#botons{
	float:right;
	margin-top:5px;
}

#esborra{
	height:30px;
	width:77px;
	font-family:BebasNeue;
	font-size:22px;
	color:white;
	background-image:url(../img/esborra.jpg);
	background-position:center;
	background-repeat:repeat-x;
	border-radius:6px;
}

#envia{
	height:30px;
	width:64px;
	font-family:BebasNeue;
	font-size:22px;
	color:white;
	background-image:url(../img/envia.jpg);
	background-position:center;
	border-radius:6px;
}

#nota{
	float:left;
	height:75px;
	width:300px;
	position:fixed;
	margin-top:5px;
	margin-left:491px;
	font-size:16px;
}

#confirm{
	margin-top:350px;
	margin-left:492px;
	position:fixed;
	font-family:BebasNeue;
	font-size:17px;
	font-weight:lighter;
	letter-spacing:0.5px;
	color:#26DE1D;
}

#error{
	margin-top:350px;
	margin-left:492px;
	position:fixed;
	font-family:BebasNeue;
	font-size:17px;
	font-weight:lighter;
	letter-spacing:0.5px;
	color:#E11;
}

#explorer{
	position:fixed;
	margin-top:301px;
	margin-left:258px;
	z-index:1;
}

#explorer a{
	text-decoration:none;
}

#explorer a:hover{
	text-decoration:underline;
}

/* Hacemos display a none para que no se muestre al usuario los campos antispam */

#spam{display:none;}

/*::-webkit-input-placeholder {
    color:red;
}
:-moz-placeholder {
    color:red;
}
:-ms-input-placeholder {
    color:red;
}*/