@import "estilo_comun.css";


#noticias{
	width : 580px;
	margin-left : 60px;
	margin-top : 50px;
	height : 500px;
	overflow-y: auto;
	overflow-x: auto;
}

#private{
	margin-right : 200px;
}

#contact{
	margin-right : 20px;
}

#menu_inferior{
	margin-left : 42px;
	margin-top : 30px;
	font-family : "Century Gothic";
	font-size : x-small;
}

#noticias,#registro{
	display : inline-block;
}

#logos{
	position : absolute;
	top : 464px;
}

#titulo{
	font-family : "Century Gothic";
	font-size : large;
}

#contenido{
	font-family : "Century Gothic";
	font-size : smaller;
	text-indent : 40px;
}

#comentarios{
	margin-bottom : 10px;
}

fieldset{
	border : none;
	margin-top : 10px;
}

legend{
	font-family : "Century Gothic";
	font-size : x-large;
	font-weight : bolder;
}
