/*
GENERALIDADES:
- TAMAŅOS DE LETRAS
- TIPOS DE FUENTE
- COLOR DE LA FUENTE
- NEGRILLAS, ITALICAS
*/
td,span,p,div,input 	{ font:                  12 Arial;}
a 										{font:                  14 Arial;}
h1,h2,h3,h4,h5,h6,th  {font:                  14 Arial; 
									 		 font-weight:						700; 
									 		 color: 								navy;}
h1,h2,h3,h4,h5 				{text-align:            center;}
/*
CUERPO:
- COLORES DE FONDOS
- IMAGENES
- DISTRIBUCION
*/
body 									{background-image:      url(index_archivos\fondo_archivos\bg.gif);
											 background-color:			#FFFFFFF;
											 background-repeat:			repeat-x; 
											 background-attachment: fixed;}
											 
											 
body.print 						{background-image:      none;
				      				 background-color:      White;}
/*----------------------------------------------*/
/*MENUS*/
/*----------------------------------------------*/
h1.rotulomenu					{text-align:center;  
									 		 text-decoration:underline; 
									 		 font-variant:small-caps;
											 position:relative;
											 top:-15;}
/*MENUS OCULTOS*/
a.oparent							{font-weight:						700;
											 color: 								navy;}
a.oparent:hoover			{color: 								navy;}
a.oparent:visited			{color: 								navy;}
li.oItem 							{color:						      #000080; 
											 cursor:					      text;} 
li.oParent		 				{color:				      		#000080; 
											 cursor:      					hand;} 
ul ul 								{display:			      		none;} 
li li 								{position: 				      relative; 
											 left:      						-30px;}
th.groove 						{border-style: 		      groove; 
									 		 color: 								blue; 
											 font-variant:       		small-caps;}
span.groove 					{border-style: 		      groove; 
											 font-weight:						700;
											 width: 		      			150px; }
table.groovy					{border:								thin groove Navy;}											 
/*----------------------------------------------*/
/*ELEMENTOS DE FORMULARIOS*/
/*----------------------------------------------*/
input.complete		    {width:      						100%;}
select.acomplete  		{width:				      		80%;}
select.complete		    {width:      						100%;}
textarea.complete 		{width:				      		100%;}
/*----------------------------------------------*/
/*TABLAS PARA CONSULTAS*/
/*----------------------------------------------*/
table.datos         		{background-color:			#dee8fe;}
table.add_and_delete 		{border-color: 					#00008b #8F8F8F #8F8F8F #00008b; 
											 	 border-style: 					groove;}
/*table.add_and_delete td	{border: 								thin solid #8F8F8F;}*/
/*table.add_and_delete th	{border: 								thin solid #8F8F8F;}*/
/*----------------------------------------------*/
/*BOTONES*/
/*----------------------------------------------*/
button.click_help 		{width:									20;
		                   height:								22;
											 cursor:								hand;}
                       
button.accion {	font-variant:small-caps; font-size:xx-small; width:80;}
span.boton {	font-variant:small-caps; font-size:xx-small; color:DarkBlue; font-family:Times New Roman;}
span.boton_color {	font-variant:small-caps; font-size:xx-small; color:DarkRed; font-family:Times New Roman;}
button.mini	{ width:10; height:10; cursor:hand; }
                       
/*----------------------------------------------*/
/*OTROS*/
/*----------------------------------------------*/
span.hacervisible 		{cursor:								hand; 
											 font-size:						  small; 
											 font-style:						italic; 
											 text-decoration:				underline;
											 font-variant:					small-caps;}

											 
.titamarillo {background-color:rgb(160,82,45); color:rgb(255,255,0); font-size: 26px; text-align:center; font-family: arial }

.titazul {background-color:#bedede; color:rgb(0,0,153); font-size: 20px; text-align:center; font-family: arial }

.botonocre {background-color:rgb(204,255,204); color:rgb(102,0,51); font-weight:bold}

.cajaceleste {background-color:#ccffff ; color:#003399}
											 

	A:link {
		FONT-WEIGHT: normal; COLOR: #003399; TEXT-DECORATION: none; font-size: 30px;
	}


	A:visited {
		FONT-WEIGHT: normal; COLOR: #003399; TEXT-DECORATION: none
		font-size: 30px;
	}


	A:active {
		FONT-WEIGHT: normal;
		color: #333399;  TEXT-DECORATION: none;
    font-size: 30px;
	}


	A:hover
	{
		FONT-WEIGHT: normal; background-color : Maroon;
		color: #FFFF66;	
		font-size: 30px;
	}

	.nav {
		color : rgb(255,239,213);
		font-size : 8pt;}
		

