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