/* main body style */
body {
	background: #FFFFFF;
	color: #000000;
	font-family: Verdana;
	font-size: 11px;
	margin: 0px;
}

/* styling for block elements */
td, th, div, select, textarea, input {
	font-family: Verdana;
	font-size: 11px;
}

/* remove border from linked images */
a img {
	border: 0px;
}

/* link classes 
Note 1: we only specify anything that changes from the base class in 
all other classes 
Note 2: we only specify individual styles for the pseudo classes 
e.g. (A:link, A:hover etc.) if styling these differently 
*/
a, a.pn-normal {
	color: #0000FF;
	font-size: 11px;
	text-decoration: underline;
	background: none;
}
a.pn-pagetitle, h1 a {
	font-size: 16px;
	font-weight: bold;
}
a.pn-title, h2 a {
	font-size: 14px;
	font-weight: bold;
}
a.pn-sub {
	font-size: 12px;
}
a.pn-logo {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 3px;
	text-decoration: none;
}

/* postnuke specific classes */
.pn-logo {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 3px;
}
.pn-logo-small {
	font-size: 13px;
	font-weight: bold;
}
.pn-pagetitle, h1 {
	font-size: 16px;
	font-weight: bold;
	text-align:center;
}
.pn-title, h2 {
	font-size: 14px;
	font-weight: bold;
	text-align:center;
}
.pn-normal {
	color: #000000;
	font-size: 10px;
	text-decoration: none;
}
.pn-sub {
}
.pn-statusmsg {
	color: Red;
	font-style: italic;
}
/* news styles */
.pn-storytitle {
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 3px;
}

/* block styles */
.sideblock {
	width: 150px;
	padding:1px;
	border: 1px solid #000; 
}
.centerblock {
	padding: 0px;
	border: 1px solid #000;
}

/* styles for legacy opentable functions */
.box1{
	border:1px #cccccc solid;
	padding:8px;
	margin-bottom:5px;
}
.box2{
	border:1px #cccccc solid;
	padding:8px;
	margin-bottom:5px;
	text-align:center;
}

/* styling for lists */
ul {
	margin-left: 1em; 
	padding-left: 1em; 
	text-indent: 0em;
}

#menu2 div.barraMenu2,
#menu2 div.barraMenu2 a.botonMenu2 {
font-family: Verdana;
font-size: 8pt;
color: #000000;
}

#menu2 div.barraMenu2 {
text-align: left;
}

#menu2 div.barraMenu2 a.botonMenu2 {

color: #000000;
cursor: pointer;
text-decoration: none;
}

#menu2 div.barraMenu2 a.botonMenu2:hover {
color: #36498C;
text-decoration:none;
background-color:#F0F0F0;


}

#menu2 div.barraMenu2 a.botonMenu2:active {
color: black;
}

<!-- nuevo menu pruebas-->
.sexypanels{
list-style-type: none;
margin: 0;
padding: 0;
width: 180px; /* width of menu */
}

.sexypanels tr{
border-bottom: 1px solid white; /* white border beneath each menu item */
}

.sexypanels tr a{
background-color: white;  /*color of menu by default*/
font: bold 10px Verdana;
display: block;
color: #000000;
width: auto;
padding: 5px 0; /* Vertical (top/bottom) padding for each menu link */
text-indent: 8px;
text-decoration: none;
border-bottom: 1px solid black; /*bottom border of menu link. Should be equal or darker to link's bgcolor*/
}

.sexypanels tr a:visited, .sexypanels tr a:active{
color: #000000;
}

.sexypanels td a:hover{
background-color: #F0F0F0; /*color of menu onMouseover*/
color: #36498C;
border-bottom: 1px solid black; /*bottom border of menu link during hover. Should be equal or darker to link's hover's bgcolor*/
}


</style>

<!--[if IE]>
<style type="text/css">
.sexypanels td a{ /* Menu link width value for IE */
width: 100%;
}


#invertedtabs{
margin-left: 4px;
padding: 0;
width: 100%;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
padding-left: 5px;
}

#invertedtabs ul{
font: bold 11px Arial, Verdana, sans-serif;
margin:0;
margin-bottom: 1em; /*margin between menu and rest of content*/
padding:0;
list-style:none;
}

#invertedtabs li{
display:inline;
margin:0 2px 0 0;
padding:0;
text-transform:uppercase;
line-height: 1.5em;
}


#invertedtabs a{
float:left;
color: white;
background: #9B9CCC url(media/color_tabs_left2.gif) no-repeat left bottom;
margin:0 2px 0 0;
padding:0 0 0 3px;
text-decoration:none;
letter-spacing: 1px;
}

#invertedtabs a span{
float:left;
display:block;
background: transparent url(media/color_tabs_right2.gif) no-repeat right bottom;
padding:3px 9px 3px 6px;
}

#invertedtabs a span{
float:none;
}


#invertedtabs a:hover{
background-color: #0A05D5;
}

#invertedtabs a:hover span{
background-color: #0A05D5;
}

#invertedtabs #current a, #invertedtabs #current span{ /*currently selected tab*/
background-color: #0A05D5;
}

#invertedtabsline{
clear: both;
padding: 0;
width: 100%;
height: 8px;
line-height: 8px;
background: #9B9CCC;
border-bottom: 1px solid #fff; /*Remove this to remove border between bar and tabs*/
}

#menu div.barraMenu,
#menu div.barraMenu a.botonMenu {
font-family: sans-serif, Verdana, Arial;
font-size: 8.5pt;
color: white;
}

#menu div.barraMenu {
text-align: left;
}

#menu div.barraMenu a.botonMenu {

color: #000000;
cursor: pointer;
padding: 4px 6px 2px 5px;
text-decoration: none;
}

#menu div.barraMenu a.botonMenu:hover {
color: #707070;
text-decoration:underline;
}

#menu div.barraMenu a.botonMenu:active {
color: black;
}


#menu2 div.barraMenu2,
#menu2 div.barraMenu2 a.botonMenu2 {
font-family: Verdana;
font-size: 8.5pt;
color: white;
}

#menu2 div.barraMenu2 {
text-align: left;
}

#menu2 div.barraMenu2 a.botonMenu2 {

color: #FFFFFF;
cursor: pointer;
text-decoration: none;
}

#menu2 div.barraMenu2 a.botonMenu2:hover {
color: #FFFFFF;
text-decoration:underline;
}

#menu2 div.barraMenu2 a.botonMenu2:active {
color: black;
}


ul.specials li { color:white; }
ul.specials li span { color:navy; }

</style>

