@charset "utf-8";
/* CSS Document */

@font-face{
	font-family:ostrich;
	src:url(ostrich-sans-black.woff);
}

@font-face{
	font-family:lindenhill;
	src:url(LindenHill-webfont.woff);	
}

h1,h2,h3{
	font-family:ostrich, Arial, Helvetica, sans-serif;
	font-style:normal;
	letter-spacing:2px;
	font-weight:500;
	padding:0;
	color:#292929;	
}

h1{
	font-size:35px;
	line-height:48px;	
}

h2{
	font-size:24px;
	line-height:25px;	
}

h3{
	font-size:20px;
	line-height:38px;	
}

em{
	font-style:italic;
	color:#666;	
}

strong{
	color:#93C;
}

#fecha{
	font-family:lindenhill, Verdana, Geneva, sans-serif;
	color:#90C;
	font-style:italic;
	font-size:1.5em;
}

p{
	font-size:1.3em;
}

#encabezado1{
	margin-top:15px;
	margin-bottom:5px;
	color:black;
	background-color:#CCC;
	font-family:lindenhill, Verdana, Geneva, sans-serif;	
	font-size:28px;
	line-height:40px;
}

a{
	margin-top:15px;
	margin-bottom:5px;
	color:blue;
	font-style:inherit;
	font-size:20px;
	line-height:40px;
	size:200px;
}

a:hover{
	color:red;
	font-size:24px;	
}

#enlace{
	background-color:#CFF;
}