/*hoja de estilo monicaarreola.com
 * tipografia, colores
 * Ulises Legarreta
 * 24 de febrero 2009
 */
@font-face {
    font-family: 'AftaserifRegular';
    src: url('AftaSerifThin-Regular-webfont.eot');
    src: url('AftaSerifThin-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('AftaSerifThin-Regular-webfont.woff') format('woff'),
         url('AftaSerifThin-Regular-webfont.ttf') format('truetype'),
         url('AftaSerifThin-Regular-webfont.svg#AftaserifRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

h1.siteHeading{
	font-family: Garamond, Georgia, Verdana, Times, serif;
	color: #fb6600;
	font-size: 1.3em;
}
ul.navegation{
	font-family: AftaserifRegular, Arial, sans-serif;
	color: #fb6600;
	font-size: .8em;
	font-weight: bold;
	
}
span.arreola{
	font-family: Garamond, Georgia, Verdana, Times, serif;
	color: #666;
	
}
h2.encabezadosSeccion{
	background:transparent url(imagenes/email.png) no-repeat scroll left top;
	border-bottom:1px solid #CCCCCC;
	color:#666666;
	font-family:Garamond,Georgia,Verdana,Times,serif;
	line-height:16px;
	margin:0 0 0 10px;
	padding:0 0 0 21px;
	width:416px;

}

