/*HOJA DE ESTILO - Club de Leones*/

/*CUERPO*/
BODY{
     background-color: #B4A4C4;
     
/* ------- BARRA DE DESPLAZAMIENTO ------ */
     scrollbar-face-color: #FBCF02;
     scrollbar-highlight-color: #6F548B;
     scrollbar-shadow-color: #F3F0E2;
     scrollbar-arrow-color: #6F548B;
     scrollbar-base-color: #FBCF02;
    }
	
/*PARRAFOS*/
P{
  font-size: 10pt;
  font-family: arial;
  color: #000000;
  text-align:justify;
 }

/*ENCABEZADOS - Nivel 1*/
H1{
   font-size: 11pt;
   font-family: arial;
   text-align: right;
   color: #000000;   
  }

H2{
   font-size: 10pt;
   font-family: arial;
   text-align: left;
   color: #000000;   
  }

/*---------------COMPONENTES DEL MARCO -----------*/
DIV.marcoarriba {
	 			  position: absolute;
				  top:2px;
				  left:0px;
				  width:775px;
				  height: 60px;
				  text-align: center;
				  z-index:1;
	            }
				
DIV.lema {
			  position: absolute;
			  top:40px;
			  left:570px;
			  width:140px;
			  height: 30px;
			  text-align: center;
			  z-index:3;
	     }				
			
DIV.date {
			  position: absolute;
			  top:14px;
			  left:512px;
			  width:230px;
			  height: 20px;
			  text-align: center;
			  z-index:3;
			  font-size: 10pt;
			  font-family: arial;
			  color: #F8CD04;
	     }				
				
/*---------------COMPONENTES DEL MENU -----------*/
DIV.menubts {
				position: absolute;
				top:140px;
				left:4px;
				width:100px;
				height: 60px;
				text-align: center;
				z-index:2;
	        }

DIV.botones {
				position: absolute;
				left:10px;
				width:100px;
				height: 10px;
				text-align: center;
				z-index:3;
	        }

DIV.btstxt {
				position: absolute;
				left:12px;
				width:95px;
				height: 10px;
				text-align: center;
				z-index:4;
				font-family:arial;
				font-size:8pt;
				font-weight:bold;
	        }


TD {
		font-family: arial;
		font-size: 10pt;
		text-align: left;
		color: #000000;
   }
			 
		 

 
/*------------------FORMULARIOS -----------------------*/  
INPUT.campoform {
			      font-family: arial;
			      font-size: 11px;
			      color: #FFD304;
		    	  background-color: #694A88;
			      border: #D3C0E5;
			      border-style: solid; 
			      border-top-width: 1px; 
		    	  border-right-width: 1px; 
			      border-bottom-width: 1px; 
    	  		  border-left-width: 1px; 	 
				  width:70%;     
				  text-align:left; 	 
     	  	   }

TEXTAREA.areaform {
			      font-family: arial;
			      font-size: 11px;
			      color: #FFD304;
		    	  background-color: #694A88;
			      border: #D3C0E5;
			      border-style: solid; 
			      border-top-width: 1px; 
		    	  border-right-width: 1px; 
			      border-bottom-width: 1px; 
    	  		  border-left-width: 1px; 	 
				  width:70%;     
				  text-align:left; 	 
     	  	   }	 			   	 			   

INPUT.btform {
			      font-family: arial;
			      font-size: 11px;
			      color: #694A88;
		    	  background-color: #FFD304;
			      border: #FFD304;
			      border-style: solid; 
			      border-top-width: 1px; 
		    	  border-right-width: 1px; 
			      border-bottom-width: 1px; 
    	  		  border-left-width: 1px; 	 
				  width:100%;     
				  text-align:center; 	 
     	  	   }	 			   
	  				
DIV.contform {
					position: absolute;
					top:0px;
					left:0px;					
					width:400px;
					height:50px;
					z-index:13;
			    }
  
   
