/* CSS Document */
body {
		padding: 0px;
		margin: 0px;
		background-color: #fff;
	}

.spacer{clear:both; height:1px;}

div.contenedor {
	padding: 0px;
	margin: 0px;
	width: 900px;
	margin: auto; /* the auto margins (in conjunction with a width) center the page 
	text-align: left; /* this overrides the text-align: center on the body element. */
	height:100%;
	border: 1px solid #aaa;
}

div.sombras {
  margin: 0 auto 0 auto;
  width: 840px;
  background-image: url(../images/sombras.jpg);
  background-repeat: repeat-y; /* Especificamos que se repita de forma vertical */
 }
  
.home{
position:relative;
top: 10px;
left: 585px;
margin:0px;
width: 100px;
height: 110px;
cursor:pointer;

}

.menu1{
position:relative;
top: -520px;
left: 160px;
margin:0px;
width: 118px;
height: 40px;
cursor:pointer;
background: url(../images/item_empresa.jpg) no-repeat;
}

.menu2{
position:relative;
top: -560px;

left: 310px;
margin:0px;
width: 118px;
height: 40px;
cursor:pointer;
background: url(../images/item_servicios.jpg) no-repeat;
}

.menu3{
position:relative;
top: -599px;
left: 450px;
margin:0px;
width: 118px;
height: 40px;
cursor:pointer;
background: url(../images/item_contacto.jpg) no-repeat;
}

.menuempresa{
  font-family: arial,sans-serif;
  color: #eee;
  font-size: 12px;
  letter-spacing: 0pt;
  word-spacing: 0pt;
  margin:0px;
  padding: 0px;
  position:relative;
  height: 30px;  
  *top: 11px;

}

a.menuempresa:link, a.menuempresa:visited, a.menuempresa:active {
  text-decoration: none;
  color:#eee;
}

a.menuempresa:hover{
  color: #c19c5e;
}

a.menuservicios{
  position:relative; 
  left:90px; 
  top: -27px;
  *top: -22px;
}

a.menuservicios:link, a.menuservicios:visited, a.menuservicios:active {
  text-decoration: none;
  color:#eee;
}

a.menuservicios:hover{
  color: #c19c5e;
}

a.menucontacto{
  position:relative; 
  left:160px; 
  top: -54px;
  *top: -56px;
}

a.menucontacto:link, a.menucontacto:visited, a.menucontacto:active {
  text-decoration: none;
  color:#eee;
}

a.menucontacto:hover{
  color: #c19c5e;
}

.acceso {
  position:relative;
  top: 20px;
  left:30px;
  width:80px;
  text-align:center;
	font-size: 0.7em;
	line-height: 1.2em;
	font-family: "Trebuchet MS", Verdana, "Lucida Grande", "Lucida Sans Unicode", sans-serif;
}

.acceso a {
  color:#aaa;
  text-decoration: underline;
}

div.cabecera {
background: url(../images/empresa_top.jpg);
width: 806px;
height: 164px;
}

div.etiquetaon{
  font-family: arial,sans-serif;
  color: #fff;
  text-align:center;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0pt;
  word-spacing: 0pt;
  margin:0px;
  padding: 2px 0px 0px 0px;
  float: left;
  width:129px;
  height:25px;
  position: relative;
  top:-42px;
  *top: -30px;
  left:30px;
  background: url(../images/etiqueta.gif) no-repeat;
}

.etiquetaoff {
  font-family: arial,sans-serif;
  text-align:center;
  padding: 2px 0px 0px 0px;
  font-size: 12px;
  float: left;
  width:129px;
  height:25px;
  position: relative;
  top:-42px;
  *top: -30px;
  left:30px;
  background: url(../images/etiquetaoff.gif) no-repeat;
  color:#c19c5e;
}

.etiquetaoff:hover{
  background: url(../images/etiqueta.gif) no-repeat;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
}

a.triptico{
  margin:0px;
  position:relative;
  top: -75px;
  *top: -85px;
  left:670px;
  width:100px;
	font-size: 10px;
	color: #c19c5e;
	text-decoration: underline;
	font-family: "Trebuchet MS", Verdana, "Lucida Grande", "Lucida Sans Unicode", sans-serif;
  font-weight:bold;
}

