body {
	font-family: Arial, Helvetica, sans-serif, verdana;
	color: #333333;
	overflow: hidden;
	overflow: auto; /* Hidden fuerza el texto al espacio disponible */

	background-color:#686868;
}

#sombra-contenedor {
	width: 862px;
	margin: auto;
	background-image:url(../images/contenedor-shadow.jpg);
	background-repeat:repeat-y;
}

#sombra-pie {
	width: 862px;
}


#contenedor {
	width: 800px;
	border: 1px solid #555555;
	border-bottom: 0px;
	margin: auto;
}


#navigation { 
	font-size: 0.9em;
	padding: 20px;
	border-bottom: thin;
	border-bottom-color:#DDDDDD;
	background-color:#FFFFFF;
/*	border-bottom-style:solid; */
}

#navigation h1 { 
	display: inline;
	padding-right: 0.2em;
}

#navigation h2 { 
	display: inline;
	color:#333333;
}

#navigation h1 a, #navigation h1 a:visited { 
	text-decoration: none;
	color:#333333;
}

#navigation h1 a:hover { 
	text-decoration: underline;
}


#cabecera {
	width: 800px;
	height: 232px;
}

#top-menu {
	overflow: hidden;
	width: 800px; 
	height: 46px;
	background-image:url(../images/top-menu-background.jpg);
	background-repeat:repeat-x;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
}

#cuerpo {
	font-size: 0.9em;
	/*width: 760px;*/
	background:#FFFFFF;
	padding: 10px 20px;
	float: left;
}

#cuerpo p {
	padding-bottom: 1em;
}


#footer {
	width: 100%;
/*
	height: 78px;
	background-image:url(../images/footer-background.jpg);
	background-repeat:repeat-x;
*/
	background-color:#C3D46A;
	background-color:white;
	overflow: hidden;
}

p.capitalLetter:first-letter {
/*
   float:left;
   color:black;
   background:white;
   border:0px solid #999999;
   font-size:30px;
   padding:1px;
   margin-right: 2px;   
*/   
}

/* servicios*/
#servicios {
	clear: both;
	overflow: hidden;
	/*	padding: 0 0 40px;*/
	font-size: smaller;
	color:#333333;
	width: 800px;
	background:#C3D46A;
}

#servicios h3 {

}

#servicios .categoria {
	border-bottom-width: 1px;
	border-bottom-color: #006600;
	border-bottom-style: solid;
	float:left;
	margin:10px 15px 15px 20px;
}

#servicios ul {
	list-style: none;
	margin:0;
}

#footer .linea-final {
	text-align: center;
	padding: 1em;
	font-size: 0.7em;
}

#footer .linea-final a,footer .linea-final a:visited {
	text-decoration: none;
	color: #006600;
}


#servicios li {
	border-bottom-width:1px;
	border-bottom-color: #006600;
	border-bottom-style: solid;
	padding: 0;
}


#servicios a,#servicios a:visited {
	text-decoration: none;
	font-size:0.9em;
	padding:7px 2px 6px 18px;
	color:#333333;
}

#servicios a:hover {
/* background:#EFFFF8 url(images/icons.png) 6px -2825px no-repeat; */ 
}

#cuerpo .imagen-izquierda {
	float: left;
	display: inline;
	margin-right: 10px;
	margin-bottom: 10px;

	border-style: solid;
	border-color: #666666;
	border-width: thin;
}

#descripcion {
	width: 760px; 
}


.contenedor-horizontal {
	background:#FFFFFF;
	margin: 0 auto;
}


#galeria-fotos {
	float: left;
}

#noticias{
}

.resaltado {
	color: #006600;
	font-size: 1.5em;
	margin-bottom: 1em;
}

.tabla-ofertas {
	margin: 1em;
}

/*
  project: CSS - table design
  type: stylesheet
  description: foggycountry
*/
.tabla-ofertas table {
  border-collapse: collapse;
  border: 2px solid #C5BA85;
  font: normal 10px verdana, arial, helvetica, sans-serif;
  color: #333333;
  background: #BFE756;
  }
.tabla-ofertas caption {
  padding: 0 .4em .4em;
  text-align: left;
  font-size: 1em;
  font-weight: bold;
  text-transform: uppercase;
  color: #333333;
  background: transparent;
  }
.tabla-ofertas td, th {
  color: #636363;
  border: 1px solid #cc9;
  padding: .3em;
  }
.tabla-ofertas thead th, tfoot th {
  font: normal 11px georgia, verdana, arial, helvetica, sans-serif;
  border: transparent;
  text-align: left;
  font-size: 1em;
  font-weight: bold;
  color: #333333;
  background: #C5BA85;
  }
.tabla-ofertas tbody td a {
  background: transparent;
  color: #72724c;
  text-decoration: none;
  }
.tabla-ofertas tbody td a:hover {
  background: transparent;
  color: #636363;
  }
.tabla-ofertas tbody th a {
  font: normal 11px georgia, verdana, arial, helvetica, sans-serif;
  background: transparent;
  color: #333333;
  text-decoration: none;
  font-weight:normal;
  }
.tabla-ofertas tbody th a:hover {
  background: transparent;
  color: #333333;
  }
.tabla-ofertas tbody th, tbody td {
  vertical-align: top;
  text-align: left;
  }
.tabla-ofertas tfoot td {
  border: 1px solid #C5BA85;
  background: #C5BA85;
  }
.tabla-ofertas odd {
  background: #91AB59;
  }
.tabla-ofertas tbody tr:hover {
  color: #333444;
  background: #DDCFAE;
  }
.tabla-ofertas tbody tr:hover th,
.tabla-ofertas tbody tr.odd:hover th {
  background: #C5BA85;
  }

