	
	.formulario {
	font-family: "Courier New", Courier, monospace;
	font-variant: normal;
	text-transform: none;
	font-size: 9px;
	}
	
	.boton {
	font-family: Courier New, Courier, monospace;
	text-align: center;
	font-weight: bold;
	background-color: #CCCCCC;
	color: #FFFFFF;
	}

	
	.titulo{
	text-align: center;
	background-color: #666666;
	font-weight: bold;
	color: #FFFFFF;
	font-size:13px;
	}
	
	.subtitulo1{
	text-align: center;
	background-color: #F9C084;
	font-weight: bold;
	color: #003366;
	font-size:12px;
	}
	
	.subtitulo2{
	text-align: left;
	background-color: #CCCCCC;
	font-weight: bold;
	color: #333333;
	font-size : 12px;
	}
	
	.importante{
	font-weight: bold; 
	color: #FF0000;
	font-size:13px
	}

	
	td {
	border: thin solid #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

	}

	table tbody td.odd {
	background-color: #edf3fe
	}

	p.adv {
	border: 1px solid;
        padding: 10px;
        margin: 15px auto 10px auto;
        font-size: 1.3em;
        color: #dd1100;
        font-weight: bold;
		width:800px;
	}
	
	.titulo_aplicacion {
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: bold;
	text-align:center;	
	font-size: 14px;
	color: #666666;
	}

	a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-decoration:none;
	color: #25217a;
	text-decoration: underline;
	}

	a:visited {
	font-family: verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #25217a;
	font-weight: bold;
	}

	a:hover {
	font-family: verdana, Helvetica, sans-serif;
	font-size: 10px;
	/*color: #25217a;*/
	font-weight: bold;
	}
	
	#ligas-boton a:active {
	font-family: verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	font-weight: bold;
	
	}
	
	#ligas-boton a:link {
	font-family: verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	}

	#ligas-boton a:hover {
	font-family: verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	}
	
	#ligas-boton a:visited {
	font-family: verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	}

	.contenido {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #161819;
	}
	
	.txt_blanco{
	text-align: center;
	background-color: #FF8B00;
	font-weight: bold;
	color: #FFFFFF;
	}
	
	
	table tbody tr.odd {
	background: #F0F2F4;
	}

	table tbody  tr:hover {
	/*background: #EAECEE; color: #111;*/
	}
	
	table tbody td.even {
	background-color: #fff
	}

	table tbody td.odd {
	background-color: #edf3fe
	}

	
	table tbody tr td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	}
	
	.texto {
	font-weight: normal;
	text-transform: none
	}
	
	textarea {
	font-weight: normal;
	text-transform: none
	}
	
/******************************************************
 Footer
*******************************************************/
	#footer	{
	background: #004E96;
	text-align: left;
	color: #FFF;
	height: 20px;
	width: 800px;
	font-size: 1em
	}
