@charset "utf-8";
body
{
	margin-top:20px;
	
}
#encabezado
{
	width:1000px;
	height:140px;
	margin:0 auto;
	background-image:url(imagenes/Banner%20Consentidosfi1.png);
	background-size:100% 100%;
	background-repeat:no-repeat;
	border-radius:15px;
	box-shadow:0px 0px 20px rgba(0,0,0,0.5);
	padding-top:10px;
	
}
#cuerpo
{
	width:1000px;
	height:400px;
	margin:0 auto;
	background-color:#79b422;
	border-radius:15px;
	box-shadow:0px 0px 20px rgba(0,0,0,0.5);
	
	
	
}
#usuario
{
	width:350px;
	height:200px;
	background-color:rgba(255,255,255,1.00);
	border-radius:15px;
	margin:0 auto;
	color:rgba(0,0,0,1.00);
	padding:10px;
	text-align:center;
	font-family: 'Nunito', sans-serif;
	
	
}
#mensaje
{
	width:350px;
	height:20px;
	background-color:rgba(255,255,255,1.00);
	border-radius:15px;
	margin:0 auto;
	color:rgba(0,0,0,1.00);
	padding:0px;
	text-align:center;
	color:rgba(255,0,4,1.00);
	font-family: 'Nunito', sans-serif;
}
#tablaentrar
{
margin:0 auto;
	
}
h1
{
	font-family: 'Nunito', sans-serif;
	/*font-family: 'Gloria Hallelujah', cursive;*/
	font-weight:bold;
	color:#79b422;
}
#boton
{
	font-family: 'Nunito', sans-serif;
	border-radius:3px;
	border:none;
	padding:7px;
	margin:5px;
	cursor:pointer;
	font-weight:bold;
	background-color:#77b422;
				
}
#boton:hover
{
	box-shadow:0px 0px 10px rgba(0,0,0,0.5);
}
#salidas:hover
{
	border-style:solid;
	border-color:#79b422;
	border-radius:3px;
	
}
#salidas:focus
{
	background-color:#D9F1B5;
	border-radius:3px;
}
#salidas
{
	font-family: 'Nunito', sans-serif;
	font-size:14px;
}






