/****************************** 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: 13px / 120% Arial, Helvetica, sans-serif;
}

/* Neutralizando estilos: 
   Elementos con margen vertical : */

/* Reseteo a 0 los bordes margenes y padding*/ 
  
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address  {
	margin:  0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;	
}

/* Reseteo a 0 todos los bordes en los A , les seteo un tamaño de fuente y les saco el underline */
a 	{	
	border: 0;
	text-decoration: none;
	font-size: 13px;
}

p	{	font-size: 13px;
}
	
#Content a p a {text-decoration:underline;} /* Para que subraye los "links desde el web editor"

/* Para todos los párrafos que estén dentro de una etiqueta form declaro: */
form p	{	font-size: 13px;
}

/* 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 */
}

/*  Aplicar estilos a  INPUT, SELECT Y TEXTAREA del formulario */
input, select, textarea 	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;
	border: #666666;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}			
/********************************  FIN DE RESET ESTILOS BASE  **********************************/	

small 	{	font-size: 10px;	}
		
/* Para todos los elementos h3 que esten dentro de un tag Form declaro:*/
form h3 {	font-size: 11px;   }							
					
/****************************************  DIAGRAM LAYERS  ***************************************/				

#Top {
	position: relative;
	z-index: 1;
	width:100%;
	height:100%;
}

#Left {
	position: relative;
	z-index:2;

	width:202px;
	height:100%;
}

#Content {
	position: relative;
	z-index: 3;

	width:100%;
	height:100%;
}

#Bottom {
	position: relative;
	z-index: 4;
	
	width:100%;
}

#Right {
	position:relative;
	z-index:5;
	
	width:100%;
	height:100%;
}
/*********************************   FIN DIAGRAM LAYERS  ***************************************/

									/*****	#Content	*****/

/* A todas las img que esten dentro de un link dentro de la layer #Content declaro: */
#Content a img 	{	border:#DA251C solid 1px; }
				
#Content h1 {	
	
}

#Content h2	 {	
	
}
/***********************************************************************************************/
											
									/*****	#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 */		
.LeftSelH1 	{	
	color:#FF0000;
}
			
/***********************************************************************************************/											

										/*****	#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:#009999;
}
			
/***********************************************************************************************/	
	
										/*****	#Bottom   *****/

/* A todos los H1 dentro de la layer #Bottom declaro: */
#Bottom h1 	{	
	font-size:11px;
	padding-left:12px;
	text-decoration:underline;
}

/*Para que quede seleccionada le aplico */		
.BotSelH1 	{	color:#009999;}
						
/***********************************************************************************************/			
									
/******** 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  		{	
	scrollbar-arrow-color: #666666;
	scrollbar-shadow-color: #086E17;
	scrollbar-base-color:#FFFFFF;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color:#FFFFFF;
	scrollbar-face-color:#FFFFFF;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-track-color:#FFFFFF;
}

.FieldForm		{	
	width:110px;
}

.FieldError 	{	
	background-color: #da251c;
	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;
}

.ErrorMesForm	{	
	color:#ffffff;
	font-weight:bold;
	font-size:11px;
	background-color:#da251c;
}

/****** Si el Sitio en el que trabajas no necesita una clase Container borrarla de la Hoja *******/
.Container	{	
	width:98%;
	height:260px;
	overflow: auto;
	z-index:2;
	scrollbar-arrow-color:#ffffff;
	scrollbar-shadow-color:#ffffff;
	scrollbar-base-color:#405A81;
	scrollbar-3dlight-color:#4D4D4D;
	scrollbar-darkshadow-color:#4D4D4D;
	scrollbar-face-color:#4D4D4D;
	scrollbar-highlight-color:#ffffff;
	scrollbar-track-color:#DEE6E9;
	background-color:#000000;
}

/******************************** FIN HOJA DE ESTILOS BASE **************************************/ 

.menu_tit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #020202;
	text-align: left;
	padding-left: 18px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #981a14;

	vertical-align: bottom;
	padding-bottom: 5px;
}
.menu_txt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #fffefe;
	text-align: left;
	padding-left: 18px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #981a14;

}
.borde_izq {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #981a14;
}
.borde_sup {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #981a14;
}
.menu_tit2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #020202;
	text-align: left;
	padding-left: 18px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #981a14;

	vertical-align: bottom;
	padding-bottom: 5px;
}
.nota_tit {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #da251c;
	text-align: left;
	vertical-align: bottom;
	padding-bottom: 3px;
}
.nota_txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #484140;
	text-align: left;
}
.sepnotas_sup {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #f4bdba;

}
.borde_der {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #f4bdba;
}
.botones {
	background-position: right;
}
.txt_boldrojo {


	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #da251c;
	text-align: left;
	vertical-align: bottom;
	padding-bottom: 3px;
}
.txt_nornegro {

	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 12px;
	font-weight: normal;
	color: #484140;
}
.notacompleta_tit {


	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #da251c;
	text-align: left;
	vertical-align: bottom;
	padding-bottom: 15px;
}
.nota_txtrojo {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #da251c;
	text-align: left;

}
.menu_txt2 {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #fffefe;
	text-align: left;
	padding-left: 18px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #981a14;

}
.txt_ch {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #484140;
	text-align: left;

}
.seccion_tit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #C9DAE2;
	text-align: left;
	vertical-align: bottom;
	padding-bottom: 15px;
}
.bordefot {
	border: 1px solid #DA251C;
}
.menu_txt3 {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #fffefe;
	text-align: left;
	padding-left: 18px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #981a14;

}

.link2 { color:#da251c}

span.Estilo2 {color: #666666}
span.Estilo3 {color: #FFFFFF}
span.Estilo4 {font-weight: normal; text-align: left; height: 23px; font-family: Arial, Helvetica, sans-serif; font-size: 11px;}

h1.Estilo2 {color: #666666}
