/* CSS */

.vertical_box_group {
	float:right;
	width:280px;
	text-align:center;
	margin-right:10px;
}
.horizontal_box_group {		
	text-align:center;	
}
.horizontal_box_group  .horizontal {		
	float:left;
	margin-right:20px;
}

.data_box_1 {	
	width:248px;
	padding:10px 12px;
	background-color:#eee;-moz-border-radius:10px;-webkit-border-radius:10px;	
	margin:0 0 10px;
}
.pointer {
cursor:pointer;
}
.data_box_1 .content { background-color:#fff; padding:0 0 5px }
.data_box_1 .header {	
	font-size:12px;
	font-weight:bold;
	color:#1e3e6f;
	padding:4px 15px 0;		
}

.data_box_1 a 		{ font-size:1.1em; 	color:#50679d; 	text-decoration:none; }
.data_box_1 a:hover	{ text-decoration:underline; }
.data_box_1 .foot 	{ margin-top:5px;  font-size:0.9em; color:#666; text-align:left; padding-left:45px }


.data_box_2 {	
	width:248px;	
	background-color:#eee;-moz-border-radius:10px;-webkit-border-radius:10px;	
	padding:10px 12px;
	margin:0 0 10px;
}
.data_box_2 .content { background-color:#476ca3; }

.data_box_2 .header {
	width:236px;
	height:30px;
	font-weight:bold;
	padding:4px 0 0 0;
	background-image:url('img/data_box_2_header.png');
	background-repeat:no-repeat;
	font-size:1.3em;
	color:#fff;
}

.data_box_2 .cos_ofertes 			{ font-size:1.1em; padding:4px 18px 12px;	 }
.data_box_2 .cos_ofertes  a 			{ color:#fff; text-decoration:none; }
.data_box_2 .cos_ofertes  a:hover 	{ text-decoration:underline; }

.data_box_2 .cos_destacats			{ text-align:left; font-size:1.1em; padding:0 12px 12px; }
.data_box_2 .cos_destacats  ul 		{ padding:0; margin:0 }
.data_box_2 .cos_destacats  ul li		{ padding:0 0 0 15px; margin:0; list-style:none; background-image:url('img/data_box_flag_1.png'); background-repeat:no-repeat; }
.data_box_2 .cos_destacats  a 		{ color:#fff; text-decoration:none; }
.data_box_2 .cos_destacats  a:hover 	{ text-decoration:underline; }

