@charset "utf-8";
/* CSS Document */
								
	/*Contenidos información*/
	.cuerpo		{	width:97%;}			
	iframe		{	min-height:420px;
					height:99%;
					width:980px;
					display:block;
					margin-left:20px;}				
	
	/*Formularios*/
	legend		{	color:#ffffff; 
					font-weight:bold;
					/*border:1px solid #d9ccac;*/
					padding:2px 5px 2px 5px;
					border:1px solid #0a2b00;
					background:#0a2b00;}
	fieldset 	{ 	border:1px solid #0a2b00;
					margin:0 0 1em 0; 
					padding:2em; }
	fieldset.sesion
				{	width:200px; }
	fieldset.form
				{	width:700px; 
				}
	fieldset.sol
				{	width:600px; 
					margin:0 0 0 0; 
					padding:0px 0px 10px 8px;
				}
	fieldset.nobor{	border:none;}
	
	.form-text, textarea,select		
				{ 	color:#0a2b00; background-color:#e7e7a4; }
	.select2	
				{ 	color:#0a2b00; background-color: #e7e7a4; }
	.select3	
				{ 	color:#0a2b00; background-color: #e7e7a4; }

	select		{	width:385px;}
	
	input.boton	{	width:70px;
					height:23px;
					font-size:11px;
					font-weight:bold;
					cursor:pointer;
					background:#0a2b00;
					color:#ffffff;
					border:1px solid #0a2b00;}
	input.boton2{	width:70px;
					height:23px;
					font-size:11px;
					font-weight:bold;
					cursor:pointer;
					background:#4a442a;
					color:#faf6ed;
					border:1px solid #4a442a;}
	input.boton3{	width:70px;
					height:23px;
					font-size:11px;
					font-weight:bold;
					cursor:pointer;
					background:#660000;
					color:#faf6ed;
					border:1px solid #4a442a;}
					
	/*Estilos para Ordenar tablas*/
	th.sortable,
	th.sortable-text,
	th.sortable-date,
	th.sortable-keep,
	th.sortable-date-dmy,
	th.sortable-numeric,
	th.sortable-currency,
	th.sortable-sortByTwelveHourTimestamp,
	th.sortable-sortIPAddress,
	th.sortable-sortEnglishLonghandDateFormat,
	th.sortable-sortScientificNotation,
	th.sortable-sortImage,
	th.sortable-sortFileSize,
	th.sortable-sortAlphaNumeric,
	th.sortable-sortEnglishDateTime
						{	cursor:pointer;
							background-image: url(../imagenes/sortable.gif); background-position: right; background-repeat: no-repeat;
							color: #FFFFFF; font-weight:bold;}
	th.forwardSort		{   background-image: url(../imagenes/down.gif); background-position: right; background-repeat: no-repeat; color: #FFFFFF; font-weight:bold;}
	th.reverseSort	   	{   background-image: url(../imagenes/up.gif); background-position: right; background-repeat: no-repeat; color: #FFFFFF; font-weight:bold;}
					
	th a:link,    			
	th a:visited,			
	th a:hover, 			
	th a:active 			{	color:#FFFFFF; text-decoration:none; text-align:center;}	
	
	.liga				{	cursor:pointer;
							color:#9f3f17;
							font-weight:850;}
	.ligahover 			{	cursor:pointer;
							text-decoration:underline;
							color:#ba8a66;
							font-weight:850;}

	.liga2				{	cursor:pointer;
							color:#4a442a;
							font-weight:850;}
	.ligahover2 		{	cursor:pointer;
							text-decoration:underline;
							color: #716A22;
							font-weight:850;}

	.liga3				{	cursor:pointer;
							color:#660000;
							font-weight:850;}
	.ligahover3 		{	cursor:pointer;
							text-decoration:underline;
							color: #E10000;
							font-weight:850;}



