body {
	background-color : #F5D300;
	margin-bottom : 0;
	margin-left : 0;
	margin-right : 0;
	margin-top : 0;
}

A:VISITED {
	text-decoration : none;
	color : black;
}

A:HOVER {
	text-decoration : underline;
	color : Red;
}

A:ACTIVE {
	text-decoration : underline;
	color : Red;
}

A:LINK {
	text-decoration : none;
	color : black;
}

A.Recomendacion:Visited {
	text-decoration : none;
	color : 2c4d9c;
}

A.Recomendacion:Link {
	text-decoration : none;
	color : 2c4d9c;
}

.Recomendacion {
	color : Black;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : lighter;
	font-style : normal;
	font-size : 9px;
}

A.Recomendacion2:Visited {
	text-decoration : none;
	color : f5d300;
}

A.Recomendacion2:Link {
	text-decoration : none;
	color : f5d300;
}

.Recomendacion2 {
	color : White;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : lighter;
	font-style : normal;
	font-size : 9px;
}

.Titulo {
	color : White;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bolder;
	font-style : normal;
	font-size : 18px;	
}

.Texto {
	color : White;
	font-family : Arial, Helvetica, sans-serif;
	font-style : normal;
	font-size : 14px;
	font : lighter;
}

.TextoPrincipal {
	color : Black;
	font-family : Arial, Helvetica, sans-serif;
	font-style : normal;
	font-size : 12px;
	font-weight : bolder;
}


