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

#L_CONTENT {
	width:935px;
	padding:20px 10px 20px 10px;	
}

#L_CONTENT div.col_left {
	float:left;
	width:475px;
	height:546px;
	margin-right:25px;
	background:url(../img/links/back.jpg) no-repeat;
}

#L_CONTENT div.col_right {
	float:left;
	width:435px;
}

#L_CONTENT div.col_right div.texto {
	padding-left:23px;
	width:410px;
}

div.link_item {
	color:#fff;
	font-weight:bold;
	background-color:#212122;
	width:auto;
	padding:10px 12px;
	border-top:1px solid #404143;
	border-bottom:1px solid #404143;
}

.link_item_arrow {
	font-weight:normal;
	color:#e20018;
}

a.link {
	color:#e20018;
	font-weight:normal;
}

a.link:hover {
	color:#fff;
}

.red_light {
	font-weight:normal;
	color:#e20018;
}