/* CSS file - grabadores mixtecos unidos A.C */


  body {
    padding-left: 15em;
    color: purple;
    background-color: #d8da3d; 
    font-family: Georgia, "Times New Roman", Times, serif;
  }
  h1 {
    color: black;
    font-family: Helvetica, Geneva, Arial,
      SunSans-Regular, sans-serif 
  }
	ul.navbar {
  			position: absolute;
    		top: 2em;
    		left: 1em;
    		width: 9em 
	}
	ul.navbar li {
    background: white;
    margin: 0.5em 0;
    padding: 0.3em;
    /*elimina los bullets de las listas  */  
    list-style-type: none ;

	}
  ul.navbar a {
    text-decoration: none ;
}
ul.navbar a:hover {
	display: block;
	background-color: #ffcc00;
	
	}
  a:link {
    color: blue
		 }
  a:hover {
     
    color: black; 
		/*background: #d8da3d;*/
	background: #ffcc00;
	} 
	
  a:visited {
    color: blue 
	}
  
	address {
    margin-top: 1em;
    padding-top: 1em;
    border-top: thin solid; 
	}
	
	div.text {text-align: justify;}
	
	img {
			border: thin solid;
			color: black;
			
	}
	
	/* text elements */
	input	
	{
     font-size: 10pt;
     font-family: Tahoma;
		 border: thin
	}
	
	textarea	
	{
    	  font-size: 10pt;
     	  font-family: Tahoma;
	  border: thin
	}
	
	/* class for people page */
	.gente {
		font-size: 9pt;
	}
