*{
  margin:0px;
  padding:0px;
  border:0px;
}


html {
	width: 100%;
	background-color: #d0d0d0;	
}

body {
	margin: 0;
	text-align:center;
	padding: 0;
	width: 100%;
	background-color: #d0d0d0;	
}

#cabecera_arriba{
	width:882px;
	height:37px;
  margin:auto;
  background-image: url(../img/cab_arriba.jpg);
  background-repeat: no-repeat;
 /* border:1px solid blue; */
  background-position: top;
}
	
	
#botonera_idiomas {
  width: 150px;
  height:34px;
  float:right;
  margin-top:3px;
}

#enlaceEsp {
  width:28px;
  height:28px;
  background-image: url(../img/spain.jpg);
  background-repeat: no-repeat;
  margin-right:8px;
  display: block;
  float:left;    
}

#enlaceEsp:HOVER{
	background-position: 0pt -28px;
}

#enlaceIng {
  width:28px;
  height:28px;
  background-image: url(../img/ingles.jpg);
  background-repeat: no-repeat;
  margin-right:8px;
  display: block;
  float:left;    
}

#enlaceIng:HOVER{
	background-position: 0pt -28px;
}

#enlaceFra {
  width:28px;
  height:28px;
  background-image: url(../img/frances.jpg);
  background-repeat: no-repeat;
  margin-right:8px;
  display: block;
  float:left;    
}

#enlaceFra:HOVER{
	background-position: 0pt -28px;
}

#enlaceAle {
  width:28px;
  height:28px;
  background-image: url(../img/aleman.jpg);
  background-repeat: no-repeat;
  display: block;
  float:left;  
}

#enlaceAle:HOVER{
	background-position: 0pt -28px;
}

#cabecera {
  width:882px;
  height:175px;
  background-color:black;
  margin:auto;
  background-image: url(../img/logo_coinde.jpg);
  background-repeat: no-repeat;
}

#imagen_cabecera {
  width:678px;
	height:175px;
  background-image: url(../img/img_cab.jpg);
  background-repeat: no-repeat;
  float:right;
  background-position: right;
}


#contenedor {
  width:882px;
  min-height:500px;    
  margin:auto;
  background-image: url(../img/borde_up.jpg);
  background-repeat: no-repeat;
  background-position: top;
  background-color: #ffffff;
  margin-top:10px;
  overflow-y: auto;
}

#contenedor_abajo {
  width:882px;
  height:20px;
  position:relative;
  background-image: url(../img/borde_bottom.jpg);
  background-repeat: no-repeat;
  margin:auto;
}


#menu_izq {
  width:204px;
  margin-top:20px;
  height:250px;
  float:left;
 
  
}

#menu_izq ul{
	list-style:none;
	margin:0;      
	padding:0;
}

#menu_izq ul li{
	padding:0;
  margin:0; 
	float:left;   
	height:52px;
}



#menu_izq ul li a {
  
	float: left;        
	display:block;      
	width: 204px;
  font-family: verdana;
	font-size: 12px;
	color: white;
	text-decoration:none;
  height:52px;
  background-image: url(../img/rojo.jpg);
  background-repeat: no-repeat;
  padding-top:20px;
}
#menu_izq ul li a:HOVER {
  background-image: url(../img/gris.jpg);
  background-repeat: no-repeat;
}
  
/*
.boton_izq {
  width:204px;
  height:52px;
  background-image: url(../img/boton_.jpg);
  background-repeat: no-repeat;
	display:block; 
 

}
.boton_izq:HOVER{
  background-position:  0pt -52px;

} */
/*
#empresa {
  width:204px;
  height:52px;
  background-image: url(../img/empresa.jpg);
  background-repeat: no-repeat;

}

#empresa:HOVER {
 	background-position: 0pt -52px;

}

#areas {
  width:204px;
  height:52px;
  background-image: url(../img/areas.jpg);
  background-repeat: no-repeat;

}

#areas:HOVER {
 	background-position: 0pt -52px;

}

#contacto {
  width:204px;
  height:52px;
  background-image: url(../img/contacto.jpg);
  background-repeat: no-repeat;

}

#contacto:HOVER {
 	background-position: 0pt -52px;

}
*/
#contenido {
  width:615px;
  min-height:400px;
  float:left;
  margin:30px;
  margin-bottom:5px;
  overflow-y: auto;

  

}

.titulo {
  font-family:tahoma;
  color: #0fb8c8;
  font-size:24px;
  text-align:left;
  margin-bottom:20px;

}

.texto {
  font-family:tahoma;
  color:#343434;
  font-size:12px;
  text-align:justify;
  width: 620px;
  line-height:18px;
  float: left;


}

.titulo_txt {
  font-family:tahoma;
  color: #097483;
  font-size:13px;
  font-weight:bold;
  text-align:left;
  margin-bottom:5px; 


}



.imagen {
  width:204px;
  height:185px;
  float:left;
  /*border:1px solid red;*/
}








#pie {

  font-size:10px;
  font-family: verdana;
  color: #ffffff;
  width:882px;
  height:27px;
  background-image: url(../img/pie.jpg);
  background-repeat: no-repeat;
  margin:auto;
  margin-top:10px;
  line-height:25px;
}