body {
	margin: 0px;
	padding: 0px;
	background-color: #751E00;
}
#header {
	height: 30px;
	text-align: right;
	background-image: url(/Images/header.jpg);		
	background-repeat: repeat-x;}
#footer {
	height: 30px;
	text-align: right;
	background-image: url(/Images/footer.jpg);		
	background-repeat: repeat-x;}
#cuerpo {
	vertical-align: super;
}

.mainpanel {
	color:#FFFFFF;
	white-space:normal;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../Images/fondonaranja.gif);
	background-color: #F09218;
	}

.ourmenu {
	background-image:url(../Images/backmenu.jpg);
	text-align: left;
	vertical-align: top;
	color: #C4141F;
	background-repeat: no-repeat;
	font-size: 10px;
	line-height: normal;
	width: 700px;
	height: 500px;
	}

.subpanelizq{
height:505px;
width:212px;
}

.alto500{
height:500px;
}

.ancho708{
width:708px;
}
	
.topheader {
	margin: 0px;
	padding: 0px;
	background-image: url(../Images/footile.jpg);
	background-repeat: repeat-x;
	vertical-align: sub;
	text-align: center;}
	
.EstiloInc {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-align: right;
	word-spacing: 3px;
	text-decoration: none;}

.EstiloTwitter a {
	color:#ffffff;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	vertical-align:middle;
}
.EstiloTwitter a:hover {
	color:#1CA8E7;
	text-decoration: underline;
	vertical-align: middle;
}

.EstSuperTitulos {
	font-size: 24px;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	color: #336600;
	font-weight:bold;
	background-image: url(../Images/topmenus.jpg);
}
.EstTitulos {
	font-size: 20px;
	padding-left: 40px;
	font-family: "Times New Roman", Times, serif;
	color: #336600;
}
.EstSuperTitAmarillo {
	font-size: 24px;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	color: #F48400;
	font-weight:bold;
}
.EstTitAmarillo {
	font-size: 20px;
	padding-left: 40px;
	font-family: "Times New Roman", Times, serif;
	color: #FBDC8A;
}
.EstPlatillo {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
}
.EstDescPlatillo {
	color: #780C11;
	font-size: 12px;
	font-family: "Times New Roman", Times, serif;
	font-weight: lighter;
}

.Estilomissing {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:lighter;
	word-spacing: 3px;
	text-decoration: none;}

.Formaright {
	color: #0E7035;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: right;
	word-spacing: 3px;
	text-decoration: none;
	vertical-align: top;
}

.Formaleft {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	word-spacing: 3px;
	text-decoration: none;}

.tablacontactus {
	color: #0E7035;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	word-spacing: 3px;
	text-decoration: none;
	background-color: #FBDC8A;
}

.EstLeft12 {
	color: #FFFFFF;
	font-family:"Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
}
.Font10 {
	font-size: 10px;
	line-height: normal;
}


ul.makeMenu, ul.makeMenu ul {
	width: 200px;                /* sets the size of the menu blocks */
	padding-left: 0px;           /* stops the usual indent from ul */
	cursor: default;             /* gives an arrow cursor */
	margin-left: 0px;            /* Opera 7 final's margin and margin-box model cause problems */
	background: transparent url(../Images/arrowgreen.gif) 100% 0;
	}
ul.makeMenu li {
  list-style-type: none;       /* removes the bullet points */
  margin: 0px;                 /* Opera 7 puts large spacings between li elements */
  position: relative;          /* makes the menu blocks be positioned relative to their parent menu item
                                  the lack of offset makes these appear normal, but it will make a difference
                                  to the absolutely positioned child blocks */
  color: #fff;                 /* sets the default font colour to white */
  height: 32px; /*Set to height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	}
ul.makeMenu li > ul {          /* using the > selector prevents many lesser browsers (and IE - see below) hiding child ULs */
  display: none;               /* hides child menu blocks - one of the most important declarations */
  position: absolute;          /* make child blocks hover without leaving space for them */
  top: 1px;                    /* position slightly lower than the parent menu item */
  left: 204px;                  /* this must not be more than the width of the parent block, or the mouse will
                                  have to move off the element to move between blocks, and the menu will close */
  background-image: url(../Images/arrowgreen.gif);
}
ul.makeMenu li:hover, ul.makeMenu li.CSStoHighlight {
  color: #fff;                 /* makes the active menu item text white */ 
}
ul.makeMenu ul.CSStoShow {     /* must not be combined with the next rule or IE gets confused */
  display: block;              /* specially to go with the className changes in the behaviour file */
}
ul.makeMenu li:hover > ul {    /* one of the most important declarations - the browser must detect hovering over arbitrary elements
                                  the > targets only the child ul, not any child uls of that child ul */
  display: block;              /* makes the child block visible - one of the most important declarations */
}
/* and some link styles */
ul.makeMenu li a { 
	display: block;
	background: transparent url(../Images/arrowgreen.gif) 100% 0;
    height: 24px; /*Set to height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	padding: 4px 0px 4px 5px;
	line-height: 24px; /*Set line-height of bg image- padding within link (ie: 32px - 4px - 4px)*/
    color: #fff; 
	width: 100%;
	text-decoration: none; 
	background-position: 100% -96px;
}

ul.makeMenu li a:hover, ul.makeMenu li a.CSStoHighLink { 
	background-position: 100% -32px;
	color: #CCCCCC;
}

ul.makeMenu li:hover > a { 
	color: #cccccc;
	background-position: 100% -64px;
}

.EstiloAboutus {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: lighter;
	color: #FFFFFF;
	text-decoration: none;
	text-align: justify;
	vertical-align: top;
	word-spacing: normal;
	padding-left: 30px;
	padding: 10px 10px 10px 5px;
	line-height: normal;
}
.twitter {
	padding: 10 10 10 10;
}

