/* CSS Sii */
body {
	/*background-color:#FFFFFF;*/
	background-image:url(../imagenes/background.jpg);
	background-repeat: repeat;
	background-position: left top;
}

td.texto{
	font-family: Verdana, Tahoma;
	font-size:11px;
	color:#000000;
	background-color:#FFFFFF;
}

div.texto{
	font-family: Verdana, Tahoma;
	font-size:11px;
	color:#000000;
	background-color:#FFFFFF;
}

td.links{
	font-family: Verdana, Tahoma;
	font-size:11px;
	background-color:#E5E5E5;
}

td.copyright{
	font-family: Verdana, Tahoma;
	font-size:11px;
	background-color:#E5E5E5;
}

a {
	color:#666666;	
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	color:#003399;
}

a.resaltar {
	text-decoration: none;
	color:#000099;
}

a.resaltar:hover {
	color:#000099;	
	text-decoration: underline;
}

td.titulos{
	font-family: Verdana, Tahoma;
	font-size:20px;
	color:#003399;
	background-color:#FFFFFF;
}

td.sub_titulos{
	font-family: Verdana, Tahoma;
	font-size:15px;
	color:#666666;
	background-color:#FFFFFF;
}

td.tit_columnas{
	font-family: Arial, Verdana, Tahoma;
	font-size:16px;
	color:#666666;
	background-color:#FFFFFF;
}

td.separador{
	background-color:#FFFFFF;
	background-image:url(../imagenes/v_div.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

td.fondo{
	background-color:#FFFFFF;
}

table.tabla{
	border-color:#333333;
}

td.fondo_tit{
	/*background-color:#B0B0B0;*/
	background-color:#AAAAAA;
	color:#000066;	
	font-weight: bold;
	border-color:#666666;
	font-size:11px;
}


tr.fondo_cont{
	background-color:#E2E2E2;
}

tr.fondo_cont2{
	background-color:#FCFCFC;
}


