/* INICIO: General */
html,body { 
 margin: 0;
 padding: 0;
 background-color: #FFFFFF;
}
td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3b3b3b;
}
b {
	color: #01b47a;
}
/* FIN: General */
/* INICIO: Enlaces */
a:link    { text-decoration: none; color: #3b3b3b; }    /* enlaces no visitados */
a:visited { text-decoration: none; color: #3b3b3b; }   /* enlaces visitados */
a:hover   { text-decoration: underline; color: #3b3b3b; } /* rollover sobre enlace */
a:active  { text-decoration: underline; color: #3b3b3b; }   /* enlaces activos */

/* FIN: Enlaces */
/* INICIO: Estructura principal */
table.tablaPrincipal {
	margin-top: 10px;
	width: 1000px;
}
td.colIzquierda {}
td.colSeparadora {}
td.colCuerpo {}
td.colDerecha {}
/* FIN: Estructura principal */

.tituloBloque {
	color: #01b47a;
	font-size: 14px;
	font-weight: bold;
}
.textoDestacado{
	color: #01b47a;
}
.tabTexto {
	text-align: center;
	padding-top: 5px;
}
.tabTextoActivo {
	text-align: center;
	padding-top: 5px;
}
.fotoThumbnail {
	border-top-color: #b8b8b8;
	border-bottom-color: #b8b8b8;
	border-left-color: #b8b8b8;
	border-right-color: #b8b8b8;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	width:82px;
	height:82px;
}
