/*tabla central*/
#contenPortada {
	margin-left:10px; margin-right:10px;
	margin-top:8px;
	border-collapse:collapse;
}
#contenPortada td {
	padding:0 6px 6px 0;
}

/*
table {
	border:1px solid red !important;
}
td {
	border:1px solid blue !important;
}
*/
/*las noticias*/
.tNoticias {
	border-collapse: collapse;
	border: none;
	font-size:100%;
	margin:0;
	width:220px;
}

.tNoticias th {
	color: #030;
	text-align: left;
	border-bottom: 1px solid #030;
	padding: 0px 0px 0px 10px;
	background-image: url(../images/vinetaNotiPortada.gif);
	background-repeat: no-repeat;
	background-position: 2px;
}

#contenPortada .tNoticias td {
	color: #666;
	padding: 3px 2px 0px 2px;
}

.tNoticias td a {
	color: #666;
	text-decoration: none;
}

.tNoticias td a:hover {
	color: #000;
}
.tNoticias img {
	border:0;
	max-height:100px;
	max-width:100px;
}

#tRutas{
	border-collapse: collapse;
	border: 1px solid #C93;
	width: 100%;
	margin-top: 10px;
}

#tRutas th {
	font-size: 70%;
	color: #FFF;
	font-weight: bold;
	text-align: left;
	padding: 2px 0px 2px 5px;
	background-color: #C93;
}

#tRutas td {
	font-size: 70%;
	color: #C93;
	font-weight: normal;
	text-align: left;
	padding: 2px 0px 2px 14px;
	background-image: url(../images/vinetaRutas.gif);
	background-repeat: no-repeat;
	background-position: 5px;
}

#tRutas td.activa {
	color: #FFF;
	background-color: #C93;
}
#tRutas td.activa a {
	color: #FFF;
}
#tRutas td a {
	color: #C93;
	text-decoration: none;
}

#tRutas td a:hover {
	text-decoration: underline;
}

#tDocs{
	border-collapse: collapse;
	border: 1px solid #F90;
	border-right: 1px solid #FFF;
	width: 100%;
	margin-top: 10px;
}

#tDocs th {
	font-size: 70%;
	color: #FFF;
	font-weight: bold;
	text-align: left;
	padding: 2px 0px 2px 5px;
	background-color: #F90;
}

#tDocs td {
	font-size: 70%;
	color: #F90;
	font-weight: normal;
	text-align: left;
	padding: 2px 0px 2px 14px;
	background-image: url(../images/vinetaDocs.gif);
	background-repeat: no-repeat;
	background-position: 5px;
}

#tDocs td a {
	color: #F90;
	text-decoration: none;
}

#tDocs td a:hover {
	text-decoration: underline;
}


/*encuesta*/

#tEncuesta {
	border-collapse: collapse;
	border: 1px solid #906;
/*	border-right: 1px solid #FFF;*/
	width: 100%;
	margin-top: 10px;
}

#tEncuesta th {
	font-size: 70%;
	color: #FFF;
	font-weight: bold;
	text-align: left;
	padding: 2px 0px 2px 5px;
	background-color: #906;
}

#tEncuesta td {
	font-size: 70%;
	color: #906;
	font-weight: normal;
	text-align: left;
	padding: 2px 0px 2px 5px;
}

#dVotar {
	margin-left:auto; margin-right:auto;
}

.contenido {
	padding: 0px 0px 1em 0px;
}