/*
cuadra2.com
Released for free under a Creative Commons Attribution 2.5 License
*/

*
{
margin: 0px;
padding: 0px;
}

a:link {
	color: #009900;
	text-decoration:none;
}

a:hover {
	text-decoration: none;
	color: #FF0000;
}

a:visited {
	color: #009900;
	text-decoration:none;
}

body {
	
	background: #99cc00 url(images/bgall.gif) repeat-y center;
	font: 13px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}

#content
{
	margin: 0 auto;
	width: 900px;
	text-align: left;
	border-left: 2px solid #025900;
    border-right: 2px solid #025900;
	height:auto;
}

#leyenda_tabla
{
	width:600px;
	margin: 0 auto;
}
	

/*Pie de página*/

* { 
    margin: 0; 
} 
html, body { 
    height: 100%; 
} 
.wrapper {


	width: 900px;
	text-align: left;
	border-left: 2px solid #025900;
    border-right: 2px solid #025900;

    min-height: 100%; 
    height: auto !important; 
    height: 100%; 
    margin: 0 auto -7em;
	background-color:#FFFFFF;
} 
.footer, .push { 
	width: 900px;	
    height: 7em;
	text-align:center;
	color:#f45203;
	font-weight:bold;
	margin: 0 auto;
} 

/* Limón Silvestre*/
#aroma
{
	padding-top:0px;
	float:left;
}

#aromav
{
	padding-top:60px;
	float:left;
}

#counter
{
	height:25px;
	background-color:#FFFFFF;
	padding-top:10px;
	padding-bottom:3px;
	font-weight:bold;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	text-align:center;
	
}

/*  03/09/09  */

#datos
{
	padding: 15px 15px 10px 20px;
	text-align:justify;
}

#pagina
{
	height:auto;
}
	

#back
{
width: 900px;

}

#header {
	height: 504px;
	text-align: left;		
}

#menu
{
width: 652px;
height: 81px;
background: url(images/menu.gif) no-repeat;
padding-left: 40px;
}

#menu ul {
	list-style: none;	
}

#menu li {
	
	display: inline; 
	
}

#menu a {
	float: left;
	width: 100px;
	height: 31px;
    display: block;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	padding-top: 20px;

}

#menu a:hover {
	width: 100px;
    height: 31px;
	color: #F1F1F1;
	text-decoration: underline;
	background: url(images/menu_r.gif) repeat-x;
}


#logo {
background: url(images/header.jpg) no-repeat;
width: 662px;
height: 353px;
text-align: left;
padding-left: 30px;
padding-top: 100px;
}


#logo a {
	text-decoration: none;
	text-transform: lowercase;
	font-style: italic;
	font-size: 18px;
	color: #AA121F;
}
#logo H2 a
{
font-size: 10px;
text-transform: uppercase;
font-weight: normal;
}

#main
{
padding: 10px;
text-align:justify;
}

#left
{
	width: 350px;
	margin-left: 5px;
}

#left H3
{
width: 190px;
height: 38px;
font-size: 14px;
font-weight: bold;
padding-left: 26px;
padding-top: 10px;
text-transform: uppercase;
color: #ffffff;
background: url(images/title.gif) no-repeat
}

#left .title_back
{
background: url(images/title_back.gif) no-repeat;
padding-top: 10px;
}

#titulo
{
	color:#006633;	
	font-size:22px;
	font-weight:bold;
}

#left ul {
	list-style: none;
}

#left ul {
	border: 0px;
	margin-left: 20px;
	margin-bottom: 10px;
}

#left li {
	padding: 4px 20px;
    background: url(images/small.gif) no-repeat left;
}

#left a {
	color: #AA121F;
}
#left a:visited {
	color: #AA121F;
}

#left p
{
padding: 10px;
}

#calendar1 {
	padding: 0 10px 20px 10px;
}

#calendar table {
	width: 100%;
	text-align: center;
}

#calendar thead {

}


/*Características de elementos en catálogo*/
#catalogo tbody td
{
	vertical-align:bottom;
	text-align:center;
	padding-bottom:20px;
}


/*mini menú en catálogo*/
#minimenu
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#009900;
	font-weight:bold;
	font-size:14px;
	padding-top:90px;
}



	


#right
{
float: right;
width: 420px;
padding-right: 10px;
}

#right H4
{
	margin: 0;
	padding: 0px;
	font-size: 12px;
	color: #AA121F;
}

#right a
{
color: #AA121F;
text-decoration: none;
}



#right p {
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
}

#right ol, #right ul
{
margin-left: 30px;
}


#right h2 {
	margin: 0;
	padding: 0;
	padding-top: 10px;
	color: #AA121F;
}


/*------contact form------*/
#contact_form{
float:left;
width:300px;
padding:10px 10px 0 30px;
color:#666666;
text-align:left;
}
.contact_input{
width:290px;
height:17px;
font-size:10px;
float:left;
background-color:#fff8dc;
border:1px #f0e9cf solid;
}
label.contact_form{
width:200px;
padding:0 0 5px 0;
font-size:12px;
}
.contact_textarea{
width:290px;
height:80px;
font-size:12px;
float:left;
background-color:#fff8dc;
border:1px #f0e9cf solid;
}
input.contact_submit{
float:right;
}
.cleardiv {
clear:both;
overflow:hidden;
height:4px;
