/*capas*/
#matriz {
	pading:5px; /*para pornerle un borde a la página*/
	position:absolute;
	width: 1100px;
	top: 24px;
	margin-left:80px;
	height: 730px;
	background-color: #FFFFFF;
	border: 1px solid #0033FF;
	left: -5px;
	}
#pie {
	position:absolute;
	left:317px;
	top:685px;
	width:704px;
	z-index:3;
	padding: 3px;
	color: #000000;
	}
#ECO {
	position:absolute;
	left:51px;
	top:18px;
	width:368px;
	height:111px;
	height:142px;
	z-index:8;
	background-image: url(../images/cabezeraweb_peq.png);
	background-repeat: no-repeat;
	background-position: left;
	}
#navi {
	position: absolute;

	//left:5%;/*para ajustar en IE7*/
	//margin:0 px;
	top:151px;
	width:250px;
	height:579px;
	z-index:5;
	left: 1px;
	background-image: url(../images/navi.png);
	}
#navi ul{
	position: absolute;
	list-style-type: none;
	width: 20px;
	left: 41px;
	top: -4px;
	}
#navi li a {
	display:list-item;
	width:150px;
	height:30px;
	text-decoration:none;
	font-size:18px;
	text-align: right;
	color: #FFFFFF;
	}
#navi li a:hover {
	color:#FFFFFF;
	background-color:#000099;
	}
#cabecera {
	position:absolute;
	padding-left: 10px;
	padding-right: 10px;
	width:659px;
	height:142px;
	z-index:2;
	left: 410px;
	top: 12px;
	background-image: url(../images/foto1.jpg);
	background-repeat: no-repeat;
	}
#temas {
	position:absolute;
	left:409px;
	top:162px;
	width:674px;
	height:25px;
	z-index:10;
}
#cuerpo {
	position:absolute;
	padding-left: 10px;
	padding-right: 10px;
	height:500px;
	margin:0%;
	left:314px;
	top:190px;
	width:755px;
	z-index:9;
	background-color: #FFFFFF;
	padding-bottom:10px;
	overflow:scroll;
	}
#texto_uno {
	position:absolute;
	left:11px;
	top:46px;
	width:382px;
	height:356px;
	z-index:9;
}
#texto_dos {
	position:absolute;
	left:11px;
	top:413px;
	width:702px;
	height:76px;
	z-index:9;
}
#texto_tres {
	position:absolute;
	left:10px;
	top:31px;
	width:535px;
	height:299px;
	z-index:10;
}
#Foto_bio {
	position:absolute;
	left:400px;
	top:63px;
	width:300px;
	height:333px;
	z-index:9;
	background-image: url(../images/caye_2.jpg);
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#foto_actuacion {
	position:absolute;
	left:567px;
	top:69px;
	width:169px;
	height:252px;
	z-index:10;
	background-image: url(../images/cambioclimatico.png);
}
#foto_fisiquo2 {
	position:absolute;
	left:147px;
	top:68px;
	width:169px;
	height:240px;
	z-index:10;
	background-image: url(../images/fisiquo_port.jpg);}
	#foto_actuacion2 {
	position:absolute;
	left:477px;
	top:68px;
	width:169px;
	height:252px;
	z-index:10;
	background-image: url(../images/cambioclimatico.png);
}
#foto_fisiquo {
	position:absolute;
	left:567px;
	top:70px;
	width:169px;
	height:240px;
	z-index:10;
	background-image: url(../images/fisiquo_port.jpg);}
	
#lang {
	position:absolute;
	left:699px;
	top:12px;
	width:68px;
	height:18px;
	z-index:10;
	background-repeat: no-repeat;
}

/*estilos generales*/	
body,td,th {
	font-family: "Trebuchet MS";
	font-size: 12px;
	background-color:#333333;
	}
html{
height: 100%;
	}

body {
	height: 100%;
	}

/*estilos concretos*/


.contenedorfoto {
	float:left;
	width:225px;
	height:230px;
	margin: 0px;
	padding:2px;
	background-color:#FFFFFF;
	text-align:center;
	color: #000000;
	} 
.style1 {
	color: #3366FF;
	text-transform: none;
	text-decoration: none;
	}
.style2 {
	color: #FFFFFF;
	font-size: 18px;
	}
	
h1 {
	font-size: 30px;
	color: #666666;
	text-align: left;
	}
h2 {
	font-size: 24px;
	}
h3 {
	font-size: 18px;
	color: #000000;
	}
h4 {
	font-size: 12px;
	color: #0066CC;
	font-size: 16px;
	}
h5 {
	font-size: 16px;
	color: #0066FF;
	}
h6 {
	font-size: 9px;
	}
/*color de los links*/

a { }

a:link {
	color: #0099FF;
}
a:visited {
	color: #660099;
}
a:hover {
	color: #0099FF;
	text-decoration: none; 
 }
