.tableMain {
    border: 1px solid  #2F4899;
}
.blueBorder {
    border-bottom: 1px solid  #2F4899;
    background-color: #5092c3;
}
a {
    text-decoration: none;
    color: #4A668E;
}
a:hover {
    color: #6D97D1;
}
h5 {
    padding: 10px 0px;
    margin: 0px;
    font-size: 1.0em;
    color: #51849A;
    font-family: Verdana, sans-serif;
    font-weight: bold;
}
.footer {
    font-family: Verdana, sans-serif;
    font-size: 8pt;
    font-weight: bold;
    color: white;
    background-color: #6288BD;
    text-align: center;
}
.brujula {
    background-image: url(../images/brujula.png);
    background-repeat: no-repeat;
    background-position: left bottom;
}
.text {
    font-family: Verdana, sans-serif;
    font-size: 9pt;
    color: black;
    padding: 10px 50px 10px 40px;
}
.text2 {
    font-family: Verdana, sans-serif;
    font-size: 9pt;
    color: black;
    padding-top: 10px;
}
.subtitle {
    font-family: Arial, Verdana, sans-serif;
    font-size: 12pt;
    font-weight: bold;
    color: #51849A;
    padding-top: 10px;
    text-decoration: none;
}
.title {
    font-family: Arial, Verdana, sans-serif;
    font-size: 16pt;
    font-weight: bold;
    color: #51849A;
    padding-top: 10px;
}
.background {
    background-color: #5092c3;
}
.separator {
    font-family: Verdana, sans-serif;
    font-size: 12px;
    color: white;
}
.menuLink {
    font-family: Verdana, sans-serif;
    font-size: 9pt;
    font-weight: bold;
    color: white;
    text-decoration: none;
}
.menuLink:hover {
    color: #EAEAEA;
}
.subMenuHeader {
    font-family: Verdana, sans-serif;
    font-size: 11pt;
    font-weight: bold;
    background-color: #43728f;
    color: white;
    text-align: center;
}
.subMenu {
    background-image: url(../images/menu.png);
    background-repeat: no-repeat;
    background-position: left;
    font-family: Verdana, sans-serif;
    font-size: 9pt;
    font-weight: bold;
    color: #4B768E;
    text-decoration: none;
    padding-left: 15px;
}
.subMenu:hover {
    color: #204c68;
    background-image: url(../images/menu2.png);
    padding-left: 15px;
}
.email {
    color: #0000CC;
    text-decoration: none;
}
.email:hover {
    text-decoration: underline;
}
.form {
    font-family: Verdana, sans-serif;
    font-size: 9pt;
    color: black;
    padding-left: 40px;
}
.fotos {
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	border: none;
	margin: 0px;
	text-align: center;
}
.equipo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: center;
	vertical-align: top;
}

/*-------Menu Nuevo------*/
#menuPrincipal {
	background-color: #5093C3;
	float: left;
	width: 883px;
}

#menu, #menu ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}

#menu a {
	display: block;
	background: #5093C3;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	padding: 5px 4px;
}
#menu a:hover {
	background: #536F97;
}

#menu li { /* all list items */
	float: left;
	width: 142px; /* width needed or else Opera goes nuts */
	font: 13px verdana;
	margin: 0 5px 0 0;
}

#menu li ul { /* second-level lists */
	position: absolute;
	width: 220px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
}
#menu li ul a {
	text-align: left;
	border-bottom: 1px solid #FFFFFF;
}
#menu li ul li {
	width: 220px;
}

#menu li:hover ul ul, #menu li.sfhover ul ul {
	left: -999em;
}

#menu li:hover ul, #menu li li:hover ul, #menu li.sfhover ul, #menu li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
#menu li:hover {
    position: static;
}

.subMenuBackground
{
    background-color: #E4F2FD;
}
.entry {
    font-family: Verdana, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #51849A;
}
.value {
    font-family: Verdana, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #25369A;
    padding: 6px 15px 6px 5px;
}
.artTitle {
    font-family: Verdana, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #467386;
    text-decoration: underline;
}
.artAuthor {
    font-family: Verdana, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #25369A;
}
.paginator {
    font-family: Verdana, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #467386;
    text-align: center;
}
