
body {
	text-align: center;
	margin-top: 0px;
	padding-top: 0px;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	background-color: #bc4040;
}

#contenedorInicial {
	width: 800px;
	text-align: center;
	margin: auto;
	margin-top: 30px;
	padding-top: 0px;
	font-size: 14px;
}

#contenedor {
	width: 957px;
	text-align: left;
	margin: auto;
	margin-top: 5px;
	padding-top: 0px;
}

#cabecera {
	float: left;
	width: 957px;
	height: 144px;
	/* background-image: url(../imagen/fondo_cabecera.png); */
	background-repeat: no-repeat;
	background-position: top;
	border: 0px solid green;
}

#logo {
	float: left;
	height: 168px;
	width: 190px;
}

#menuInicio {
	float: left;
	height: 130px;
	width: 761px;
	padding-top: 2px;
}

#superior {
	float: left;
	width: 957px;
	height: 25px;
	background-image: url(../imagen/cabecera.png);
	background-repeat: no-repeat;
	border: 0px solid red;
}

#centro {
	float: left;
	width: 957px;
	background-image: url(../imagen/medio.png);
	background-repeat: repeat-y;	
}

#cuerpo {
	float: left;
	color: #454545;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 0px;
	padding-bottom: 5px;
	font-size: 12px;
}

#pie {
	float: left;
	width: 957px;
	height: 36px;
	background-image: url(../imagen/pie.png);
	background-repeat: no-repeat;
	text-align: center;
	border: 0px solid red;
	padding-top: 23px;
}

#menuX6 {
	float: left;
	width: 195px;
}

#cuerpoProductos {
	float: left;
	width: 710px;
}


/* ---------------- Menu ------------- */

#menuInicio ul {
	display: block;
	list-style-type: none;
	padding-left: 30px;
	margin: 0px;
}

#menuInicio ul li{
	float: left;
	height: 160px;
	padding-right: 10px;
}

#menuInicio ul li#uno{
	width: 101px;
	background: url(../imagen/opcion1.png) no-repeat 0px -160px;
}
#menuInicio ul li#uno:hover{
	background:  url(../imagen/opcion1.png) no-repeat 0px 0px;
}
#menuInicio ul li#uno.activo{
	background:  url(../imagen/opcion1.png) no-repeat 0px 0px;
}

#menuInicio ul li#dos{
	width: 89px;
	background: url(../imagen/opcion2.png) no-repeat 0px -160px;
}
#menuInicio ul li#dos:hover{
	background:  url(../imagen/opcion2.png) no-repeat 0px 0px;
}
#menuInicio ul li#dos.activo{
	background:  url(../imagen/opcion2.png) no-repeat 0px 0px;
}

#menuInicio ul li#tres{
	width: 94px;
	background: url(../imagen/opcion3.png) no-repeat 0px -160px;
}
#menuInicio ul li#tres:hover{
	background:  url(../imagen/opcion3.png) no-repeat 0px 0px;
}
#menuInicio ul li#tres.activo{
	background:  url(../imagen/opcion3.png) no-repeat 0px 0px;
}

#menuInicio ul li#cuatro{
	width: 108px;
	background: url(../imagen/opcion4.png) no-repeat 0px -160px;
}
#menuInicio ul li#cuatro:hover{
	background:  url(../imagen/opcion4.png) no-repeat 0px 0px;
}
#menuInicio ul li#cuatro.activo{
	background:  url(../imagen/opcion4.png) no-repeat 0px 0px;
}

#menuInicio ul li#cinco{
	width: 82px;
	background: url(../imagen/opcion5.png) no-repeat 0px -160px;
}
#menuInicio ul li#cinco:hover{
	background:  url(../imagen/opcion5.png) no-repeat 0px 0px;
}
#menuInicio ul li#cinco.activo{
	background:  url(../imagen/opcion5.png) no-repeat 0px 0px;
}

#menuInicio ul li#seis{
	width: 101px;
	background: url(../imagen/opcion6.png) no-repeat 0px -160px;
}
#menuInicio ul li#seis:hover{
	background:  url(../imagen/opcion6.png) no-repeat 0px 0px;
}
#menuInicio ul li#seis.activo{
	background:  url(../imagen/opcion6.png) no-repeat 0px 0px;
}

#menuInicio ul li#siete{
	width: 86px;
	background: url(../imagen/opcion7.png) no-repeat 0px -160px;
}
#menuInicio ul li#siete:hover{
	background:  url(../imagen/opcion7.png) no-repeat 0px 0px;
}
#menuInicio ul li#siete.activo{
	background:  url(../imagen/opcion7.png) no-repeat 0px 0px;
}

/* ----- Menu ---------- */

/*
  Use the UL's ID to define rules that are generally not over-ridden.
  These rules apply whether Javascript is enabled or disabled.
*/

#xMenu6_1 {
  margin-top: 0px;
  margin-left: 0px;
  width: 180px;
}

#ActiveMenuItem {
  color: #98bd19;
  font-weight: bold;
  font-size: 14px;
}

/*
  Use the UL's CLASS to define rules for when Javascript is disabled.
  When Javascript is enabled the UL's className will be over-written
  by a class defined in "xmenu6.css".
*/

