@charset "utf-8";

* {
	padding:0px;
	margin:0px;
}



body {
	margin: 0px;
	background-color: #BEB79E;
	/*font-family: 'Muli', sans-serif;*/
	font-family: Arial, Helvetica, sans-serif;
	/*font-family: 'Lato', sans-serif;*/
	font-size: 13px;
	font-weight: bolder;
	color: #595959;
}

#menu {
	width: 620px;
	margin-top: 52px;
	padding-top: 0px;
	top: 0px;
	height: 20px;
	float: left;
}
.negrito {
	color: #000000;
	font-weight: bolder;
}




#logo {
	float: left;
	width: 226px;
	margin-top: 8px;
	padding-top: 0px;
	height: 68px;
}


#centralizar {
	width: 850px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-bottom: 5px;
	position: relative;
	height: 80px;
}
#menutopo {
	width: 100%;
	height: 800px;
	background-image: url(fotos/fundo.png);
	background-repeat: repeat-x;
}




h2 {
	font-size: 14px;
	
}

p {
	text-align: justify;
	font-size: 14px;
	font-weight: normal;
}
.negrito2 {
	font-weight: bold;
}
#form {
	width: 310px;
	margin-left: 50px;
	margin-top: 0px;
	float: left;
	padding-top: 0px;
}
.menor {
	font-size: 11px;
}





#galerias
{
	width: 100%;
	float: left;

}
#menu ul {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 40px;
}
#menu li {
	list-style-type: none;
	float: left;
	margin-right: 15px;
}
li.selected a { color: #000; }


#menu a:link {
	text-decoration:none;
	list-style-type: none;
	color: #595959;
}
#menu a:visited {
	text-decoration:none;
	list-style-type: none;
	color: #595959;
}


#menu a:hover {
	text-decoration:none;
	list-style-type: none;
	color: #000;
}
#menu a:active {
	text-decoration:none;
	list-style-type: none;
	color: #000;
}
#perfil {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(fotos/fundoperfil.png);
	background-repeat: no-repeat;
	height: 467px;
	margin-top: 0px;
	visibility: visible;
}
#centrar {
	width: 715px;
	margin-right: auto;
	margin-left: auto;

}
#textoperfil {
	float: left;
	width: 400px;
	margin-left: 50px;
	margin-top: 100px;
	font-size: 14px;
	font-weight: normal;
	text-align: justify;
}
#fotoperfil {
	float: left;
	width: 250px;
	margin-top: 100px;
	font-size: 15px;
	font-weight: normal;
}


#perfil a:link {
	text-decoration:none;
	list-style-type: none;
	color: #595959;
}
#perfil a:visited {
	text-decoration:none;
	list-style-type: none;
	color: #595959;
}


#perfil a:hover {
	text-decoration:none;
	list-style-type: none;
	color: #000;
}
#perfil a:active {
	text-decoration:none;
	list-style-type: none;
	color: #000;
}