.empresa-imagen1{
  background: url(../images/empresa_foto1.jpg) no-repeat;
  width:330px;
  height:230px;
  position: relative;
  top:0px; 
  left:50px;
  float:left;
  /*border:1px solid #aaa;*/
}

.empresa-imagen2{
  background: url(../images/empresa_casos.jpg) no-repeat;
  width:330px;
  height:455px;
  position: relative;
  top:20px; 
  left:50px;
  float:left;
  /*border:1px solid #aaa;*/
}

.servicios-imagen1{
  background: url(../images/serv_gestion.jpg) no-repeat;
  width:269px;
  height:374px;
  position: relative;
  top:20px; 
  left:0px;
  float:left;
  /*border:1px solid #aaa;*/
}

.servicios-imagen2{
  background: url(../images/serv_control.jpg) no-repeat;
  width:268px;
  height:374px;
  position: relative;
  top:20px; 
  left:-5px;
  float:left;
  /*border:1px solid #aaa;*/
}

.servicios-imagen3{
  background: url(../images/serv_rrhh.jpg) no-repeat;
  width:269px;
  height:374px;
  position: relative;
  top:20px; 
  left:-10px;
  float:left;
  /*border:1px solid #aaa;*/
}

.masinfo {
  float:left;
  position:relative;
  top: 10px;
  left:125px;
  width:100px;
	font-size: 0.7em;
	line-height: 1.2em;
	font-family: "Trebuchet MS", Verdana, "Lucida Grande", "Lucida Sans Unicode", sans-serif;
}

.masinfo a {
  color:#c19c5e;
  text-decoration: underline;
}

.mapa{
  background: url(../images/mapa.gif) no-repeat;
  width:385px;
  height:270px;
  position: relative;
  top:-290px; 
  left:30px;
  border:1px solid #aaa;
  float:left;
}

.oficinas{
  background: url(../images/contacto_oficina.jpg) no-repeat;
  width:309px;
  height:377px;
  position: relative;
  top:0px; 
  left:80px;
  float:left;

}

.bottom{
  float:left;
  position:relative;
  top: -320px;
  left:-11px;
  width:828px;
  height:42px;
  background: url(../images/empresa_bottom2.jpg) no-repeat;
}

div.pie {
	position:relative;
	top:-170px;
	left: 121px;
	width:650px;
	float:left;
	text-align:center;
	color: #eee;
	font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
}

div.pie-empresa {
	position:relative;
	text-align:center;
	color: #eee;
	font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	top:2px;
	left: 89px;
	width:650px;
	height: 40px;
  float:left;
}

#enlace-pie {

	margin:0px 9px;
  display:inline;
}

#enlace-pie a {
	color: #eee;
	text-decoration: underline;
	}
	
#copy {

  position:relative;
  float:left;
  text-align: center;
	top:-15px;
	left: 0px;
	width:800px;
	color: #aaa;
	font-family: "lucida sans unicode","lucida grande",sans-serif;
	font-size: 10px;
	letter-spacing: 0pt;
  word-spacing: 0pt;
	display:inline;
}

#textocabecera{
	margin:15px 2px 5px;
	text-align:left;
	font-size: 12px;
	font-family: Georgia,Verdana, sans-serif;
	color:#333;
	border-bottom:1px;
	border-bottom-color:#aaa;
	border-bottom-style:solid;
	}
	
#textoA{
  margin:4px;
  font-size: 0.7em;
  line-height: 1.2em;
  font-family: "Trebuchet MS", Verdana, "Lucida Grande", "Lucida Sans Unicode", sans-serif;
  color:#666;
	}
	
#textoA a{
  color:#c09e5f;
  text-decoration: underline;
	}
	
.textobase{
  font-family: arial,sans-serif;
  color: #372823;
  font-size: 12px;
  letter-spacing: 0pt;
  word-spacing: 0pt;
  margin:0px;
  padding: 0px;
}

p.textobase {
  margin: 10px 0px; 
}

ul{
*padding: 0px;
}

