/* ESTILOS GENERALES ---------------------------------------------------------------------------------------------------------------------*/
body {
	background-color:#000000;
	background-image: url(images/fondo2.jpg);
	background-repeat: repeat-x;
}
div#cuerpo{
	width:940px;
	background-color:#1a1a1a;
	overflow: hidden;
	}
.fichatitulo{
	width:460px;
	height:197px;
	float:left;
	}
div#intro{
	width:905px;
	background-color:#000000;
	margin:7px;
	margin-bottom:10px;
	padding:10px;
	overflow:hidden;
	float:left;
	}
div#texto_intro{
	background-image:url("images/fondo_noticia.gif");
	background-repeat:repeat-x;
	border:1px solid #000000;
	margin:15px;
	padding:15px;
	overflow:hidden;
	float:left;
	}
	