/*---------------------------------*/
/*---------->> General <<----------*/
/*---------------------------------*/
*{margin:0;padding:0}

html,
body{
color:#333;
background:url(img/bg.png) repeat-x 0 0 #fff;
font:12px Arial, Helvetica, sans-serif;} 

p,
li{
line-height:140%;
padding:2px 0;}

td li{
color:red;
list-style:square inside ;}
li{
list-style:none;}

.clear{clear:both}

a img,
img{
border:0}

a{
color:green;}
a:hover{
color:#666;}

a.orders{
color:#008000;
margin:10px;}

a.orders:hover{
color:#D40C0C;
margin:10px;}
/*---------------------------------*/
/*---------->> Layout <<-----------*/
/*---------------------------------*/
#container{
width:900px;
margin:auto;
padding-bottom:10px;
background:#82bb34;
border-bottom-width:0px;}

#top{
margin: 0 0 0 0;
height:187px;
background:url(img/header2.png) no-repeat 0% 0%}

#top img{
float:right;}

#cajita{
	float:left;
	margin: 45px 0 0 50px;
width:250px;
}

#hours 
{
text-align:center;
	/* for IE */
  filter:alpha(opacity=100);
  /* CSS3 standard */
  opacity:10;
color:#000000;

}

#left{
width:150px;
margin:0 0 0 0;
padding:10px 10px 10px 10px;
float:left;
font-family:verdana;
font-size:12px;
font-weight:bold;
background:url(img/menubg.png) no-repeat 0% 0% #82bb34;}

#insidel{
width:240px;
margin:0 0 0 0;
padding:10px 10px 10px 10px;
float:left;
font-family:verdana;
font-size:12px;
font-weight:bold;
background:#e6f3a2}

#insidel h2{
color:#D40C0C;
margin-bottom:10px;
font-size:16px;
text-align:center;
text-transform:capitalize;}

.titulo{
color:#D40C0C;
margin-bottom:10px;
font-size:16px;
text-align:center;
font-weight:bold;
text-transform:capitalize;}

#right{
float:left;
width:724px;
padding:0 0 0 0;
background:#e6f3a2;
}

#right h3{
margin:15px 0;}

#right h3,
#right p{
font-weight:bold;
font-size:12px;
text-align:center;
vertical-align:bottom;}


#insider{
float:left;
width:460px;
padding:0 0 0 0;
background:#e6f3a2;
}

#insider h3{
margin:15px 0;}

#insider h3,
#insider p{
font-weight:bold;
font-size:12px;
text-align:center;
vertical-align:bottom;}

.orden, .orden select, .orden button, .orden input
{
font-family:verdana;
font-size:11px;
color:black;
margin:2px;
}

.orden input
{

margin-bottom:5px;
width:55px;

}

#titulo{
font-family:verdana;
text-align:center;
font-size:12px;
color:red;
font-weight:bold;
}

#peque{
font-family:verdana;
text-align:left;
font-size:10px;
color:#000;
font-weight:bold;
}

#titulosmall{
font-family:verdana;
text-align:left;
font-size:12px;
color:red;
font-weight:bold;
}

#info{
font-family:verdana;
font-size:11px;
color:black;
font-weight:bold;}

#contenido{
font-family:verdana;
font-size:12px;
color:black;
}
.small
{
font-size:11px;
}
.medium
{
font-size:11px;
font-weight:bold;
}



#precio{
font-family:verdana;
font-size:11px;
color:Green;
font-weight:bold;}
/*---------------------------------*/
/*----------->> Menu <<------------*/
/*---------------------------------*/

