.estructura_tsj {
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
}
.estructura_tsj h1
{
 	font-size: 1.2em;
	text-align: center;
	color:#555555;
	margin-top: 0px;
	padding-top: 0px;
	text-transform: uppercase;
	width:100%;
}
.estructura_tsj table{
	width:100%;
	max-width:750px;
	margin: 0 auto;
}
.estructura_tsj .vertical {
	background-image:url(../images/orga/org1.png);
	background-repeat:repeat-y;
	background-position:center;
}
.estructura_tsj .horizontal {
	background-image:url(../images/orga/org1.png);
	background-repeat:repeat-x;
	background-position:left;

}
.estructura_tsj .horizontal2 {
	border-bottom:2px solid #006600;
}
.estructura_tsj .horizontal3 {
	background-image:url(../images/orga/org1.png);
	background-repeat:repeat-x;
	background-position:top;
}
.estructura_tsj .vertical2 {
	background-image:url(../images/orga/org1.png);
	background-repeat:repeat-y;
	background-position:right;		
}
.estructura_tsj .vertical3 {
	background-image:url(../images/orga/org1.png);
	background-repeat:repeat-y;
	background-position:left;		
}
.estructura_tsj .vertical4 {
	background-image:url(../images/orga/org3.png);
	background-repeat:no-repeat;
	background-position:center;		
}
.estructura_tsj .puesto
{
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	background:#CCCCCC;
	padding:5px;
	position:relative;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}
.estructura_tsj .puesto2
{
	font-size: 14px;
	font-weight: bold;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	background:#CCCCCC;
	position:relative;
	height:40px;
	padding:5px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}	
.estructura_tsj .puesto3
{
	font-size: 14px;
	font-weight: bold;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	background:#CCCCCC;
	position:relative;
	height:80px;
	padding:5px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}	
.estructura_tsj .puesto4
{
	font-size: 14px;
	font-weight: bold;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	background:#CCCCCC;
	position:relative;
	height:50px;
	padding:5px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}	

.estructura_tsj .descripcion
{
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	padding:5px;
}
	
.estructura_tsj .asignacion
{
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
}
.estructura_tsj .cuadro
{
	border: 1px solid #000;	
	text-align:center;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	vertical-align:top;	
	font-size:.78em;
}
.estructura_tsj .cuadro2
{
	border: 1px solid #000;	
	text-align:center;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	vertical-align:top;
}
.estructura_tsj a
{
	text-decoration: none;
	color: #000;
}
.estructura_tsj a:hover{
	text-decoration:underline;
	color: #000;
	cursor:pointer;
}

.estructura_tsj a.Ntt {
	position: relative; /* es la posición normal */
	text-decoration: none; 
	font-weight:bold;
	cursor:pointer;
}

.estructura_tsj a.Ntt:hover {
	z-index:999;
	background-color:#000000; 
	color:#CCCCCC;
}

.estructura_tsj a.Ntt div {
	display: none; 
}

.estructura_tsj a.Ntt:hover div {
	display: block; 
	position: absolute; /* se fuerza a que se ubique en un lugar de la pantalla */
	top:2em; left:2em; /* donde va a estar */
	width:280px; /* el ancho por defecto que va a tener */
	padding:2px; /* la separación entre el contenido y los bordes */
	background-color: #FFFFCC; /* el color de fondo por defecto */
	color: #000 /* el color de los textos por defecto */
}
.estructura_tsj .integrantes
{
	text-align:left;
	list-style:none;
	font-size:13px;
	margin-left:20px;
	line-height:130%;
	font-family: Arial, Helvetica, sans-serif;
}
.estructura_tsj .comp
{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align:center;
	margin-top:5px;
}
.estructura_tsj .comp2
{
	font-size:11px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	text-align:left;
}
.estructura_tsj .comp3
{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align:center;
	margin-top:15px;
}