/* *********************************************************************************************
			                     css_schoolhouse.css - Hoja de Estilos
			  		          Hoja de estilos para standar en web sites
			               Departamento de Producción y Diseño(Raúl Barrenechea)
'**********************************************************************************************/

body {   padding-left: 0; padding-top: 0;
		 background-color:#FFFFFF;
		 margin-left: 0; margin-top: 0; margin-bottom: 0; 
		 font-family: Century Gothic; font-size: 11px; color: #1E50AB;
		                 
		}
		
.title
{ font-family: Comic Sans MS; font-size: 18px; color: #6B95FF}

table, td

        { font-family: Century Gothic; font-size: 11px; color: #1E50AB; line-height: 125%; text-align:justify; background-color:#FFFFFF; background-repeat: no-repeat }
        
        
A:visited {color:#FF0000; font-family: Century Gothic; font-size:12px; text-decoration:none}

A:hover {color:#FF9600; font-family: Century Gothic; font-size:12px; text-decoration:none}

A:link {color:#FF0000; font-family: Century Gothic; font-size:12px; text-decoration:none}