@charset "utf-8";
/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
}
#menu a .seleccionado{
	margin-bottom: 0px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000000;
	width:100%;
}

#menu a {
	text-decoration: none;
	/*font-size: 24px;*/
	color: #FFFFFF;
	font-weight: normal;
}
#menu a:link {

}
#menu a:visited {

}
#menu a:active {

}
#menu a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#contenido_contactar {
	position:relative;
	top:10px;
	left:30px;
	width:555px;
	height:300px;
	text-align: left;
	color: #FFFFFF;/*	background-color: #99FF33;*/
	font-weight: bold;
}
.txt_faldon {
	font-size: 12px;
	color: #333333;
	font-weight: bold;
}.txtjustificado {
	text-align: justify;
}

