/* ######### CSS for Inverted Modern Bricks II Tabs. Remove if not using ######### */

.modernbricksmenu2{
padding: 0;
width: 557px;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

.modernbricksmenu2 ul{
margin:0;
margin-left: 2px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

.modernbricksmenu2 li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
}

.modernbricksmenu2 a{
float: left;
display: block;
font: bold 10px Tahoma;
color: #eeeeee;
text-decoration: none;
margin: 0 2px 0 0; /*Margin between each menu item*/
padding: 2px 1px 2px 3px;
width: 85px;
/* background-color: #CDCDCD; /*Brown color theme*/ 
background:url(../images/noactivo.jpg) no-repeat;
border-top: 1px solid white;
border-bottom: 1px solid white;
text-align:left;
}

.modernbricksmenu2 a:hover{
/* background-color: #ACC0DB; /*Brown color theme*/ 
color: #009999;
background:url(../images/hoveract.jpg) no-repeat;
}

.modernbricksmenu2 a.selected{ /*currently selected tab*/
/* background-color: #5F84B8; */
background: url(../images/activo.jpg) no-repeat;
color: white;
/* border-color: #5F84B8; /*Brown color theme*/ 
border-bottom:#5F84B8 solid 1px;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}

