/* CSS Document */
.titulo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	color: #FF0000;
	font-weight: bold;
	text-align: center;
	white-space: normal;
	letter-spacing: 0.4cm;
}

.cuerpo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	font-style: normal;
	color: #333333;

}
BODY
{
	background-image:  url(imagenes/fondo.gif);
	background-repeat: repeat;
	background-position: left;
	background-attachment: fixed;
	margin-top: 0; 
	margin-left: 0;
	margin-right: 0; 
	margin-bottom: 0; 
	margin-width: 0; 
	margin-height: 0;
}
/*formato para los links agregados dentro del contenido*/
/*texto sin ningun formato*/
.enlaces {
	font-family: Arial,Helvetica, geneva,sans-serif;
	font-weight:bold;
	font-size: 11px;
	color:#0066CC;
	text-decoration:none
}
/*Texto con enlace*/
.enlaces a				{color:#0066CC;text-decoration:none} 
/*texto con enlace y cuando pasa el mouse por arriba de el*/
.enlaces a:hover		{
	color:#990000;
	text-decoration:none;
	font-size: 14px;
}  

.enlaces_sencillo {
	font-family: Arial,Helvetica, geneva,sans-serif;
	font-weight:bold;
	font-size: 13px;
	color:#0066CC;
	text-decoration:none
}
/*Texto con enlace*/
.enlaces_sencillo a				{color:#585858;text-decoration:none} 
/*texto con enlace y cuando pasa el mouse por arriba de el*/
.enlaces_sencillo a:hover		{color:#FF6622;text-decoration:none}  

 /*formato para el menu principal de la pagina*/
.menu {
	font-family: Arial, Helvetica, geneva, sans-serif;
	font-weight:bold;
	font-size: 11px;
	color:#990000;
	text-align: center;

}
.menu a				{color:#FF9900;text-decoration:none} 

.menu a:hover		{color:#FF0000;text-decoration:none}  

/*formato para los submenus que aparecen en ele menu principal del sitio*/
.submenu {
	font-size: 12px;
	font-family: Arial, Helvetica, geneva, sans-serif;
	color: #660000;
			}
			
.submenu a				{
	color:#660000;
	text-decoration:none;
} /*AZUL*/

.submenu a:hover		{color:#CC6600;text-decoration:none} /*Azul*/
.datos {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	text-align: right;
	color: #330000;
}
.docente {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000066;
	text-align: center;

}
.clave {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	text-align: center;
	color: #330000;

}
.texto {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-style: italic;
	color: #000066;
	font-weight: bold;
	text-align: justify;
}
.cabeza {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	color: #000066;
	font-weight: bolder;
	text-align: center;
	white-space: normal;
	letter-spacing: 0.4cm;


}
.centro {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: oblique;
	color: #660000;
	font-weight: bolder;
	text-align: center;
	white-space: normal;
	letter-spacing: 0cm;
}
.centro2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: oblique;
	color: #330099;
	font-weight: bolder;
	text-align: center;
	white-space: normal;
	letter-spacing: 0cm;
}
.objetivo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: oblique;
	color: #0066CC;
	font-weight: bolder;
	text-align: center;
	white-space: normal;
	letter-spacing: 0cm;
}
.boletin {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	font-style: normal;
	color: #660000;
	font-weight: bolder;
	text-align: center;
	white-space: normal;
	letter-spacing: .1cm;
	list-style-image: url(imagenes/kolbe_claro.gif);

}
.boletintexto {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	color: #330000;
	font-weight: bolder;
	text-align: justify;
	white-space: normal;
	letter-spacing: 0cm;
}
.actividad {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: italic;
	text-align: left;
	font-weight: normal;
	color: #663300;

}
.ikolbe {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	text-align: right;
}
.plan {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	font-style: italic;
	color: #ECDE7C;
	background-position: center center;
	font-weight: 400;
}
