/***************************************************************************/
html
{
	margin:0 auto;
	background-color:white;
	background-image:url(fondo1.jpg);
	background-repeat:no-repeat;
	background-position: center center;
	background-size:cover;

}
/***************************************************************************/
#boton
{
	outline:none;
	margin-right: 3em;
	margin-bottom:1em;
}
/***************************************************************************/
#cuadro_texto
{

	font-size:18px;
	font-weight:bold;
	

}
/***************************************************************************/
#cabecera
{
	width:100%;
	margin: 0 auto;
	padding: 0em  3em;	

	background-color : red;
	
	margin: 0px 0px 0px 0px;
	border: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;


}

/********************************************************************/
#columna2
{
	width: 80%;
	background-color : transparent;
	text-align:left;

	margin: 0 auto;
	padding: 0em  3em;

}


/*******************************************************/
ul li 
{
	text-align:left;
	font-size:20px;
	font-weight:bold;
	line-height:40px;
		
}
/***************************************************************************/


.contact_form h2 {
/*    background: none no-repeat scroll 0 0 #F3F3F3;*/
background-color: #ffffff;
background-position:center;

    border-radius: 0px;
    color: #000000;
    display: block;
    font-family: sans-serif;
    font-size: 20px;
    padding: 0px 0px 05px 0px;
    text-shadow: 1px 1px 1px #cccccc;
    width: 100%;
	text-align:center;
	margin-top: 1px;
	

}
/*--- estilos para los ul y li del formulario ---*/
.contact_form ul {
    width: 100%;
    list-style-type:none;
	margin:0px;
	list-style:none;
	padding-left:0px;
}
.contact_form li{
	padding:5px; 
	position:relative;
	list-style:none;
} 
.contact_form label {
    color: #ffffff;
    display: inline-block;
    float: left;
    font-family: sans-serif;
    font-size: 15px;
    font-weight: none;
    margin-top: 3px;
    padding: 3px;
    width: 15%;
	
}
.contact_form input {
	height:20px; 
	width:80%; 
	padding:5px 8px;
	
}
.contact_form textarea {
	padding: 8px; 
	width: 80%;
	resize:none;
	
}
.contact_form button {
	margin-left:0%;
}

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

.contact_form input, .contact_form textarea { 
	border:2px solid #aaa;
/*	border-radius:0.5em;*/
	font-size: 1em;

	-moz-transition: padding 0.25s; 
	-webkit-transition: padding 0.25s; 
	-o-transition: padding 0.25s;
	transition: padding 0.25s;

   font-family: Arial, Helvetica, sans-serif;
	
}
.contact_form input:focus, .contact_form textarea:focus {
	background: #fff; 
	padding-right: 30px;
}

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

.contact_form input:required:valid, .contact_form textarea:required:valid {
	box-shadow: 0 0 15px #008040;
	border-color: green;
}
.contact_form input:focus:invalid, .contact_form textarea:focus:invalid {
	box-shadow: 0 0 15px #800000;
	border-color: red;
}

/* === Estilos del boton de Envio === */
button.submit {
   padding: 10px 20px 10px 20px;
   font-family:  Arial, Helvetica, sans-serif;
   font-weight: bold;
   line-height: 1;
   color: #000000;
   text-shadow: 0 1px 1px grey;
   
   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: 2px solid grey;
   border-radius: 10px;
   box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
   
   font-size:1em;
   

}
button.submit:hover {
/*	opacity:.90;*/
/*	cursor: pointer; */
	color: #00f;
	cursor:pointer;

}

ul li span
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:1em;
	font-weight:bold;
	   text-shadow: 0 1px 1px grey;

}

.azul
{
	color: blue;
   text-shadow: 0 1px 1px grey;
   font-size:2em;
	
}

#numero1, #numero2
{
	width:2em;
	color:black;
	font-size:1em;
	padding:0.5em;
	
	
}


#numero3 
{
	width:5em;
	color:black;
	font-size:1em;
	padding:0.5em;
	
	
}






/*********************************************************************/