@CHARSET "ISO-8859-1";

.mid ul li .col-1 {
	display: block;
	float: left;
	width: 155px;
	margin-left: 5px;
	margin-top: 11px;
}

.mid ul li {
	background-image: url("../images/bullet-cartelera-2.gif");
	background-position: 2px 6px;
	background-repeat: no-repeat;
	border-bottom: 1px dotted #CFD0D0;
	margin: 0 0 0 8px;
	padding: 2px 0 5px 15px;
	width: 100%;
}

.over_efect:hover {	
	background-image: url("../images/bullet-cartelera_back.gif");
    background-position: 3px 14px;
    background-repeat: no-repeat;
    border-bottom: 1px dotted #cfd0d0;
    margin: 0 0 0 8px;
    padding: 2px 0 5px 15px;
    width: 100%;
}

.cabecera_de_la_tabla {
	width: 100%;
	border-top: 1px dashed #e30713;
	margin-top: 0px;
	max-height: 30px;
	height: 0px;
}

.contenedor_de_la_tabla {
	padding: 0px;
	width: 100%;
	background-repeat: none;
}

.li_encabezado_tabla {
	color: rgb(65, 63, 67);
	background-image: none;
	height: 30px;
}

.encabezado_span_tabla {
	font-size: 12px;
	font-weight: bold;
	display: block;
	padding: 0 0 0 5px;
	text-decoration: none;
	height: 30px;
}

.content-center-mid p {
	color: #5C5C5C;
	font-size: 11px;
	line-height: 14px;
	margin: 10px;
}

.columnas_filas p {
	margin-left: 0px;
	padding: 0px;
	color: #5C5C5C;
	font-size: 11px;
	line-height: 14px;
}

.columnas_filas {
	display: visible;
	background-color: #F7F7F7;
}

/**
 * 	para table
 * */

.tabla_tramite {
	width: 100%;
}

.tabla_tramite tr th {
	width: 155px;
	/*background-image: url("images/bullet-cartelera-2.gif");*/
	background-position: 2px 6px;
	background-repeat: no-repeat;
	border-bottom: 1px dotted #CFD0D0;
	margin: 0 0 0 8px;
	padding: 10px;
	text-align: left;
	text-decoration: none;
	color: #413F43;
    font-size: 12px;
}

.tabla_tramite tr td {
	width: 155px;
	/*background-image: url("images/bullet-cartelera-2.gif");*/
	background-position: 2px 6px;
	background-repeat: no-repeat;
	border-bottom: 1px dotted #CFD0D0;
	margin: 0 0 0 8px;
	padding: 10px;
	text-align: left;
	background-color: #F7F7F7;
	color: #5C5C5C;
	/*font-size: 12px;*/
	text-decoration: none;
}

.tabla_tramite tr td:hover {
	background-repeat: no-repeat;
	border-bottom: 1px dotted #CFD0D0;
	/*color: #5C5C5C;*/
	/*font-size: 12px;*/
	text-decoration: none;
}


.tabla_tramite tr td a:hover { 
	text-decoration: none;
	font-size: 11px;
	cursor:pointer;
	}
