@charset "utf-8";
/* CSS Document */

*{
	margin:0px;
	padding:0px;
	font-family:'Oxygen', sans-serif;
	font-weight:lighter;
}
html, body{
	background-color:#efefef;
}
.titulo{
	font-size:1.6em;
	text-align:center;
	margin-top:20px;
	color:#0099cc;
}
.campo {
	max-width:340px;
	width:100%;
	height:35px;
	margin-left:25px;
	margin-top:10px;
	padding-left:10px;
	font-size:1.1em;
	outline:none;
	border:0px;
	background-color:#ebebeb;
	border-radius:5px;
}
.textarea{
	max-width:340px;
	width:100%;
	height:150px;
	margin-left:25px;
	margin-top:10px;
	padding-left:10px;
	font-size:1.1em;
	outline:none;
	border:0px;
	background-color:#ebebeb;
	border-radius:5px;
	
}
.boton{
	margin:25px;
	max-width:340px;
	width:100%;
	height:40px;
	margin-bottom:30px;
	border-radius:5px;
	outline:none;
	border:0px;
	font-size:1.1em;
	background-color:#0099cc;
	color:#FFF;
	font-size:1.2em;
	box-shadow:2px 5px 0px #05546e;
	-webkit-box-shadow:2px 5px 0px #05546e;
	-o-box-shadow:2px 5px 0px #05546e;
	-moz-box-shadow:2px 5px 0px #05546e;
	-ms-box-shadow:2px 5px 0px #05546e;
	
}

#resultado{
	width:100%;
	margin:0 auto;
	font-size:1.2em;
	font-family:'Oxygen', sans-serif;
	text-align:center;
	margin-top:50px;
	}
	
h1{
	margin:0 auto;
	font-size:1.5em;
	font-family:'Oxygen', sans-serif;
	text-align:center;
	}

#formulario{
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-200px;
	margin-top:-300px;
	max-width:400px;
	width:100%;
	min-height:100px;
	background-color:#fff;
	overflow:hidden;
	border-radius:5px;
	
}
#negro{
	position:absolute;
	width:100%;
	height:100%;
	background-color: rgba(0, 0, 0, .5);
	display:none;
}
#dialogo{
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-150px;
	margin-top:-200px;
	width:300px;
	height:100px;
	background-color:#FFF;
	border-radius:5px;
	border:1px solid #c3c3c3;
	display:none;
}
#dialogo p{
	padding:10px;
	font-size:1.2em;
	padding-top:20px;
	text-align:center;
}
input[type="text"]{
	max-width:350px;
	width:100%;
	height:35px;
	margin-left:25px;
	padding-left:10px;
	font-size:1.1em;
}

/*nuevo formulario css*/

#c_information{ 
    width: 100%; 
    border: solid 1px #ccc; 
    background: #25A25A; 
    padding: 4px 0 4px 0; 
    text-align: center; 
    font-size: 14px; 
    color: #fff; 
} 


  


.c_error{ 
    color: #D64242; 
    font-size: 10px; 
    margin-left: 5px; 
} 


.hide{ 
display:none; 


} 