.table_novedad {
	border: 1px solid #000000;
	font-size: 12px;
}

.table_maps {
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	background: #EEEEEE;
	display: flex;
	justify-content: space-between;
	padding: 10px 20px;
	margin-bottom: 10px;
}

.table_maps_item img {
	margin: 10px;
}

@media(max-width: 700px) {
	.table_maps {
		flex-wrap: wrap;
	}

	.table_maps_item {
		margin-bottom: 10px;
	}
}

.weare_cont {
	margin-bottom: 25px;
}

.weare_box {
	margin: 10px 0 0;
	border: #CCCCCC 1px dashed;
	padding: 15px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.weare_country {
	font-size: 16px;
	font-weight: bold;
	color: #0066CC;
	margin-bottom: 5px;
	font-family: Georgia, "Times New Roman", Times, serif
}

.weare_flag img,
.weare_map img {
	border: #CCCCCC 1px solid;
}

a:link.notilink {
	color: #333333;
	text-decoration: none;
}

a:visited.notilink {
	color: #333333;
	text-decoration: none;
}

a:active.notilink {
	color: #333333;
	text-decoration: none;
}

a:hover.notilink {
	color: #333333;
	text-decoration: none;
}

.newsitem_date {
	color: #666666;
	font-size: 11px;
	margin-bottom: 3px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.newsitem_title {
	font-size: 14px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 3px;
	margin-top: 0;
}

.newsitem_text {
	font-size: 12px;
	font-weight: normal;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	margin-right: 10px;
}

.newsitem_country {
	font-size: 9px;
	color: #000000;
}

.slide_img {
	margin: 0;
	border: 0;
}

.present_cont {
	background-color: #EEEEEE;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
	padding: 15px;
	text-align: justify;
	margin-bottom: 25px;
}

.pt1 {
	font-weight: bold;
	color: #333333;
	font-size: 12px;
}

.pt2 {
	color: #003399;
}

.randPics {
	background-color: #EEEEEE;
	margin: 10px 0 25px;
	padding: 3px 0 5px;
	text-align: center;
	border: #DDDDDD 1px solid;
}

@media(max-width: 700px) {
	#randPics {
		margin: 0 auto;
	}
}

.randImg {
	border: 1px solid #FFFFFF;
}

.randDesc {
	color: #000000;
	font-size: 10px;
	clear: both;
}

.seeAll {
	font-size: 14px;
	font-weight: bold;
	clear: both;
}

.lastComm {
	font-size: 12px;
	background-color: #FFFFFF;
	margin: 0 0 25px;
	padding: 3px 0 5px;
	border: #E8E8E8 solid 1px;
	text-align: center;
}

.friendw_cont {
	background-color: #EEEEEE;
	border: #CCCCCC 1px solid;
}

.friendw_img {
	width: 100%;
}

.friendw_text1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #003366;
	padding: 5px;
}

.friendw_text2 {
	font-size: 14px;
	color: #666666;
	padding: 5px;
}

/* Slider */
.rm-slider {
	width: 770px;
}

.rm-slider img {
	width: 769px;
	height: 207px;
}

@media(max-width: 700px) {
	.rm-slider {
		width: 100%;
	}

	.rm-slider img {
		width: 100%;
		height: auto;
	}
}

/* Arrival */
.arrival_block img {
	width: 100%;
}

.arrival_title {
	font-size: 24px;
	font-family: 'Arial Black';
	color: #FFFFFF;
	padding: 5px;
	background-color: #0000FF;
	text-align: center;
}

.arrival_content {
	text-align: center;
	padding: 20px;
	font-size: 16px;
}