/*
	=============================================================
	Autor: Aldo Hernandez
	Fecha: 18 de enero del 2008
	=============================================================
*/

/*Barras de scroll de todo el sitio*/
body {
	scrollbar-base-color: #FFF;
	scrollbar-face-color: #FFF; /*EEE*/
	scrollbar-shadow-color: #FFF; /*BBB*/
	scrollbar-highlight-color: #FFF;
	scrollbar-3dlight-color: #FFF;
	scrollbar-darkshadow-color: #FFF;
	scrollbar-track-color: #FFF;
	scrollbar-arrow-color: #900; 
}

/*Todos los elementos */
* { 
	margin: 0px; 
	border: 0px; 
	padding: 0px;
	cursor: default;
}

/*Estilo para todos los hipervinculos*/
a {
	text-decoration: none;
	color: #999;
}

/*3 columnas de la estructura principal*/
#izq, #cen, #der {
	position: absolute;
	top: 0px;
	background-color: #FFF;
	border: 1px solid #FFF;
}

/*Columna izquierda*/
#izq {
	left: 0px;
	width: 150px;
	margin-left: 10px;
}

/*Columna centro*/
#cen { 
	left: 162px;
	width: 520px; 
	
}

/*Columna derecha*/
#der { 
	left: 683px;
	width: 290px; 
}

/*Elementos superiores de las 3 columnas*/
#fecha, #imagen, #logo {
	width: 100%;
	height: 125px;
}

/*Elementos de la columna de la izquierda*/
#fecha {
	/*
	background-image: url(../imagenes/anio.jpg);
	background-position: -40px -120px;
	*/
	background-color: #bbb;
}

#arbol {
	width: 100%;
	margin-top: 2px;
	border-top: 5px solid #FF9900;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}

#arbol .nivel0, #arbol .nivel1, #arbol .nivel2 {
	line-height: 20px;
	border-bottom: 1px dotted #CCC;
	height: 20px;
} 

#arbol .nivel0 {  }

#arbol .nivel1 { text-indent: 15px; }

#arbol .nivel2 { text-indent: 28px; }

/*Elementos de la columna central*/
#imagen { background-color: #000; }

#barra {
	background-color: #000;
	margin-top: 3px;
	width: 100%;
	height: 30px;
}

#titulo1, #titulo3 {
	margin-top: 2px;
	width: 100%;
	height: 105px;
}

#titulo3 {
	background-color: #FFF;
	height: 10px;
}

#texto {
	color: #333355;
	margin-top: 10px;
	margin-left: 5px;
	margin-right: 0px;
	padding-right: 10px;
	width: 505px;
	height: 500px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	text-align: justify;
	overflow: scroll;
	
	overflowY: scroll; 
	overflowX: hidden; 
}

#texto p.titulo, #texto p.tituloP {
	margin-bottom: 20px;
	margin-top: 20px;
}

#texto p.tituloP {
	margin-top: 10px;
}

#texto p.normal {
	margin-top: 10px;
}

#texto p.subtitulo { 
	color: #999; 
	font-size: 11px; 
	line-height: 14px;
	margin-top: 3px;
}

#texto p.resultado {
	text-decoration: underline;
	font-weight: bold;
	margin-top: 5px;
}

#texto .azul, 
#texto .rojo, 
#texto .verde, 
#texto .naranja , 
#texto .gris, 
#texto .negro
{ font-weight: bold; }


#texto .gris { color:#999999; }
#texto .azul { color: #3366FF; }
#texto .rojo { color: #900; }
#texto .verde { color: #090; }
#texto .naranja { color: #FF9900; }
#texto .negro { color: #333333; }


#texto ul {
	margin-left: 20px;
	list-style-type: disc;
}

#texto img.izq {
	float: left;
	margin-right: 20px;
}

#texto img.der {
	float: right;
	margin-left: 20px;
}

#texto table .nada {
	width: 274px;
}


#texto table .folleto, #texto table .hoja, #texto table .mas {
	text-align: center;
	font-size: 12px;
	color: #FFF;
	background-color: #900;
}


#texto table .folleto { width: 76px; }

#texto table .hoja { width: 80px; }


#texto table .mas { width: 78px; }

#texto table .folletoVacio {
	width: 76px;
	background-color: #FFF;
}

#texto table .hojaVacia {
	width: 80px;
	background-color: #FFF;
}

/*Elementos de la columna derecha*/
#logo {
	background-image: url(../imagenes/marca.png);
	background-position: bottom left;
	background-repeat: no-repeat;
}

#titulo2, #titulo0 {
	background-color: #333;
	margin-top: 3px;
	width: 100%;
	height: 30px;
}

#titulo2 #buscar {
	border: 6px solid #333;
	width: 240px;
}

#titulo2 #ir {
	color: #333;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bolder;
	border-left: 4px solid #333;
	border-bottom: 7px solid #333;
}

#b1, #b2, #b3, #b4, #b5, #b6 {
	margin-top: 2px;
	width: 100%;
	height: 100px;

}

#b1:hover, #b2:hover, #b3:hover, 
#b4:hover, #b5:hover, #b6:hover {
	cursor: pointer;
} 


/*Pie de pagina*/
#pie {
	position: absolute;
	top: 800px;
	left: 10px;
	width: 964px;
	height: 40px;
	border-top: 3px solid #FF9900;
	border-bottom: 5px solid #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999;
}
