@charset "utf-8";
/* CSS Document */

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #1c2853;
	text-align: justify;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

#container {
	width: 100%;
	background-color: #ebf2ec; 
	overflow: hidden;
	margin-top: 10%;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top: 1px solid #c2cec3; 
	border-bottom: 1px solid #c2cec3; 
}
#container_logo {
	width: 100%;
	background: #FFF;
	overflow: hidden;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#logo {
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	vertical-align: middle;
	height: auto;
	text-align: center;
	margin-top: 20px; 
	margin-bottom: 20px; 
}
#container_abajo {
	width: 300px;
	overflow: hidden;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;

}
#abajo {
	width: 300px;
	float: left;
	height: auto;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #1c2853;
	font-size: 14px;
}

#abajo a:link {
	color: #2c6339;
	text-decoration: none;
}
#abajo a:active {
	color: #2c6339;
	text-decoration: none;
}
#abajo a:visited {
	color: #2c6339;
	text-decoration: none;
}