
	/* Estilos para el body */
	body     			{	color:#484D9E;	
							background:#FFFFFF url(../imagenes/fondo.gif) repeat fixed top left;
							margin:10px 15px 10px 15px;}
	body.margen0		{	margin:0px 0px 0px 0px;}
	a					{	font-size:11px;
							font-weight:500;}
	a:link     			{	color:#484D9E;
							background-color:transparent;}
	a:visited			{	color:#484D9E;
							background-color:transparent;}
	a:hover  			{	color:#F4C253;
							background-color:transparent;}
	a:active 			{	color:#484D9E;
							background-color:transparent;}
	.liga				{	cursor:pointer;
							text-decoration:underline;
							color:#484D9E;
							font-weight:500;}
	.ligahover 			{	cursor:pointer;
							text-decoration:underline;
							color:#F4C253;
							font-weight:500;}
	.sinfondo			{	background:#FFFFFF none no-repeat fixed top left;}

	/* Estilos para el texto */
	p,div,span,br,td,li	{	font-size:11px;
							text-align:justify;
							font-family:Verdana, Arial, Helvetica, sans-serif;}
	ul					{	list-style:none outside url(../imagenes/vineta.gif);
							margin-left:16px;}
	ol					{	list-style:decimal outside none;}
	.anchoprincipal		{	width:749px;
							color:#484D9E;
							background-color:transparent;}
	.anchoformulario	{	width:600px;
							color:#484D9E;
							background-color:transparent;}
	.texto-n			{	font-weight:bold;}
	.texto-c			{	text-align:center;}
	.texto-d			{	text-align:right;}
	.texto-i			{	text-align:left;}
	.texto-p			{	font-size:10px;}
	.texto-pp			{	font-size:7px;}
	.texto-b			{	color:#FFFFFE;
							background-color:transparent;}
	.texto-rojo			{	color:#F00;}
	.titulo  			{	font-size:20px;
							font-weight:bold;}
	.subtit  			{	font-size:15px;
							font-weight:bold;}
	.oculto				{	position:absolute; 
							top:450px; 
							width:749px; 
							z-index:1; 
							visibility:hidden;}

	/* Estilos para las tablas */
	.anchomaximo		{	width:100%;}
	.conborde			{	border: 1px solid #484D9E;}
	.sinborde			{	border: 0px none #FFFFFF;}
	table.collapse		{	border-collapse: inherit;}
	table.principal		{	width:749px;}
	table.formulario	{	width:600px;}
	tr.alto25			{	height:25px;}
	tr.alto18			{	height:18px;}
	tr.alto50			{	height:50px;}
	.fondo1				{	color:#484D9E;
							background-color:#FFFFFF;}
	.fondo2				{	color:#123c5d;	
							background:transparent url(../imagenes/pazul-1.jpg) repeat fixed top left;}
	.fondo3				{ 	color:#484D9E;	
							background:transparent url(../imagenes/pmorado.jpg) repeat fixed top left;}
	.fondo4				{	color:#484D9E;	
							background:transparent url(../imagenes/pgris.jpg) repeat fixed top left;}
	.fondo5				{	color:#484D9E;	
							background:transparent url(../imagenes/pamarillo.jpg) repeat fixed top left;}	
	td.arriba			{ 	vertical-align:top;}
	td.abajo			{	vertical-align:bottom;}

	/* Estilos para los formularios */
	input				{	width:350px;
							height:16px;
							font-family:Verdana, Arial, Helvetica, sans-serif;
							font-size:10px;
							color:#484D9E;
							background-color:#FFFFFF;
							border: 1px solid #484D9E;}
	select				{	width:350px;
							height:16px;
							font-family:Verdana, Arial, Helvetica, sans-serif;
							font-size:10px;
							color:#484D9E;
							background-color:#FFFFFF;
							border: 1px solid #484D9E;}
	textarea			{	width:350px;
							font-family:Verdana, Arial, Helvetica, sans-serif;
							font-size:10px;
							color:#484D9E;
							background-color:#FFFFFF;
							border: 1px solid #484D9E;}
	.boton1				{	width:70px;
							height:23px;
							font-weight:bold;
							background:#484D9E;
							color:#FFFFFF;}
	.boton2				{	width:100px;
							height:23px;
							font-weight:bold;
							background:#484D9E;
							color:#FFFFFF;}
	.caja20				{	width:20px;}
	.caja45				{	width:45px;}
	.caja85				{	width:85px;}
	.caja55				{	width:55px;}
	
	/* Estilo para marca de agua */
	.ponfiltro			{ 	filter:alpha(opacity=20);}
	.quitafiltro		{	filter:alpha(opacity=100);}
	.marcadeagua		{	text-align:center; 
							position:absolute; 
							top:90px; 
							width:600px; 
							height:720px; 
							z-index:-1;
						}