@font-face
{
    font-family: roboto;
    src: url('/fonts/Roboto-Light.eot'); /* IE9 Compat Modes */
    src: url('/fonts/Roboto-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/fonts/Roboto-Light.ttf')  format('truetype') /* Safari, Android, iOS */
    ;
}

div.vista_post 
{
	width:100%;
	margin:0 auto;
	max-width:900px;
	font-family: Roboto;
}
.vista_post h1{
    /*color: #7EC541;*/
     color: #419bc5;
    font-family: Boldy;
    font-size: 38px;
    margin-bottom: 0;
}


div.vista_post > div.entry-meta + p {
    color: #8f8f8f;
    font-family: georgia;
    font-style: italic;
}

span.filed_under {
    font-family: Boldy;
    font-size: 150%;
    color: #6D6A6A;
    font-weight: bold;
}