@charset "UTF-8";

body {

margin-left:0px;
margin-top:-7px;
/*margin-top:0px;*/


}
    
	.class_ultimas_noticias
	{
	    margin-left:0px;
        margin-top:0px;
		width: 235px;
		background-color: #FFF;
		border-left: dashed 1.5px #B3B3B3;
		margin-bottom: 10px;

		padding:0px;
		height:504px;
	}
	.title_ultimas_noticias{
		color: #006600;
		margin: 7px 0 7px 10px;
		font-family: inherit, sans-serif;
		font-weight: 700;
		font-size: 18px;
	}
	.parrafo_noticias{
		width: 190px;
		color: #666;
		font-size: 14px;
		margin: 2px 10px 0px 10px;
		padding: 0 0 10px 10px;
		line-height: 1;
		font-family: inherit, serif;
	}
	.parrafo_noticias a {
		width: 190px;
		color: #666;
		font-size: 14px;
		line-height: 1;
		font-family: inherit, serif;
	}
	.parrafo_noticias a:hover{
		color: #006600;
		*text-decoration: underline;
	}
	.none {
		border: none;
		text-decoration: none;
	}
	.pie_noticias {
		width: 190px;
		color: #B3B3B3;
		font-style: italic;
		font-size: 12px;
		padding-bottom: 15px;
	}
	.last:hover{
		background: url('../imgdiseno/generalArrow_hover.png') 0 0 no-repeat;
		color:#fff;
	}
	.last{
		cursor:pointer;
		color:#006600;
		width: 94px;
		height: 22px;
		padding-left:10px;
		padding-top:2px;
		margin: 5px 0 0 10px;
		font-size:14px;
		background: url('../imgdiseno/generalArrow.png') 0 0 no-repeat;
		display: block;
		font-family: "Lato";
         font-size:14px;
         margin:5px 0px 0px 10px;
         padding:2px 0px 0px 10px;
         text-align:left;
         height:22px;
         width:94px;
	}