html, body {
	background-color: #AAA994;
	background-repeat: repeat;
	background-position:top;
	padding: 0;
	margin: 0;
	text-align: center;
}

input, select, textarea {
	font: normal 13px "Trebuchet MS", Trebuchet, Tahoma, Verdana, Arial;
}
.texto_cuerpo {
	font: normal 12px "Trebuchet MS", Trebuchet, Tahoma, Verdana, Arial;
	color: #0072BC
}
.texto-cuerpo_grande{
	font: bold 	normal 13px "Trebuchet MS", Trebuchet, Tahoma, Verdana, Arial;
	color: #EC008C
}

.texto-normal{
		font: normal 13px "Trebuchet MS", Trebuchet, Tahoma, Verdana, Arial;
		color: #EC008C
	}
	
.texto-normal-amarillo{
		font: normal 13px "Trebuchet MS", Trebuchet, Tahoma, Verdana, Arial;
		color: #ffff00
	}
.texto-normal-blanco{
		font: normal 13px "Trebuchet MS", Trebuchet, Tahoma, Verdana, Arial;
		color: #ffffff
	}
	
.texto-normal-grande{
		font: normal 18 px "Trebuchet MS", Trebuchet, Tahoma, Verdana, Arial;
		color: #EC008C
	}
.texto-normal-grande-amarillo{
		font: normal 18 px "Trebuchet MS", Trebuchet, Tahoma, Verdana, Arial;
		color: #ffff00
	}
.texto-normal-grandep{
		font: normal 40 px "Trebuchet MS", Trebuchet, Tahoma, Verdana, Arial;
		color: #EC008C
	}
	
.texto-normal-blanco{
		font: normal 13px "Trebuchet MS", Trebuchet, Tahoma, Verdana, Arial;
		color: #FFFFFF
	}
.texto-normal-azul{
		font: normal 14px "Trebuchet MS", Trebuchet, Tahoma, Verdana, Arial;
		color: #0072BC
	}
	
.texto-colaboralores{
		font: normal 11px "Verdana", Arial;
		color: #EC008C
		}
.texto-arriba{
		font: normal 11px "Verdana", Arial;
		color: #ffff00
		}
				

#menu ul{
	margin: 0;
	padding: 0px 0px 0px 0px;
	font: normal 13px "Trebuchet MS", Trebuchet, Tahoma, Verdana, Arial;
	width: 100%;
	height: 46px;
	background-image: url(../images/menu.jpg);
	background-repeat: repeat-x;
	background-color: #4F0E60;	
	text-align: left;
	border-bottom: 2px solid #cccccc;
}

	#menu ul li{
		display: inline;
	}

	#menu ul li a{
		float: left;
		color: white;
		padding: 12px 15px;
		text-decoration: none;
	}

	#menu ul li a:hover{
		color:#FFF200;
	}
	
	.separador-menu { 
		background: transparent url(../images/separador_menu.jpg) center right no-repeat;

	}
	.separador-menu-on{
		float: left;
		color: #0071BC;
		font: normal 16px "Trebuchet MS", Trebuchet, Tahoma, Verdana, Arial;
		padding: 12px 15px;
		text-decoration: none;
	}

#menu_top ul{
	margin: 0;
	padding: 2px 2px 0px 0px;
	font: normal 13px "Trebuchet MS", Trebuchet, Tahoma, Verdana, Arial;
	width: 100%;
	height: 24px;
	background-image: url(../images/menu_top.jpg);
	background-repeat: repeat-x;
	background-color: #4F0E60;	
	text-align: center;
	border-bottom: 2px solid #cccccc;
}

	#menu_top ul li{
		display: inline;
	}

	#menu_top ul li a{
		float: left;
		color: white;
		padding: 12px 15px;
		text-decoration: none;
	}