/* ******************************
* Tablas de Noticias en Lateral *
********************************/
table.tablan {
	width: 130px;
	border: 1px solid #808080;
	background-color: #ffffff;
	margin: 0px auto 10px auto;
	border-collapse: collapse;
	}
	
table.tablan thead th {
	height: 23px;
	text-align:center;
	background-color: #ce342f;
	background-image: url('img/fondo_noticias.gif');
	color: white;
	font-family: Arial, Helvetica, Verdana;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	}

table.tablan td {
	text-align:left;
	color: #4c4c4c;
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	font-weight: bold;
	padding: 1px 7px 1px 7px;
	}

table.tablan td a {
	color: #441cb8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration:none;
	line-height: 140%; 
	}

table.tablan td a:hover {
	color: #ce342f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration:underline;
	}

table.tablan td hr {
	border-style: dotted;
	color: #4c4c4c;
	width: 100%;
	text-align:center;
	}

table.tablan tfoot td {
	text-align:center;
	padding-bottom:7px;
	}

table.tablan tfoot td a {
	color: #4c4c4c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration:none;
	}

table.tablan tfoot td a:hover {
	color: #ff0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration:underline;
	}
	

/*********************************************
* Propiedades para elementos en Panel Central *
*********************************************/

#marco_panelc img {
	padding: 0;
	margin: 0;
}

#marco_panelc p {
	text-align: justify;
        padding: 5px 5px 0 5px;
        margin-top: 0;
        margin-bottom: 0;
	font-family: Verdana, Arial;
	font-size: 10px;
	font-weight: normal;
	color: #4c4c4c;
	line-height: 140%;
}

#marco_panelc p strong {
	font-family: Verdana, Arial;
	font-size: 10px;
	font-weight: bold;
	color: #4c4c4c;
}

#masinfo {
	text-align: right;
}	

#masinfo a {
	padding-right: 5px;
	font-family: Verdana, Arial;
	font-size: 10px;
	font-weight: bold;
	color: #4c4c4c;
	text-decoration: none;
}

#masinfo a:hover {
	color: #ff0000;
}

#marco_panelc h3 {
	font-family: Verdana, Arial;
	font-size: 10pt;
	font-weight: bold;
	color: #4c4c4c;
	text-align: left;
	padding-left: 5px;
}

/* Marco del la Capa Contenedora Para 3 Capas Centrales de Servicios */

.servicios_contenedor {
	clear: both;
	position: relative;
	width: 490px;
	height: 210px;
	margin: 0 auto;
	padding: 0;
}