/* -------------- ENLACES ------------- */     
A:link {
        color: #000000;
        text-decoration: none;
       }
A:visited
         {
          color: #000000;
          text-decoration: none;
         }
		 
A.as:link {
   		     color: #734A9E;
        	 text-decoration: none;
			 font-weight:bold;
          }
A.as:visited
         	{
          		color: #734A9E;
		        text-decoration: none;
				font-weight:bold;
            }
A.as:hover
         	{
          		color: #FBDE9F;
		        text-decoration: none;
				font-weight:bold;
            }					 

/*------------------IMAGENES-------------------------*/
DIV.imagenesinf {
					position: absolute;					
					width:200px;
					height:70px;
					z-index:7;
					text-align:center;
 	              }
/*--------------------INFORMACION CENTRAL---------------*/
DIV.contenido {
	position: absolute;
	top:200px;
	left:150px;
	width:470px;
	height:455px;
	z-index:5;
	text-align:justify;
	font-family: arial;
	font-size: 10pt;
	text-align: left;
	color: #000000;
			  }

DIV.barratitulo {	
					position:absolute; 
					left:145px; 
					top:140px; 
					width:473px;
					height:23px;
					z-index:6;
				}
				
DIV.titulo {	
				position:absolute; 
				left:310px; 
				top:148px; 
				width:300px;
				height:10px;
				z-index:7;
			}

/*----------------MARCO DERECHO---------------*/
DIV.banners {
					position: absolute;
					top:144px;
					left:653px;					
					width:120px;
					height:100px;
					z-index:8;
			    }

DIV.banner1cont {
					position: absolute;
					top:200px;
					left:8px;					
					width:112px;
					height:98px;
					z-index:10;
			    }
				
DIV.banner2cont {
					position: absolute;
					top:380px;
					left:8px;					
					width:112px;
					height:98px;
					z-index:16;
			    }				
				
DIV.sabia {
					position: absolute;
					top:690px;
					left:662px;					
					width:110px;
					height:100px;
					z-index:9;
					text-align:justify;
					font-family: arial;
					font-size: 10pt;
					text-align: left;
					color: #000000;
			    }
				
DIV.txtobras {
	position: absolute;
	width:470px;
	height:60px;
	z-index:12;
	text-align:justify;
	font-family: arial;
	font-size: 10pt;
	text-align: left;
	color: #000000;
	border: 1;
	border-color: #000000;
	border-style:solid;
			    }
								
DIV.direccion {
				position: absolute;
				top:440;
				left:320;
				width:83px;
				height:20px;
				z-index:16;
				text-align:center;
				font-family: arial;
				font-size: 10pt;
				color: #FFD304;
				background:#694A88;
				border: 3;
				border-color: #FBDE9F;
				border-style:outset;
				visibility: hidden;
			 }
			 
DIV.direccion {
				position: absolute;
				top:610;
				left:320;
				width:83px;
				height:20px;
				z-index:16;
				text-align:center;
				font-family: arial;
				font-size: 10pt;
				color: #FFD304;
				background:#694A88;
				border: 3;
				border-color: #FBDE9F;
				border-style:outset;
				visibility: hidden;
			 }
			 
DIV.resolucion {
				position: absolute;
				top:880;
				left:310;
				width:180px;
				height:30px;
				z-index:18;
				text-align:center;
				font-family: arial;
				font-size: 8pt;
				color:#46166F;
			 }
			 
DIV.webmedia {
				position: absolute;
				top:870;
				left:260;
				width:60px;
				height:30px;
				z-index:18;
				text-align:center;
				
			 }
			 
/*---------------- MENU SUPERIOR -------------------*/
DIV.club {
		 	position:absolute; left:36px; top:16px; width:275px; height:25px; z-index:10;
		 }			 

DIV.datos {
			position:absolute; left:526px; top:44px; width:200px; 
			height:25px; color:#ffffff; z-index:11;
			text-align:center; font-family:arial; font-size:8pt;
		  }
