html, body {
	margin:0;
	padding:0;
	background:#C8DC97 url(../imagenes/fondos/fondo.jpg) repeat-x;
	font-family:Verdana, Arial;
}
#contenedor {
	width:784px;
	position:relative;
	margin:auto;
	background:#C8DC97;
}
/* invisible para IE 5 \*/
#contenedor {
	position:absolute;
	/*el último es el ancho a la mitad (784/2)*/
	margin:0 0 0 -392px;
	left:50%;
	top:0;
}
#lat_izq{
	clear:left;
	float:left;
	background:url(../imagenes/fondos/fondo_lat_izq.jpg) no-repeat;
	width:10px;
	height:358px;
}
#contenido{
	float:left;
	width:764px;
}
#lat_dcha{
	float:left;
	background:url(../imagenes/fondos/fondo_lat_dcha.jpg) no-repeat;
	width:10px;
	height:358px;
}
#cabecera{
	clear:left;
	float:left;
	background:url(../imagenes/cabecera.jpg) no-repeat;
	width:100%;
	height:252px;
}
#logo{
	margin:80px 0 0 118px;
}
#interior{
	clear:left;
	float:left;
	background:#FFFFFF;
	width:100%;
	padding:0 0 20px 0;
}
#menu{
	clear:left;
	float:left;
	width:173px;
	margin:0 0 0 32px;
	display:inline;
}
#numero{
	clear:left;
	float:left;
	width:38px;
	height:16px;
	background-repeat:no-repeat;
}
#texto_menu{
	float:left;
	width:135px;
}
*html #texto_menu{
	height:18px;
}
#linea{
	clear:left;
	float:left;
	background:url(../imagenes/linea.jpg) repeat-x;
	width:100%;
	height:6px;
}
#interior_contenido{
	float:left;
	width:500px;
	margin:0 0 0 27px;
	display:inline;
}
#pie{
	clear:left;
	float:left;
	background:#E0EAC5;
	width:100%;
	height:25px;
	text-align:center; 
	padding-top:5px;
}
/*************************
	Interiores
*************************/
#superior_redondo{
	clear:left;
	float:left;
	background:url(../imagenes/fondos/superior_redondo.jpg) no-repeat;
	width:100%;
	height:30px;
}
#interior_redondo{
	clear:left;
	float:left;
	width:440px;
	background-color:#E0EAC5;
	background-repeat:no-repeat;
	padding:0 30px;
}
*html #interior_redondo{
	width:500px;
}
#inferior_redondo{
	clear:left;
	float:left;
	background:url(../imagenes/fondos/inferior_redondo.jpg) no-repeat;
	width:100%;
	height:30px;
}
#capa_fechas{
	float:left;
	background:#72B63D;
	padding:2px;
	width:200px;
	color:#FFFFFF;
	margin-top:10px;
}
#que_hacemos{ 
	clear:left;
	float:left; 
	width:100%;
	height:161px;
	background:url(../imagenes/fondos/que_hacemos.jpg)
}
#texto_corrido{
	clear:left;
	float:left;
	font-family:Verdana, Arial;
	padding:30px 0 0 0;
	width:100%;
}
#titulo_documentos01{
	clear:left;
	float:left; 
	margin:125px 10% 5px 10%;
	font-family:"Arial Narrow", Arial;
	font-size:12px;
	color:#FFFFFF;
	width:80%;
	display:inline;
}
#texto_documentos{
	clear:left;
	float:left;
	margin:5px 10% 5px 10%;
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-size:10px;
	width:80%;
	height:60px;
	display:inline;
}
#leer_documentos{
	clear:left;
	float:left;
	text-align:right;
	display:inline;
	margin:10px 10% 5px 10%;
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-size:10px;
	width:80%;
}
#documentos{
	float:left;
	width:50%;
	height:255px;
}
#noticia_01{
	clear:left;
	float:left;
	width:150px;
	font-size:10px;
}
#separacion_noticias{
	float:left;
	width:25px;
}
#noticia_02{
	float:left;
	width:150px;
	font-size:10px;
}
#interior_colaborador{
	clear:left;
	float:left;
	width:440px;
	background-repeat:no-repeat;
}
#interior_contacto{
	clear:left;
	float:left;
	background:url(../imagenes/fondos/contacto_fondo.jpg) no-repeat;
	width:500px; 
	height:215;
}
#texto_contacto{
	text-align:right;
	margin:50px 50px 0 0;
}
#interior_que_es_codefam{
	clear:left;
	float:left; 
	width:500px;
	height:227px;
	background:url(../imagenes/fondos/que_es_codefam.jpg) no-repeat;
}
#capa_que_es_codefam{
	width:150px;
	margin:50px 300px 150px 25px;
}
#interior_ficha{
	clear:left;
	float:left; 
	width:500px;
	/*height:227px;*/
	background:url(../imagenes/fondos/ficha.jpg) no-repeat;
}