/** TABLA AVISOS **/
.tr1 td {background: #FFF; border-bottom: 1px solid #e4e4e4;}
.tr2 td {background: #F7F7F7; border-bottom: 1px solid #e4e4e4;}

#UIvistaAvisosLista table, #UIvistaAvisosLista th, #UIvistaAvisosLista td {
	border: none;
	}
	#UIvistaAvisosLista table {
	width: 100%;
	}
	#UIvistaAvisosLista th, #UIvistaAvisosLista td {
	padding: 2px 4px;
	border-bottom:1px solid #DBDBDB;
	}
	#UIvistaAvisosLista td a {
	text-decoration:none; color: #333;
	}
	#UIvistaAvisosLista td.avisoCargo a {
	/*font-weight: bold;*/
	color:#0A4C9B;/* text-decoration: underline;*/
	}
	#UIvistaAvisosLista td.avisoCargo a:hover {
	text-decoration: underline;
	}
	
body {
	background: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 75%;
	line-height: 141%;
	}
/***************** ELEMENTOS DE TEXTO ***************/
h1, h2, h3, h4, h5, h6, strong, b, th { /*devuelve negrita a titulos y bold tag*/
	font-weight: bold;
	}
h1,h2,h3 { /* agrega margenes para que no se peguen con otros elementos */
	margin:1em 0;
}
h4,h5,h6 {
	margin:.5em 0;
}
p, fieldset, table, pre { /* agrega margenes para que no se peguen con otros elementos */
	margin-bottom:1em;
}
em { /*devuelve cursivas a tag*/
	font-style:italic;
}
/********************** TABLAS **********************/
table{
	width:100%;
}
th,td { /*presentacion default de tablas, en caso de que no haya otra disponible*/
	border-bottom: 1px solid #666;
	padding: .5em;
	text-align:left; 
}
caption { /* mismo margen que celda, para mantener alineaci?n */
	margin-bottom: .5em;
    text-align: left;
    font-weight: bold;
	border-bottom:2px solid #000;
}

