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

#L_CONTENT {
	width:955px;
	min-height:480px;
	padding-bottom:20px;
	background-color:#FFFFFF;
}

h1 {
	font-size:14px;
	line-height:14px;
	font-weight:bold;
	color:#5a5a5a;
	margin:5px 0px;
}

h2 {
	font-size:12px;
	line-height:12px;
	font-weight:bold;
	color:#0051d7;
	margin:0px;
}

div.noticia {
	width:555px;
	padding:10px 0px;
	border-bottom:1px dotted #b0b0ac;
}

div.noticia table td.left {
	width:100px;
	height:75px;
	vertical-align:top;
	text-align:center;
	overflow:hidden;
}

div.noticia table td.right {
	width:435px;
	vertical-align:top;
	text-align:left;
	padding-left:20px;
}

div.noticia table td.right h1 {
	font-size:14px;
	line-height:14px;
	font-weight:bold;
	color:#5a5a5a;
	margin:5px 0px;
}

div.noticia table td.right h2 {
	font-size:12px;
	line-height:12px;
	font-weight:bold;
	color:#0051d7;
	margin:0px;
}

div.noticia table td.right p {
	margin:0px;
}

h1.top {
	height:17px;
	width:100px;
	font-size:10px;
	line-height:17px;
	font-weight:bold;
	text-align:left;
	color:#FFFFFF;
	padding:0px 25px 0px 10px;
	margin:0px;
	background-color:#535457;
	background-image:url(../img/home/grey_arrow_down.gif);
	background-repeat:no-repeat;
	background-position:right;
}

#L_LEFT {
	width:555px;
	padding:0px 20px;
	float:left;
	background-color:#FFFFFF;
}

#L_FOTOS {
	width:360px;
	float:right;
}

#L_FOTOS div.header {
	width:360px;
	height:17px;
	background-color:#0051d7;
}

#L_FOTOS h1.header {
	height:17px;
	width:70px;
	font-size:10px;
	line-height:17px;
	font-weight:bold;
	text-align:left;
	color:#FFFFFF;
	padding:0px 25px 0px 10px;
	margin:0px;
	background-color:#535457;
	background-image:url(../img/home/grey_arrow_down.gif);
	background-repeat:no-repeat;
	background-position:right;
}

#L_FOTOS div.big_image {
	width:360px;
	overflow:hidden;
	border-bottom:3px solid #535457;
	margin-bottom:1px;
}

#L_FOTOS div.image_list {
	width:344px;
	padding:20px 0px 20px 16px;
}


#L_FOTOS div.image_list img {
	float:left;
	margin-bottom:14px;
	margin-right:14px;
}

#L_LEFT table.head {
	margin:20px 0px 0px 0px;
	font-size:14px;
	font-weight:bold;
}

#L_LEFT table.head td.date {
	color:#0051d7;
	padding-right:20px;
}

#L_LEFT table.head td.title {
	color:#5a5a5a;
}

#L_BUTTON {
	display:block;
	width:575px;
	text-align:center;
	margin:20px;
}

#L_BUTTON a {
	display:inline-block;
	padding:3px 16px 4px 8px;
	line-height:10px;
	font-size:10px;
	font-weight:bold;
	color:#fff;
	background-color:#0051d7;
	background-image:url(../img/noticias/button_arrow.gif);
	background-repeat:no-repeat;
	background-position:right;
	text-decoration:none;
}

#L_BUTTON a:hover {
	background-color:#5a5a5a;
	background-image:url(../img/noticias/button_arrow_ov.gif);
}

