#fondo {
	width: 100%;
}
#encabezadoEnvoltura  {
	float: left;
	height: 240px;
	width: 100%;
	background-image: url(../images/textura_encab_full.png);
	background-repeat: repeat-x;
}




#encabezado {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

#encabezado #logotipo {
	float: left;
	width: 960px;
	height: 200px;
}
#encabezado #navegacion {
	float: left;
	width: 960px;
}
#contenidoEnvoltura {
	float: left;
	width: 100%;
	background-color: #ECEAEA;
	background-image: url(../images/textura_cont.png);
	background-repeat: repeat-x;
}
#contenidoI  {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}


#contenidoI #portada {
	background-image: url(../images/textura_portada.png);
	background-repeat: repeat-x;
	float: left;
	height: 380px;
	width: 960px;
}
#contenidoI #informacionI {
	float: left;
	width: 960px;
	background-image: url(../images/textura_contenidoI.png);
	background-repeat: repeat-x;
}
#pieDePagina {
	background-image: url(../images/textura_pie.png);
	background-repeat: repeat-x;
	height: 100px;
	width: 100%;
	float: left;
}

#pieDePagina #ContenidoPie {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#ContenidoPie #textoPie {
	width: 700px;
	float: left;
	margin-top: 7px;
}
#textoPie p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #EDEBEB;
	margin-top: 1px;
	padding-top: 5px;
}
#ContenidoPie #imagen_redes {
	float: right;
	width: 220px;
	margin-top: 10px;
}
a {
	color: #F60;
	text-decoration: none;
}
