*{
	border:0;
	margin:0;
	padding:0;	
}
body {
	background: #EAF4FF;
	color: #000;
	}
#contenedor {
	width : 97%;
	box-shadow: 4px 4px 5px #fff;
	margin-right: auto;
	margin-left: auto;
	}
#espacio1{
	background:#fff;
	height:7px;
	width :780px;	
}
#nombre{
	background:#3F424A;
	height:50px;
	width :270px;
	display: inline-block;	
}
#name{
	background-color: #FFFFFF;
	color: #000;
	font-size: 18px;
	font-weight: bold;
	height: 30px;
	width: 50%;
	margin-top: 5px;
	margin-bottom: 5px;
	border-radius: 10px 10px 10px 10px;
}
#btn{
	background-color: #666;
	height: 50px;
	width: 120px;
	font-style: oblique;
	font-weight: bold;
	color: #FFF;
	font-size: 18px;
	padding: 2px;
	border-radius: 15px 15px 15px 15px;
}
.consulta{
	background-color: #D9ECFF;
	width : 97%;
	box-shadow: 5px 5px 5px #fff;
	overflow: hidden;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	height: auto;
	color: #000;
}
.input{
	background-color: #CCC;
	color: #000;
}	
	
footer{
	background: #C59E54;
	box-shadow: 5px 5px 5px #574117;
	width : 97%;
	padding-top: 15px;
}


footer a{
	background-color:#574117;
	box-shadow: 5px 5px 5px #574117;
	border-radius: 6px;
	color:#fff;
	text-decoration:none;
	padding:10px 10px;	
}


section article.form-control {
	width: 50%;
	background-color: #FFF;
	margin-top: 50px;
	margin-right: 1px;
	margin-bottom: 20px;
	margin-left: 5px;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	}	


.consulta form center p .btn-info {
	background-color: #8C8CFF;
	font-style: normal;
	font-weight: bold;
	color: #000;
	padding: 4px;
	font-size: 16px;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
