@charset "UTF-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
body {
	overflow-x: hidden;
	font-family: 'Archivo Narrow', sans-serif;
	font-weight:400;
	background-color:#333;
}
h1 {
	font-size:36px;
}
h2 {
	margin-bottom:24px;
}
p {
	margin: 0 0 30px 0;
	font-size:16px;
}
ul {
	font-size:16px;
	margin-left:60px;
	margin-top: 0px;
}
strong {
	font-weight:700;
}
image {
	border:none !important;
}
#full {
	width:100%;
	height:100%;
	position:static;
}
#lang {
	font-size:12px;
	position:fixed;
	width:100%;
	left:0px;
	color: #FFF;
	top: 0px;
	clear: both;
	z-index: 10001;
	background-image: url(/ictj/images/black80.png);
}
#lang a {
	color:#FFF;
}
#lang a:hover {
	background-color:#D31245;
	color:#FFF;
	text-decoration:none !important;
}
#social {
	display:inline-block;
	width: 100px;
	float: right;
}
#social a {
	text-decoration:none !important;
}
#social a:hover {
	background-color:transparent !important;
	text-decoration:none !important;
}
#logo {
	position:relative;
	float:left;
	width:130px;
	height:50px;
	margin-top: 36px;
	clear: both;
	margin-left: 24px;
}
#map {
	clear:both;
	width:960px;
	margin:auto;
	position: relative;
	background-color: #FFF;
	top: -50px;
}
#map a:hover {
	background-color:transparent !important;
}
#mapa {
	position:relative;
	top:0;
	left:0;
}
#desc_el_dos, #desc_el_tres, #desc_currulao, #desc_nueva_colonia, #desc_rio_grande, #desc_turbo, #desc_apartado, #desc_necocli, #desc_carepa, #desc_chigorodo, #desc_churido {
	position:absolute;
	top:0px;
	left:0px;
	z-index:110;
	width:480px;
	height:auto;
	display:none;
	background-image:url(/ictj/images/black80.png);
	margin-left:24px;
	margin-top:24px;
	padding:12px;
	color:#FFF;
	line-height:20px;
	font-size:16px;
}
#close, #close2, #close3, #close4, #close5, #close6, #close7, #close8, #close9, #close10, #close11{
	cursor:pointer;
}
#title {
	clear:both;
	margin-left:auto;
	margin-right:auto;
	color:#FFF;
	width:960px;
	margin-top:24px;
	margin-bottom:12px;
	text-align:center;
	position: relative;
	top: -50px;
}

#title p {
  padding: 2em .25em 0 .25em;
  text-align: left;
}

#clear {
	clear:both;
	height:10px;
}
/*STYLES*/

.icoGray {
	fill:#27AAE1;
	stroke:#1C75BC;
	stroke-width:1;
	stroke-linecap:round;
	stroke-linejoin:round;
	stroke-miterlimit:10
}
.icoGray:hover {
	fill:#D31245 !important;
	stroke:#9F001C;
	stroke-width:1;
	stroke-linecap:round;
	stroke-linejoin:round;
	stroke-miterlimit:10
}
.icoWhite {
	fill:#FFF;
}
.icoWhite:hover {
	fill:#D31245;
}
