@font-face
{
   font-family: "greenwebo";
   src: url("CharcoalCY.ttf");
   src: url("CharcoalCY.ttf") format("truetype");
}

*{margin:0;}

section{
	margin:2px auto;
	overflow:hidden;
	padding:2px 0;
	position: relative;
    text-align:center;
    /*float:left;*/
    width:800px;
}

section img { max-width: 100%; height: auto; }

.cabezote{
	display:block;
	float:left;
	width:100%;
}
.right_side{
	display:block;
	float:left;
	font-family: "greenwebo";
	text-align:left;
	width:56%;
	}
.left_side{
	display:block;
	float:left;
	font-family: "greenwebo";
	font-size: 13px;
	width:44%;
}

body{
	background: #ffffff;
	color: #000000;
	}


@media screen and (max-width:800px){
	section{
		width:100%;
	}
}

h2 {
	color: #5FB404;
	font: bold 60px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align:left;
}

h2 span{
	color: #BDBDBD;
	display:block;
	font-size:60px;
	text-align:left;
	line-height:48px;
	letter-spacing:-2px;
	margin-top:-10px;
	}

.form{
	/*background-color: gray;*/
	border:2px solid #f6f6f6;
	color: #BDBDBD;
	display:block;
	float:right;
	font-family: "greenwebo", helvetica, verdana;
	letter-spacing:1px;
	width:100%;
	}

label {
    display:block;
    margin-top:20px;
    letter-spacing:2px;
}

input {
    width:439px;
    height:27px;
    background:#efefef;
    border:1px solid #dedede;
    padding:10px;
    margin-top:3px;
    font-size:0.9em;
    color:#3a3a3a;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
}

input:focus, textarea:focus {
    border:1px solid #97d6eb;
}

#submit {
    width:127px;
    height:38px;
    background:url(images/submit.jpg);
    text-indent:-9999px;
    border:none;
    margin-top:20px;
    cursor:pointer;
}

footer{
	color: #A4A4A4;
	font-family: "greenwebo", helvetica, verdana;
	margin: 0.5em auto;
	/*max-width: 900px;*/
	padding: 0.25em;
	text-align: center;
	font-size: 11px;
	height: 70px;
}

.contact_form h2 {
    background: none repeat scroll 0 0 #F3F3F3;
    border-radius: 5px;
    color: #5CD053;
    display: block;
    font-family: sans-serif;
    font-size: 20px;
    padding: 5px;
    text-shadow: 1px 1px 1px #CCCCCC;
    width:95%;
}
/*--- estilos para los ul y li del formulario ---*/
.contact_form ul {
    width:98%;
    list-style-type:none;
	margin:0px;
	padding:0px;
}
.contact_form li{
	padding:12px; 
	border-bottom:1px solid #eee;
	position:relative;
} 
.contact_form label {
    color: #555555;
    display: inline-block;
    float: left;
    font-family: sans-serif;
    font-size: 13px;
    font-weight: bold;
    margin-top: 3px;
    padding: 3px;
    width:30%;
}
.contact_form input {
	height:20px; 
	width:50%; 
	padding:5px 8px;
}

.contact_form button {
	margin-left:90px;
}

/*----- estilos visuales de los elementos --------*/

.contact_form input, .contact_form textarea { 
	border:1px solid #aaa;
	box-shadow: 0px 0px 3px #ccc, 0 10px 15px #eee inset;
	border-radius:2px;
	color: #888;
	font-size: 12px;
	padding-right:30px;
	-moz-transition: padding .25s; 
	-webkit-transition: padding .25s; 
	-o-transition: padding .25s;
	transition: padding .25s;
}
.contact_form input:focus, .contact_form textarea:focus {
	background: #fff; 
	border:1px solid #555; 
	box-shadow: 0 0 3px #aaa; 
	padding-right:80px;
}

/* === Estilos de Validacion === */	

.contact_form input:required:valid, .contact_form textarea:required:valid {
	box-shadow: 0 0 5px #5cd053;
	border-color: #28921f;
}
.contact_form input:focus:invalid, .contact_form textarea:focus:invalid {
	box-shadow: 0 0 5px #d45252;
	border-color: #b03535
}

/* === Estilos del boton de Envio === */
button.submit {
   padding: 9px 17px;
   font-family: Helvetica, Arial, sans-serif;
   font-weight: bold;
   line-height: 1;
   color: #444;
   border: none;
   text-shadow: 0 1px 1px rgba(255, 255, 255, 0.85);
   background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#bbb));
   background-image: -moz-linear-gradient(0% 100% 90deg, #BBBBBB, #FFFFFF);
   background-color: #fff;
   border: 1px solid #f1f1f1;
   border-radius: 10px;
   box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
button.submit:hover {
	opacity:.55;
	cursor: pointer; 
	color: #fff;
}
button.submit:active {
	border: 1px solid #222;
	box-shadow: 0 0 10px 5px #444 inset; 
}

