@charset "UTF-8";
/* CSS Document */
body
	{
		background: #FFF;
		color:000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	overflow-x: hidden;
	width:100%;
	font-family: 'Raleway', sans-serif;
	}
	
	a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: none;
	color: #4b753d;
}
a:active {
	text-decoration: none;
}

#formulario {
	padding-top: 60px;
	padding-bottom: 60px;
}

#formulario h1 {
	text-align: center;
	font-weight: bold;
}

#archivos {
	padding-top:70px;
	padding-bottom:70px;
}

.logo {
	padding-top: 20px;
}

.tabla_datos {
	padding-top: 50px;
	padding-bottom: 30px;
}

#footer {
	background: #20386b;
	color: #FFF;
	text-align: center;
	padding-top: 25px;
	padding-bottom: 25px;
}

#buscador {
	padding-top: 60px;
	padding-bottom: 60px;
	text-align: center;
}
