/* 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;
	}
.columnaizda{
	margin:10px 0px 10px 10px;
	padding:10px;
	width:435px;
	height:250;
	background-image:url("images/fondo_caja.gif");
	background-repeat:repeat-x;
	border:1px solid #CCC;
	float:left;
	}
.columnadcha{
	margin:10px 10px 10px 0px;
	padding:10px;
	width:435px;
	height:250;
	background-image:url("images/fondo_caja.gif");
	background-repeat:repeat-x;
	border:1px solid #CCC;
	float:right;
	}
.fichaizda{
	margin-top:10px;
	margin-bottom:10px;
	width:465px;
	background-color:#313131;
	float:left;
	}
.fichadcha{
	margin-top:10px;
	margin-bottom:10px;
	width:465px;
	background-color:#313131;
	float:right;
	}
.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;
	}
.titulo_izda{
float:left;
text-align:left;
width:400px;
margin-left:5px;
}
.titulo_dcha{
float:right;
text-align:right;
width:400px;
margin-right:5px;

}
