/* CSS Document */

.Titulo{
	color:#f60;
	font-weight:bold;	
	display:block;
	clear:both;
}

.Subtitulo{
	color:#666;
	font-weight:bold;
	display:block;
	clear:both;
}

a.enlace{
	color:#666;
	font-weight:bold;
	text-decoration:none;
}
a.enlace:visited{
	color:#666;
	font-weight:bold;
	text-decoration:none;
}
a.enlace:hover{
	text-decoration:underline;
	color:#ea690b;
	font-weight:bold;	
}

div.lineadeSeparacion {
 	color:white;
	border:0;
	height:30px;
	background-image: url(/es-es/recursos/repositorio-imagenes/globales/puntito.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

.tablaTextoNegro{
	font-size:10px;
	color:#000;
}
.tablaTextoBlanco{
	font-size:9px;
	color:#fff;
	font-weight:bold;
}
