/* ######### CSS for Indented CSS Tabs. Remove if not using ######### */
.indentmenu{
font: bold 13px Arial;
/*width: 100%; /*leave this value as is in most cases*/
}

.indentmenu ul{
/*
 /*navy border
border-top: 1px solid navy;
border-bottom: 1px solid navy;*/
margin: 5;
padding:1;
width: 30%; /*width of menu*/
float: none;
background-image:url(../images/botones/fondo_off.png);
background-repeat:no-repeat;
/*
background: url(../images/botones/fondo_off.png) norepeat;
*/
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: 114E6A; /*text color*/
padding: 14px 15px;
text-decoration: none;
/* border-right: 1px solid navy; /*navy divider between menu items*/
background-image:url(../images/botones/fondo_off.png);
background-repeat:no-repeat;

}

.indentmenu ul li a:visited{
color: 114E6A;
}

.indentmenu ul li a.selected{
color: 114E6A !important;
padding: 13px 15px;
background-image:url(../images/botones/fondo_on.png);
background-repeat:no-repeat;
}


.tabcontentstyle{ /*style of tab content oontainer*/
border: 1px solid gray;
width: 450px;
margin-bottom: 1em;
padding: 10px;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}