.xMenu6 {
}

.xMenu6 ul {
  margin:0;
  padding:8px;
  list-style:none;
}
.xMenu6 li {
  margin:0;
  padding:0;
}



/* --------- Enlaces -------- */
a {
	color: #7fb203;
	border-bottom-style: none;
	text-decoration: none;
}

a:hover {
	background-color: #648020;
	color: white;
}

a:active {}
a:visited {}

a.nada, a.nada:hover {
	color: transparent;
	background-color: transparent;
}


/* --------- Cajas --------- */

#cajaGoogle {
	float: left;
	border: 2px solid #648020;
}

.caja1 {
	float: left;
	width: 440px;
	padding-left: 9px;
	padding-right: 0px;
	padding-top: 10px;
	padding-bottom: 2px;
	line-height: 1.7em;
	letter-spacing: 1.8px;
}

.caja2 {
	float: left;
	width: 330px;
	padding-left: 9px;
	padding-right: 0px;
	padding-top: 10px;
	padding-bottom: 2px;
	line-height: 1.7em;
	letter-spacing: 1.8px;
	text-align: justify;
}

.caja3 {
	float: left;
	width: 550px;
	padding-left: 9px;
	padding-right: 0px;
	padding-top: 10px;
	padding-bottom: 2px;
	line-height: 1.7em;
	letter-spacing: 1.8px;
}

.caja4 {
	float: left;
	width: 440px;
	padding-left: 9px;
	padding-right: 0px;
	padding-top: 10px;
	padding-bottom: 2px;
	line-height: 1.3em;
	letter-spacing: 1.8px;
}

.cajaOferta {
	float: left;
	width: 440px;
	padding-left: 9px;
	padding-right: 0px;
	padding-top: 10px;
	padding-bottom: 2px;
	line-height: 1.3em;
	letter-spacing: 1.8px;
}







.cajaServicios {
	float: left;
	width: 580px;
	padding-left: 15px;
}

.cajaFotos {
	float: left;
	width: 100px;
	border: 0px solid red;
}

.cajafoto1 {
	float: left;
	width: 76px;
	margin: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 0px;
	padding-bottom: 2px;
	font-size: 11px;
	border: 0px solid red;
	text-align: center;
}

/* ------- Tablas ----------- */








.tabla1 {

}


/* ------ Listas ------------ */

ul.lista1 {
	list-style-type: circle;
	padding-left: 30px;
	margin-top: 3px;
}

ul.lista1 li {
	background-image: url(../imagen/corazon1.gif);
	background-repeat: no-repeat;
	padding-left: 5px;
	letter-spacing: 1px;
}





/* ------ Etiquetas --------- */

p {
	text-indent: 25px;
	line-height: 1.6em;
	letter-spacing: 1.8px;
	margin-bottom: 5px;
	text-align: justify;
}

p.sin {
	text-indent: 0px;
}

p.uno {
	text-indent: 25px;
	line-height: 1.3em;
	letter-spacing: 1.8px;
	margin-bottom: 0px;
	text-align: justify;
	font-weight: bold;
}

.verde {
	color: #648020;
	font-weight: bold;
}

h1 {
	color: #7fb203;
	font-size: 20px;
	margin: 0;
	padding: 0;
	font-weight: bold;
	letter-spacing: 2px;
	text-align: center;
}

h2 {
	color: #7fb203;
	font-size: 24px;
	margin: 0;
	padding: 0;
	font-weight: bold;
	letter-spacing: 2px;
	text-align: center;
	letter-spacing: 3px;
}





/* ------ Formularios ------ */

.txtTitulo {
	font-size: 12px;
	color: #648020;
	background-color: white;
	font-weight: bold;
}

.cajaEntrada {
	font-size: 12px;
	color: #648020;
	border: 1px solid #648020;
	background: white;
}

.boton {
	font-weight: bold;
	font-size: 10px;
	border: 2px solid #648020;
	background-color: white;
	color: #648020;
} 







/* -------- Imágenes ----------- */

.floatDer {
	float: right;
	border: 3px solid #B2B2B2;
	margin-right: 7px;
	margin-left: 7px;
	margin-bottom: 7px;
	margin-top: 7px;
}

.floatCnt {
	float: center;
	border: 3px solid #B2B2B2;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 0px;
	margin-top: 5px;
}

.floatIzq {
	float: left;
	border: 3px solid #B2B2B2;
	margin-right: 7px;
	margin-left: 7px;
	margin-bottom: 7px;
	margin-top: 7px;
}


/* ---  Carruosel de imágenes --- */


#carousel1 {
	width: 900px;
	margin: auto;
	border: 0px solid #ccc;
	overflow: auto;
	height: 100px;
	float: left;
	margin-top: 4px;
}

#carousel1 img {
	width: 140px;
	height: 100px;
	padding-left: 2px;
	border: 0 none;
}

#carousel2 {
	float: left;
	clear: both;
	width: 900px;
	margin: auto;
	border: 0px solid #ccc;
	overflow: auto;
	height: 80px;
	float: left;
	margin-top: 4px;
}

#carousel2 img {
	max-width: 100px;
	max-height: 80px;
	padding-left: 2px;
	border: 0 none;
}
