@charset "utf-8";
/* CSS Document */
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: none;
	color: #F30;
}
a:active {
	text-decoration: none;
	color: #FFF;
}
body {
	background-color: #000;
	font-family:Tahoma, Geneva, sans-serif
}
#contenido{
	text-align:center;
	width:940px;
	height:420px;
	margin-left:auto;
	margin-right:auto;
}
#proyectos{
	color:#FFF;
	width:940px;
	height: auto;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
#activos{
	color: #F60;
	width:940px;
	height: auto;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
#perfil{
	text-align:center;
	width:940;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}
