/*  I learned CSS WELL, well... i knew css, but i recommend you go to 
    ALA's website... you can go writing this on your browser 
    www.alistapart.com, And donīt forget write your own code and
    that code should support W3C and you should never code for
    ie and ns... get merried with W3C =).
    
    bio


 */

A:LINK { color: #888888}
A:VISITED  {  color: #AA0000;   }
A:HOVER    {  color: #333333;   }
A:ACTIVE   {  color: #AA0000;   }

.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	line-height: 18px;
	color: #000000;
	background : transparent;
}
 

.smalltext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	line-height: 18px;
	color: #000000;
	background : transparent;
}
 
 
        
        
        
.bigtext { font-family: Arial, Helvetica, sans-serif; 
            font-size: 16px; 
            font-style: normal; 
            font-weight: bold; 
            color: #666666;
            
            }
            
            
.bigtext2 {
	font-family: Helvetica, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	color: #CCCCCC;
	background : transparent;
}
            
            
            .mediumtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #CCCCCC;
	background : transparent;
}


/*  layout colors  */

.bg1 { color: #000000; 
          background-color: #CCC;
          
          }
          
.bg2 { color: #000000; 
          background-color: #FFFFFF;
      }
          
          
          
    body {
	margin: 10px 10px 10px 10px;
	background-color: #F6F6F6;
	}
	
	
img { border: 0; }

strong, b {
	font-weight: bold;
	}
	
abbr, acronym, .help {
	border-bottom: 1px dashed #CCC;
	cursor: help;
	background : transparent;
}

code, tt, pre	{
	font-size: 11px; font-family: monaco, "andale mono", courier, "courier new";
	color:	#FFFFFF;
	font-weight: normal;
	line-height: 24px;
	background-color: transparent;
	}

/* prueba */



.div.float  {  width: 250px; border: 1px dashed #CCC; background-color: #4C4C4C; padding: 10px;  }
.div.suma  {  width: 95%; border: 1px dashed #CCC; background-color: #2F2F2F; padding: 10px; align: }

/* texto de articulo*/

.minitext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-transform: uppercase;
	font-style: normal;
	font-weight: normal;
	line-height: 12px;
	color: #CCCCCC;
	background : transparent;
}

.articletitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	line-height: 12px;
	color: #CCCCCC;
	background : transparent;
}
