@charset "UTF-8";
/* CSS Document */

body {
	background-color: #FFFFFF;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	border-top-color: #FF6605;
	border-right-color: #FF6605;
	border-bottom-color: #FF6605;
	border-left-color: #FF6605;
}


/* Estilos de textos del Area Top */


/* Ligas Normales*/
a.TopLinkMainNav {
	font-family: Trebuchet MS;
	font-size: 14px;
	color: #282828;
	text-decoration: none;
}
a.TopLinkMainNav:visited {
	color: #282828;
}
a.TopLinkMainNav:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a.TopLinkMainNav:active {
	color: #282828;
}
/* Fin Ligas Normales */


/* --------------------------------- */


/* Ligas Activas */
a.TopLinkActive {
	font-family: Trebuchet MS;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}
a.TopLinkActive:visited {
	color: #FFFFFF;
}
a.TopLinkActive:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a.TopLinkActive:active {
	color: #FFFFFF;
}
/* Fin Ligas Activas */


/* --------------------------------- */


/* Texto Top Only */
.TextoTop {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #282828;
}
/* Fin Texto Top Only */


/* --------------------------------- */


/* Fin Estilos de textos del Area Top */


.TextoGeneral {
	font-family: Arial;
	font-size: 16px;
	line-height: 22px;
	font-weight: normal;
	color: #5d4426;
	text-align: justify;
}


/* Regular Links */

a {
	font-family: Arial;
	font-size: 12px;
	color: #ff5f00;
}
a:visited {
	color: #ff5f00;
}
a:hover {
	color: #ff5f00;
	text-decoration: none;
}
a:active {
	color: #ff5f00;
}

/* Fin Regular Links */



/* Listas */


li {
	list-style-image: url(images/star.jpg);
	font-family: Arial;
	font-size: 14px;
	line-height: 22px;
	font-weight: normal;
	color: #5d4426;
	text-align: justify;
}

/* Fin de Listas */

