@charset "UTF-8";
/* CSS Document */

body {background: #fff;margin: 0px 0px 0px 0px;font-family: 'Open Sans', Helvetica, sans-serif;font-size:12px;}
a:active, a:link, a:visited {color: #333;text-decoration: none;}
a:hover {color: #f90;text-decoration: none;}


/* WIDGET */
	.widget_cabecera { border:1px solid #ddd; border-bottom: 0; color:#fff; padding:10px; border-radius:5px 5px 0 0; -moz-border-radius:5px 5px 0 0; -webkit-border-radius:5px 5px 0 0;}
	.widget_logo {float:left;}
	.widget_logo img {width:62px;}
	.widget_encabezado {margin-left:72px; font-size:14px; line-height: 16px; text-transform: uppercase; font-weight:bold; }
	.widget_contenido {background:#fff; padding:0 10px; border:1px solid #ddd;}
	.widget_noticia {padding:6px 0; border-bottom:1px solid #eee;}
	.widget_foto {float:left; width:80px; height:50px; overflow: hidden;}
	.widget_foto img {width:80px;}
	.widget_texto {margin-left:90px; font-size:14px; line-height:20px;}
	.widget_texto a:active, .widget_texto a:link, .widget_texto a:visited {color: #036;text-decoration: none;} 
	.widget_texto a:hover {color: #f90;text-decoration: none;}
	.widget_cierre {background:#ddd; font-weight:bold; font-size:11px; padding:6px 6px 7px; text-align:center; border-radius:0 0 5px 5px; -moz-border-radius:0 0 5px 5px; -webkit-border-radius:0 0 5px 5px;}
	.no_border {border:0px !important;}






