/*
	Registros en la Red
	Copyright (c) Registros en la Red

	@copyright   Registros en la Red
	@link        http://registros.net
*/

/* 
    Created on : 13-dic-2021, 16:53:25
    Author     : adrian
*/

body {

	background-color: #F1F4F6;
}

section.top {
	
	background-color: #29323D;
	height: 100px;
	padding-left: 25px;
	
	
}

section.top img {
	
	height: 60px;
	margin-top: 20px;
	
}


div#content {

	padding-top: 150px;
	width: 50%;
	max-width: 750px;
	margin: auto;

}


footer {
	
	border-top: 1px solid #CED4DA;
	
	margin-top: 150px;
	padding-top: 50px;
	
	font-size: 0.8em;
	
	
	
	
}