body {
	background:url(images/fondo.jpg);
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:10px;
	margin:0px;
	}

/*PRINCIPAL*/

#contenedor {
	width:760px;
	margin:0px auto;
	vertical-align:middle;
	border:1px solid #666666;
	background:#81b600;
	}
	
/*ENCABEZADO*/

#encabezado {
	background:url(images/encabezado.jpg) no-repeat top left;
	width:760px;
	height:70px;
	margin:0px;
	padding:0px;
	position:relative;
	float:left;
	clear:left;
	}
	
/*CONTENIDO*/

#contenido {
	background:url(images/bolsas.jpg) no-repeat top right;
	background-color:white;
	position:relative;
	float:left;
	width:75%;
	}
#texto {
	float:left;
	margin:7px;
	width:250px;
	height:auto;
	color:#333333;
	line-height:20px;
	text-align:justify;
	}

#texto H1 {
	color:black;
	font-weight:bold;
	text-transform:uppercase;
	background:url(images/item_h1.jpg) no-repeat top left;
	padding:0px 0px 0px 20px;
	font-size: 12px;
	border-bottom:1px solid #81b600;
	width:100%;
	}
#foto_index {
	position:relative;
	float:right;
	margin:180px 10px 10px 0px;
	padding:5px;
	background:#81b600;
	}
	
/*BOTONERA*/

#botonera {
	width:25%;
	position:relative;
	float:right;
	background:#81b600;
	height:auto;
	}
#botonera UL {
	list-style:none;
	margin:0px;
	padding:0px;
	}
#botonera LI {
	background:url(images/item.jpg) no-repeat top left;
	background-color:#9ac533;
	margin:5px 0px 5px 0px;
	padding:2px;
	height:14px;
	}
#botonera LI a {
	color:#000000;
	margin:0px 0px 0px 21px;
	text-decoration: none;
	}
#email {
	position:relative;
	clear:both;
	margin:5px;
	}

/* FOTOS */

#contenedor_fotos {
	margin:10px;
	padding:10px;
	margin-bottom:20px;
	clear:left;
	float:left;
	width:500px;
	}
.foto {
	float:left;
	margin:9px;
	padding:6px;
	background:#81b600;
	position:relative;
	}
#contenedor_fotos h1 {
	color:#000000;
	font-weight:bold;
	border-bottom:1px solid #81B600;
	width:100%;
	font-size:10px;
	padding:2px;
	margin-top:5px;
	}

/*PIE*/

#pie {
	background:#CCCCCC;
	width:760px;
	height:auto;
	color:black;
	float:left;
	text-align:center;
	margin:0px;
	}
#pie P {
	padding:3px;
		}

/*VARIOS*/

A:link {
	color:#81B701;
	text-decoration:none;
	}
A:hover {
	color: #000000;
	font-weight:600;
	}
A:visited {
	color:#81B701;
	text-decoration:none;
	}
A:active {
	color:#81B701;
	text-decoration:none;
	}
.form {
	background:#efefef;
	border:0px;
	border-bottom:1px solid #81b600;
	padding:2px;
	margin:0px;
	color:black;
	font-size:10px;
	width:160px;
	}
