body {
	background-color : #ffffff;
	margin : 0px 0px 0px 0px;
	font-family: verdana, "Sans Serif"; 
	font-size: .75em; 
}

h1 {
	font-family: verdana, "Sans Serif"; 
	font-size: 1.4em; 
	font-weight: bolder; 
	border-bottom: 1px dotted #cccccc; 
	padding: 3px;
		color: #8B0000; 
}

h2 {
	font-family: verdana, "Sans Serif"; 
	font-size: 1.2em; 
	font-weight: bolder; 
	border-bottom: 1px dotted #cccccc; 
	padding: 3px; 
		color: #8B0000;
}

h3 {
	font-family: verdana, "Sans Serif"; 
	font-size: 1em; 
	font-weight: normal;
	border-bottom: 1px dotted #cccccc; 
	padding: 3px;
	
}

#content {
	background-color : #ffffff;
	position : absolute;
	left : 185px;
	top : 0px;
}

#leftnav {
	position : fixed;
	width : 182px;
	height : 100%;
	border-right : 2px solid #000;
	margin-right : 15px;
	padding-bottom : 20px;

}


#leftnav a {
    display: block;
    list-style: url(../../Old2/none) none;
    font: bold 1.2em Arial, Helvetica, sans-serif;
    border-bottom: 2px solid #859CFE;
    color: #4B0082;
    padding-left: 10px;
    background:  gray ;
    text-decoration: none;
} 

#leftnav a:hover {
    color: #FE859C;
}

li.gen {
        list-style-type: circle;
    font-size: 1em;
        /*font-weight: bolder; */
        color: #440057;
        font-style: italic;
}

a:link, a:visited {
    text-decoration: none;
    color: #4B0082;
}


a:active, a:hover {
    text-decoration: none;
    font-weight: bolder;
}


/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 1em Verdana;
list-style-type: none;
text-align: right; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #778;
color: #2d2b2b;
background: white top left repeat-x;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
}

.shadetabs li a.selected{ /*selected main tab style */
color: black !important;
border-bottom-color: white;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}


  .tablaPapers {
    border-collapse: collapse;
    border: 2px solid #666699;
    width: 98%;
    margin-right: auto;
    margin-left: auto;
  }
  .tablaPapers tr td {
    padding: 0.4em;
    border-bottom: 1px dotted #666699;
    border-right: 1px dotted #666699;
  }
 .numeroCitas {
    font-weight: bold;
    font-size: 1.1em;
    width: 6em;
    text-align: center;
  }

