*{margin:0; border:0; padding:0;}
body {
  padding:0;
  background:#DBE3CE;
  text-align:center;
}

#contenedor{

  position: absolute;
  left: 50%;
  top: 50%;
  width: 800px;
  /*height: 496px;*/
  margin-top: -250px;
  margin-left: -400px;
  overflow: auto; 
	
  /*margin:55px auto;*/
  background:#fff;
  /*width:800px;*/
  /*border:2px solid #91b640;*/
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  background-image:url("images/contenedor_bg.gif");
  background-repeat:repeat-x;
}

.spacer{
  clear:both;
  height:1px;
  width:1px;
  overflow:hidden;
}

#content{
 border:2px solid #91b640;
 height: 490px;
 position:relative;
}
/*------- izda---------*/
#izda{
  float:left;
  width:232px;
  background-color:white;
}

.izda_top{
 height:27px;
 background-color:#EFF3B6;
}

.imagen{
 margin-bottom:30px;
}


/*------- centro---------*/
#centro{
  float:left;
  width:564px;
}

.menu_inicio{
 float:right;
}
.centro_top{
  float:right;
  color:white;
  font-weight:bold;
  height:27px;
  background-image:url("images/menu-bg.gif");
  width:540px;
  text-align:left;
  /*border:1px solid red;*/
}
.centro_top a{
  color:white;
  text-decoration:none;
  margin-left:6px;
  text-align:center;
}

.centro_top p{
 margin-top:3px;
}


.centro_top a:hover{
  text-decoration:underline;
}

.logo_centro{
 float:right;
}

.banda_centro{
 text-align:left;
 float:right;
 margin-top:9px;
 height:61px;
 background-image:url("images/cname-bg.gif");
 background-repeat:repeat-y;
 background-color:#a8c567;
 width:470px;
}
.banda_centro p{
 color:#2f6900;
 font-size:16px;
 font-weight:bold;
 margin:20px 0px 0px 10px;
}

.titulo{
 color:white;
 font-weight:bold;
 font-size:14px;
 height:31px;
 background-image:url("images/welcome-bg.gif");
 text-align:left;
}
.titulo p {
 padding:6px 0px 0px 72px;
}
.centro_txt{
 margin:30px  auto;
 text-align:justify;
 background-color:white;
 width:440px;
}

.centro_txt ul{
 
 margin:-5px 0px 0px 40px;

}

.centro_txt p{
 margin:10px 10px 10px 10px;
}


.centro_txt_contacto{
 margin:20px auto;
 background-color:white;
 width:480px;
 /*border:1px solid black;*/
}

.imagen_contacto{
 float:left;
 margin:0px 5px 0px 0px;  
}


/*------- pie ----------*/
.bottom_links{
 text-align:left;
 margin-left:248px;
}

.bottom_links a{
 color:black;
}

#pie {
  position:absolute;
  bottom:0;
  left:0;
  width:100%;
  text-align:left;
  color:white;
  font-size:11px;
  height:57px; background-image:url("images/pie_bg.gif");
}
#pie p{
  margin-left:10px;
}