body {
    background-color: #202020;
    margin: 0%;
}
.tableMain {
    background-color: black;
}
h2 {
    color: #7f7f7f;
}
.link {
    text-decoration: underline;
    color: #A2A2A2;
    font-weight: bold;
}
.link:hover {
    color: white;
}
.footer {
    font-family: Trebuchet MS, Verdana, sans-serif;
    font-size: 12px;
    color: black;
    text-align: center;
    text-decoration: none;
    h: expression(onmouseover=new Function("this.style.color='#2F2F2F';this.style.cursor='pointer';"),
                  onmouseout=new Function("this.style.color='#000000';this.style.cursor='default';"));
}
.footer:hover {
    color: #2F2F2F;
    cursor: pointer;
}
.separator {
    font-family: Verdana, sans-serif;
    background-color: #7f7f7f;
    text-align: center;
    font-size: 13px;
    color: white;
}
.separator2 {
    font-family: Verdana, sans-serif;
    background-color: #7f7f7f;
    text-align: center;
    font-size: 13px;
    color: black;
}
.background {
    background-color: #7f7f7f;
}
.backgroundReservas {
    background-color: #737373;
    text-align: center;
}
.langs {
    font-family: Arial, sans-serif;
    font-size: 11px;
    color: white;
    text-align: center;
    text-decoration: none;
}
.text {
    font-family: Verdana, sans-serif;
    font-size: 11px;
    color: white;
    vertical-align: top;
    padding: 10px 40px 40px 60px;
}
.marco {
    border: 4px solid #7f7f7f;
}
.galeria {
    font-family: Trebuchet MS, Verdana, sans-serif;
    font-size: 12px;
    color: #DEDEDE;
    font-weight: bold;
    text-align: center;
}
.topRightBackground {
    background-image: url('../images/top00c.jpg');
    height: 13px;
}
.submenu {
    font-size: 12px;
    background-color: #555555;
    color: white;
    padding: 3px 15px 3px 10px;
    h: expression(onmouseover=new Function("this.style.bgcolor='#ABABAB';this.style.cursor='pointer';"),
                  onmouseout=new Function("this.style.bgcolor='#555555';this.style.cursor='default';"));
}
.submenu:hover {
    background-color: #ABABAB;
    cursor: pointer;
}
.subtitulo {
    font-weight:bold;
    font-size: 12px;
}
#menuPrincipal
{	margin: 0;
	padding: 0;
	z-index: 30;
        height: 28px;
}
#menuPrincipal li
{	margin: 0;
	padding: 0;
	list-style: none;
	border: 0;
	width: 60px;
	text-align: left;
}
#menuPrincipal li a
{	display: block;
	margin: 0;
	padding: 0;
}
#menuPrincipal div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #7f7f7f;
}
#menuPrincipal div a
{	position: relative;
	display: block;
	margin: 0;
	padding: 0px 0px;
	width: 120px;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	text-transform: none;
	color: #FFF;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	border-top: 1px solid #000;
}
#menuPrincipal div a:hover
{	background: #515151;
	color: #FFF
}
