body {background-color:#22969E;}


#contenedorr1 { 
border-radius:20px; 
-moz-border-radius:20px; /* Firefox */ 
-webkit-border-radius:20px; /* Safari y Chrome */ 

/* Otros estilos */ 
border:3px solid #17CBD8;
background: #06FCCF;



width:50%;
padding:3px;
position: absolute; 
top:35%; left:50%;
width:550px; 
margin-left:-290px;
height:300px;
margin-top:-150px;

}
.contact_form h1 {
    background: none repeat scroll 0 0 #5EA094;
    border-radius: 10px;
    color: #2C0D7B;
    display: block;
    font-family: sans-serif;
    font-size: 20px;
    padding: 5px;
    text-shadow: 1px 1px 1px #CCCCCC;
    width: 433px;
}

/*--- estilos para los ul y li del formulario ---*/
 
.contact_form h3 {
    color: #555555;
    display: inline-block;
    float: left;
    font-family: sans-serif;
    font-size: 18px;
    font-weight: bold;
    margin-top: 3px;
    padding: 3px;
    width: 200px;
}
.contact_form input {
	height:25px; 
	width:150px; 
}
.contact_form button {
	margin-left:90px;
}

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

.contact_form input, .contact_form textarea { 
	border:1px solid #aaa;
	box-shadow: 2px 2px 3px #ccc, 0 10px 15px #eee inset;
	border-radius:5px;
	color: #888;
	font-size: 16px;
	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:0px 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 #000000;
	border-color: #000000;
	
}
.contact_form input:focus:invalid, .contact_form textarea:focus:invalid {
	box-shadow: 0 0 5px #000000;
	border-color: #000000
	
}

/* === 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: 3px;
   box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
button.submit:hover {
	opacity:.55;
	cursor: pointer; 
	color: #777;
}
button.submit:active {
	border: 1px solid #222;
	box-shadow: 0 0 10px 5px #444 inset; 
}



