@font-face
{
    font-family: 'LucidaGrandeRegular';
    src: url('font/lucida_grande-webfont.eot');
    src: url('font/lucida_grande-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/lucida_grande-webfont.woff') format('woff'),
         url('font/lucida_grande-webfont.ttf') format('truetype'),
         url('font/lucida_grande-webfont.svg#LucidaGrandeRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body{
	background:#fff;
	color:#000;
	font-family:'LucidaGrandeRegular', "trebuchet MS", Arial, Helvetica, sans-serif;
}

.clear{clear:both;}
.wrapper{ width:968px; margin:0 auto;}


/**/
.top{ 
	display:block; background:url("images/bg-top.jpg"); width:968px; height:31px;
	line-height:25px; text-decoration:none; text-align:center; font-size:15px; color:#FFF; font-weight:bold; text-transform:uppercase; font-family:'LucidaGrandeRegular';
	}
	
/**/	
.content{ background:#F5F5FF url("images/bg-content.jpg") left bottom repeat-x; width:968px; padding:0 0 3px;}

.content .thumb-01{ display:block; border:1px solid #0F245B; width:128px; height:102px; text-decoration:none; float:left; margin:4px 0 4px 6px; }	
	
.content h2{ font-size:20px; color:#0078fe; font-family:'LucidaGrandeRegular'; font-weight:bold; line-height:23px; margin:4px 0 0 30px; float:left; width:410px;}	
.content h2 a{ color:#0078fe; text-decoration:none;}	
	
.content p{ font-size:12px; color:#000; line-height:16px; font-family:'LucidaGrandeRegular'; margin:5px 0 5px 30px; float:left; width:510px;}
.content p a{ color:#0078fe; text-decoration:underline;}	
	
.content .descargar{ display:block; font-size:16px; color:#00154a; line-height:23px; font-family:'LucidaGrandeRegular'; text-decoration:none; float:left; margin:0 0 0 30px;  width:410px;}
.content .descargar:hover{ text-decoration:underline;}	