#menu{
margin:10px;
padding:0 0 5px 0;
background:#d52903}




    /* This is the part for the CSS menu - these settings are for a horizontal menu */
    #dmenu{                         /* menu list container */
        list-style-type: none;      /* disable the display of the list item bullets */
        margin: 0px;                /* space around the list container */
        padding: 0px;  
		padding-left: 5px;             /* space within the list container */
        position: static;           /* need this so that the z-index stuff works correctly */
        background-color: #fff;     /* the default background color within the main menu container */
        color: #000;                /* the default font color (not links) within the main menu container */
        z-index: 0;                /* push the menu up in the layer order a bit so it isn't hidden behind anything */
		font-family: Verdana, Arial, Helvetica, sans-serif; 
		font-size: 16px;
		font-weight: bold;
            /* Browser plug-ins like Flash or Quicktime may not allow you to overlap then with this menu! */
    }
	
	#menuprueba
	{
		margin: 0 0 0 0;
		text-align:center;
	}
	
	#menuprueba #back
	{
		background:url(img/botonbg.png) no-repeat;
		width:154px;
		height:32px;
		padding-bottom:10px;
	}
	

    #dmenu li{                      /* top-level menu element */
        list-style-type: none;      /* disable the display of the list item bullets */
        float: left;                /* this is to allow for the horizontal main menu */
        border: none;    /* border for each of the main menu items */
		
        background-color: #d52903;     /* main menu item background color */
        color: #000;                /* main menu item font color (not links) */
        margin: 0px;                /* spacing between main menu items */
        padding: 0px;               /* padding within main menu items */
        width: 110px;               /* the width of each main menu item */
        display: block;
		display:inline;
		list-style:none;
		line-height:100%;
    }

    #dmenu ul {                     /* third-level (or greater) menu element list elements */
        position: absolute;         /* this is so that it doesn't push that page content around on hover */
        margin: 0px;                /* space around the list container */
        padding: 0px;               /* space within the list container */
        list-style-type: none;      /* disable the display of the list item bullets */
        display: none;
        width: 108px;               /* should be the same as #dmenu li width */
        background-color: #eee8aa;     /* sub-menu default background color */
        border: 1px solid #C04C37;     /* the border around the sub-menu list */
        color: #000;                /* sub-menu default font color (not links) */
        z-index: 99;                /* want to be sure this is above the rest of the menu */
		font-family: Verdana, Arial, Helvetica, sans-serif; 
		font-size: 10px;
		font-weight: bold;
    }

    #dmenu ul li{                   /* second-level or greater menu element links */
        background-color: #eee8aa;     /* default background color for sub-menu container */
        color: #000;                /* default font color (not links) for sub-menu container */
        border: 1px solid #C04C37;               /* sub-menu item border settings */
        margin: 0px;                /* spacing between sub-menu containers */
        padding: 2px;               /* This is for padding between menu items in the drop-downs */
        width: 102px;               /* (padding*2) must be subtracted from #dmenu li width and set for this one, or borders won't display properly. */
		-moz-opacity:0.75; 
        filter:alpha(opacity=75) 
    }

    #dmenu li a{                    /* top-level menu element links */
        text-align: center;         /* text alignment in main menu item links */
        width: 100px;               /* set this to #dmenu ul width */
        display: block;
		padding:5px 5px;
		text-decoration:none;
		color:#fff;
		
    }
    
    #dmenu ul a {                   /* all the other level menu link elements */
        padding: 2px;
        margin: 0px;
        width: 100px;               /* (padding*2) must be subtracted from #dmenu ul li width and set for this one, or borders won't display properly. */
        display: block;
		color:#333;
    }

    #dmenu a:hover,                 /* top-level hovering properties */
    #dmenu li:hover{
        display: block;
        background-color: #C04C37;
        color: #fff;
    }
    
    #dmenu ul li:hover,             /* higher level hovering properties */
    #dmenu ul li a:hover{
        display: block;
        width: 102px;               /* should be set to the same value as #dmenu ul li width */
        background-color: #C04C37;
        color: #fff;
    }
	
		 #back a:hover            /* higher level hovering properties */
		{
		display:block;
        background:url(img/buttonhoverbg.png) no-repeat;    /* should be set to the same value as #dmenu ul li width */
		width:154px;
		color:#000;
		}
		
		#submenu a:hover           /* higher level hovering properties */
		{
		background:none;	 
        color: #000;
   		}
	

    #dmenu ul ul{                   /* higher-level list containers */
        display: none;              /* don't display by default */
        position: absolute;
        margin-left: 102px;         /* this should be the width of #dmenu ul li */
        margin-top: -2em;           /* this will push the sub-menu up to the level of it's parent */
    }

    /* only non-MSIE browsers use this */
    #dmenu ul li>ul,
    #dmenu ul ul li>ul{
        margin-top: -2em;           /* should be set to the same as #dmenu ul ul margin-top */
    }

    /* additional sub-menu levels in the next 2 blocks. (For up to 5 levels of drop menus) */
    #dmenu li:hover ul ul,              
    #dmenu li:hover ul ul ul,
    #dmenu li:hover ul ul ul ul,
    #dmenu li:hover ul ul ul ul ul{
        display:none;
    }

    #dmenu li:hover ul,
    #dmenu ul li:hover ul,
    #dmenu ul ul li:hover ul,
	
    #dmenu ul ul ul li:hover ul,
    #dmenu ul ul ul ul li:hover ul{
        display:block;
    }

    li>ul {
        top: auto;
        left: auto;
    }

	.content {                      /* This is used for the content that will appear below the menu */
        clear: left;
    }
