/************************** NUEVA HOJA DE ESTILOS BASE CSS 2  ************ 27/11/2007 ***********/

/*  NOTA: 1em = 12px  */


/* Neutralizando estilos: 
   Elementos que queremos re-setear a 0 enteramente y dejar por defecto: */

/*11px es el FontSize / 120% es el line-height */

html, body, form, fieldset {
	margin: 0;
	padding: 0;
	font-style: normal;
	color: #666666;
	font: 12px / 120% Verdana, Tahoma, Arial, Helvetica, sans-serif;

}


			

/* Neutralizando estilos: 
   Elementos con margen vertical : */

/* Reseteo a 0 los bordes cuando están dentro de un a  (LINK) y sin decoration */ 
  
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address  {
	margin:  0;
	padding: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;	
}

/* Reseteo a 0 todos los bordes en los A , les seteo un tamaño y les saco el underline*/

 /* Para todos los párrafos que estén dentro de una etiqueta form declaro: */
 form p	{	font-size: 11px;
			
		}

/* Aplicar margen izquierdo:
   Solo a los pocos elementos que lo necesitan: */
   
li, dd, blockquote {
	margin-left: 0px;
}

/* Conveniencias Varias para Propiedades de Formularios: */
	
/*Define las propiedades para el Tag label del form*/

form label 	{
				margin: 0;
				padding: 0;
			}


fieldset 	{
				border: none;
				border: solid 0 transparent; /* Este lo resetea a 0 para Opera */

			}


/* Para todos los elementos h3 que esten dentro de un tag Form declaro:*/

form h3 {	font-size: 11px;   
					
				 }									

/********************************  FIN DE RESET ESTILOS BASE  **********************************/


/*  Básicos */

.CursorHand		{ 	cursor: pointer;	}				
					
/****************************************  DIAGRAM LAYERS  ***************************************/				

DIV 	{	width: 100%;
			height: 100%;
		}


#Top {
	position: relative;
	
	z-index: 1;
}
#Left {
	position: relative;
	
	z-index:2;
}
#Content {
	position: relative;

	z-index: 3;
}
#Bottom {
	position: relative;
	z-index: 4;
}

#Right {
	position:relative;

	z-index:5;
}
/*********************************   FIN DIAGRAM LAYERS  ***************************************/

									/*****	#Content	*****/

/* A todas las img que esten dentro de un link dentro de la layer #Content declaro: */
				
#Content h1 {	font-family: Arial, Helvetica, sans-serif;
				color:#73716B;
				font-size:16px;
				text-decoration:none;
				font-weight:bold;
			
			}

#Content h2	 {	font-family:Verdana, Arial, Helvetica, sans-serif;
				color:#000000;
				font-size:11px;
				line-height:17px;
				text-decoration:none;
				font-weight:lighter;
			 }
			 
#Content h2.small	 {	font-family:Verdana, Arial, Helvetica, sans-serif;
				color:#000000;
				font-size:10px;
				line-height:14px;
				text-decoration:none;
				font-weight:lighter;
			 }
			 
#Content h2.bold	 {	font-family:Verdana, Arial, Helvetica, sans-serif;
				color:#000000;
				font-size:11px;
				line-height:17px;
				text-decoration:none;
				font-weight:bold;
			 }
			 
#Content h2.calend	 {	font-family:Verdana, Arial, Helvetica, sans-serif;
				color:#000000;
				font-size:10px;
				text-decoration:none;
				font-weight:bold;
			 }
		
#Content h3.bold	 {	font-family:Verdana, Arial, Helvetica, sans-serif;
				color:#000000;
				font-size:12px;
				line-height:17px;
				text-decoration:none;
				font-weight:bold;
			 }
			 
.titlepopup	 {	font-family:Verdana, Arial, Helvetica, sans-serif;
				color:#000000;
				font-size:12px;
				text-decoration:none;
				font-weight:bold;
			 }
			
/***********************************************************************************************/

											
									/*****	#Left	*****/

/* A todos los H1 dentro de la layer #Left declaro: */

				
#Left h1 	{	
				font-size:11px;
				text-transform:capitalize;
				padding-left:20px;
				display:block;
			
			}
		

/*Para que quede seleccionada le aplico */		


.LeftHome 	{	background:url(images/layout/left/bgnd_btn_home.jpg);
			font-family:Verdana, Arial, Helvetica, sans-serif;
			color:#1C1C1A;			
			background-repeat:no-repeat;
			padding-top:5px;
			padding-bottom:6px;
			font-size:11px;
			cursor:pointer;
			font-weight:lighter;}

.LeftHomeON	{	background:url(images/layout/left/bgnd_btn_home_on.jpg);	
			font-family:Verdana, Arial, Helvetica, sans-serif;
			background-repeat:no-repeat;
			padding-top:5px;
			padding-bottom:6px;
			color:#1C1C1A;
			cursor:pointer;
			font-size:11px;
			font-weight:bold;}

.Left 	{	background:url(images/layout/left/bgnd_btn.jpg);
		background-position:center;
			font-family:Verdana, Arial, Helvetica, sans-serif;
			color:#1C1C1A;
			font-size:11px;
			cursor:pointer;
			font-weight:lighter;}

.LeftON	{		background:url(images/layout/left/bgnd_btn_on.jpg);
			font-family:Verdana, Arial, Helvetica, sans-serif;
			
		background-position:center;
			color:#1C1C1A;
			cursor:pointer;
			font-size:11px;
			font-weight:bold;}
			
