#cabecera{
	position:relative;
	margin:0px 40px 1px 30px;
	padding-top: 10px;
	text-align:left;
} 
#logo{
	position:relative;
	top:-50px;
	left:-30px;
	text-align:left;
	background: transparent url(../img/logo.gif) no-repeat top left;
	height:142px;
	width:154px;
}

#cont-arriba{
	background: transparent url(../img/cont-arriba.gif) no-repeat top left;
}
#cont-abajo{
	background: transparent url(../img/cont-abajo.gif) no-repeat bottom left;
	height:14px;
}
/* ESTRUCTURA:
	-contenedor
		-cont-arriba
		-margen:
			-cabecera > logo
			-contenido:
				-cuerpo >
			-pie
		-cont-abajo

*/
#contenedor{ 
	width:670px;
	margin:0px;
	padding:0px;
	margin-top: 36px;
	text-align:left;
	margin-left:auto; 
	margin-right:auto;
	background-color:transparent;
/*	background: #fff url(../img/fondo.gif) no-repeat bottom right;*/
} 
#margen{
/*	margin:0 20px 10px 30px;*/
	margin:0;
	padding:0;
	border-left: 1px solid #CEC6B4;
	border-right: 1px solid #CEC6B4;
	background-color:#FDFCF8;
}
#contenido{
	float: left;
	position:relative;
	width:auto;
	height: 120%;
	margin:-65px 0px 0px 0px;
	padding:0px;
}
#cuerpo{
	width:625px;
	height:100%;
	padding: 10px;
	margin:0 20px 0 10px;
/*	float: left;*/
	clear: both;
	border:#EEEDE9 solid 1px;
}

#noticias{
	position:relative;
	float:left;
	width:175px;
/*	height:450px;*/
	padding:10px;
	margin-left:10px;
	border:#EEEDE9 solid 1px;
}
#intro{
	float:left;
	position:relative;
	/*left:210px;
	top:0;*/
	width:400px;
	margin:0 10px;
	padding:10px;
	border:#EEEDE9 solid 1px;
}

#thumbs{
	width:220px;
	height:400px;
	float:left;
	margin:0 0 0 10px;
	padding:10px 0 10px 10px;
	position:relative;
	border:#EEEDE9 solid 1px;
}
#thumbs ul{
	width:230px;
	padding:0;
	margin:0;
}
#thumbs ul li{
	display:inline;
	width:70px;
	float:left;
	padding:0px;
	margin: 0 5px 5px 0;
}
#foto{
	float: right; 
	display:inline; 
	position: relative; 
	width:360px;
	margin:0 20px 0 0px;
	padding:10px 10px 0px 10px;
	border:#EEEDE9 solid 1px;

}
#AAAtextoFoto{
	margin-left:0px;
	padding:5px;
	text-align:left;
	width:350px;
}
#pie{
	clear: both;
	height: 20px;
	margin: 0px 25px 0px 30px;
	padding-top: 10px;
	text-align: center;
	color: #7E746A;
/*	background: transparent url(../img/contenido-bottom.gif) no-repeat bottom;*/
}
# pie p{
	margin-bottom:-10px;
}
