* {	
	top: 0;
	right: 0;	
	left: 0;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;	
}

body {
	backgroud-color: #ffffff;
	font-family: Times, serif;
	font-size: 10pt;
	text-align: center;
	color: #a6a6a6;
}

h3 {
	font-size: 13pt;
	font-weight: normal;
	line-height: 14pt;
	margin-bottom: 5px;
}

h5 {
	font-size: 10pt;
	line-height: 10pt;
	margin-bottom: 5px;
}

p {
	margin-bottom: 7pt;
	text-align: justify;
	line-height: 14pt;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 9pt;
	line-height: 16pt;
}

a:link, a:visited {
	color: #a6a6a6;
	text-decoration: none;
	font-weight: 500;
	
}

a:hover {
	color: #1d7dd6;
	background: none;
	text-decoration: none;
	font-weight: 500;
	
	
}

a:active {
	color: #D2F381;
	text-decoration: none;
	font-weight: 100;

}

/*header*/
#header {
	position: static;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	width: 100%;
	height: 50px;
	font-size: 25px;
	line-height: 50px;
	color: #ffffff;
	background: #a6a6a6;
}

#logotipo {
	margin-top: 20px;
}

/*links*/

#links {
	margin-top: 20px;
}

#links ul {
	font-size: 12pt;
}

/*footer*/
#footer {
	position: static;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

/*top footer*/

#footer1 {

}

#footer1 ul li {
	display: inline;
}

/*bottom footer*/

#footer2 {
	margin-top: 10px;
	
}