.LeftItems 	{	font-family: Arial, Helvetica, sans-serif;
			color:#FFFFFF;
			font-size:11px;
			cursor:pointer;
			width:170px;
			font-weight:lighter;}

.LeftItems:hover 	{	font-family: Arial, Helvetica, sans-serif;
			color:#FFFFFF;
			font-size:11px;
			cursor:pointer;
			text-decoration:none;
			font-weight:lighter;				
			background-color:#A4A39F;
			width:181px;}


.LeftItemsON 	{	font-family: Arial, Helvetica, sans-serif;
			color:#FFFFFF;
			font-size:11px;
			background-color:#A4A39F;
			cursor:pointer;
			display:block;}
			
/***********************************************************************************************/											
	
	
	
										/*****	#Top	*****/

/* A todos los H1 dentro de la layer #Top declaro: */

				
#Top h1 	{	
				font-size:11px;
				text-transform:capitalize;
				padding-left:15px;
				display:block;
				text-decoration:underline;
				
			}
		

/*Para cuando quede seleccionada le aplico */		


.TopSelH1 	{	
				color:#cccccc;
			}
			
/***********************************************************************************************/	
	
		
										/*****	#Bottom   *****/

/* A todos los H1 dentro de la layer #Bottom declaro: */

.Bottom 	{	font-family:Verdana, Arial, Helvetica, sans-serif;
				color:#FFFFFF;
				font-weight:lighter;
				font-size:10px;
			}

/*Para que quede seleccionada le aplico */		



			
/***********************************************************************************************/			
		
.BgndBtn { background-position:top; background-repeat:repeat-x;}			
			
<!--.Line-b		{ 	background-color:#73716B; 
				height:20px; 
				width:190px;
				padding-top:3px;}
				
.Line-a	{		background-color:#A4A39F; 
				height:16px; 
				width:190px;
				padding-top:3px;}	-->
				
				
													
/******** BORDES en Orden de Izquierda a Derecha - TRBL -Top - Right - Bottom - Left ***********/



/* Los Nombres de los bordes deben contener la ubicación + la posición/es donde es aplicado 
   Ej.: DiagramRL -> describe su aplicación en el Diagram para los bordes Right y Left  */


.DiagramRL	{	border: #999999 solid; border-width: 0px 1px 0px 1px;}





/******************************** ESTILOS EXTRA PARA FORMULARIOS ********************************/


.Scroll  		{	border-color:#333333;
					border-style:solid;
					border-top-width: 1px;
					border-right-width: 1px;
					border-bottom-width: 1px;
					border-left-width: 1px;
					scrollbar-arrow-color: #666666;
					scrollbar-shadow-color: #000000;
					scrollbar-base-color:#FFFFFF;
					scrollbar-3dlight-color: #FFFFFF;
					scrollbar-darkshadow-color:#FFFFFF;
					scrollbar-face-color:#FFFFFF;
					scrollbar-highlight-color:#FFFFFF;
					scrollbar-track-color:#FFFFFF;
					font-family:Verdana, Arial, Helvetica, sans-serif;
					font-weight:lighter;
					color:#000000;
					font-size:11px;
					
				}


.FieldForm		{	border-color:#333333;
					border-style:solid;
					border-top-width: 1px;
					border-right-width: 1px;
					border-bottom-width: 1px;
					border-left-width: 1px;
					width:110px;
					font-family:Verdana, Arial, Helvetica, sans-serif;
					color:#000000;
					font-weight:bold;
					font-weight:lighter;
					font-size:11px;
					
				}

.FieldError 	{	background-color: #4F4F4B;
					width:110px;
					border: #FFFFFF;
					border-style:solid;
					border-top-width: 1px;
					border-right-width: 1px;
					border-bottom-width: 1px;
					border-left-width: 1px;
					color: #FFFFFF;
					font-family:Verdana, Arial, Helvetica, sans-serif;
					font-weight:bold;
					font-weight:lighter;
					font-size:11px;
				}


.ErrorMesForm	{	font-family:Verdana, Arial, Helvetica, sans-serif;
					color:#ffffff;
					font-weight:bold;
					font-size:11px;
					background-color:#4F4F4B;
				}
				
				
.BtnIr		{ background-color:#B1B1AE;
	border:1px solid #73716B;
	margin:0px;
	text-decoration:none;
	width:20px;
	vertical-align:top;	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:9px;
	color:#000000;
	cursor:pointer;}

.BorderCalendario	{	border: #73716B solid; border-width: 1px 1px 1px 1px;}

.FieldFormCalendario	{	background-color: #FFFFFF;
			border-bottom-color: #73716B;
			border-left-color: #73716B;
			border-right-color: #73716B;
			border-top-color: #73716B;
			border-style: solid;
			border-top-width: 1px;
			border-right-width: 1px;
			border-bottom-width: 1px;
			border-left-width: 1px;
			text-align:center;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size:9px;
			font-style: normal;
			font-weight:bold;
			color: #000000;}	

.Normal  {	font-family:Verdana, Arial, Helvetica, sans-serif;
				color:#000000;
				font-size:11px;
				line-height:17px;
				text-decoration:none;
				font-weight:lighter;
			 }


/******************************** FIN HOJA DE ESTILOS BASE **************************************/ 