html, body , .dimension, #contenido{
	width: 100%;
	min-width: 1200px;
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4 , #nav , blockquote , #cifras li span, .boxinfo ,.boxinfo span, #cboxTitle{
	font-family: 'Special Elite', cursive;
	display: block;
	text-align: center;
	font-weight: normal;
}
p, span, #pais , #cifras li, #slidesjs-log, #colorbox{
	font-family: 'Pontano Sans', sans-serif;
	display: block;
}
.dimension {
	padding-top: 60px;
}
.cabBloque   {
	margin: 0px;
	font-size: 30px;
	line-height: 110px;
	height: 100px;
	width: 100%;
	display: block;
	clear: both;
}
.margenesupdown50 {
	margin-top: 50px;
	margin-bottom: 50px;
}
.padddown50 {
	padding-bottom:50px;
}
.dot {
	background-image: url(../img/dota.png);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	height: 48px;
	width: 48px;
	cursor: pointer;
	z-index: 95;
}
.dot:hover {
	background-image: url(../img/dot.gif);
}

.boxinfo {
	padding: 7px;
	background-color: #000000;
	box-shadow: 0 0 6px 0 #666;
	text-align: right;
	color: #FFF;
	width: 190px;
	z-index: 100;
	display: none;
	border-radius:4px;

}
.boxinfo span {
	color: #FF3030;
	text-align: right;
	height: 16px;
	margin-top: 2px;
	font-size: 18px;
	line-height: 19px;
	width: 190px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	clear: both;
}






#nav {
	clear: both;
	float: left;
	height: 55px;
	width: 100%;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #39f;
	position: fixed;
	z-index: 9999;
	left: 0px;
	top: 0px;
	right: 0px;
	background-image: url(../img/fondo-menu.png);
	background-repeat: repeat-x;
	background-position: left top;
}
#nav ul {
	height: 55px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	list-style-type: none;
	display: block;
	color: #999;
	font-size: 18px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#nav ul li{
	float: left;
	line-height: 55px;
	display: block;
	height: 55px;
	padding-right: 15px;
	padding-left: 15px;
	cursor: pointer;
}
#nav ul li:hover {
	background-color:#39f;
	color:#fff;
	border-radius: 0 0 4px 4px;
	animation:menu 0.5s;
	-webkit-animation:menu 0.5s;
}
#nav ul li a {
	color:#666;
	text-decoration:none;
}
#nav ul li a:hover {
	color:#FFF;
}
@keyframes menu
{
from {background:none; color:#999;}
to {background:#39f; color:#fff;}
}

@-webkit-keyframes menu 
{
from {background:none; color:#999;}
to {background:#39f; color:#fff;}
}
#pais {
	background-image: url(../img/fondo-pais-redes.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	font-size: 12px;
	margin: 0px;
	padding: 7px;
	width: 170px;
	position: fixed;
	z-index: 9998;
	left: 0px;
	bottom: 0px;
	height: 25px;
	line-height: 26px;
	border-radius: 0 10px 0 0;
}
#redes {
	background-image: url(../img/fondo-pais-redes.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	font-size: 12px;
	margin: 0px;
	padding: 7px;
	width: 170px;
	position: fixed;
	z-index: 9998;
	bottom: 0px;
	height: 25px;
	line-height: 26px;
	border-radius: 10px 0px 0px 0px;
	right: 0px;
}

#pais a {
	background-image: url(../img/ElPaisCali-id.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 26px;
	width: 92px;
	display: block;
	font-size: 1px;
	color: #E9E7E7;
	text-indent: -9999;
	float: right;
	line-height: 1px;
	text-align: right;
}
#inicio {
	background-image: url(../img/fondo-inicio.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 630px;
}
#inicio #entrada {
	height: 630px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
#inicio #entrada h1 {
	font-size: 48px;
	font-weight: normal;
	width: 405px;
	margin-top: 50px;
	margin-left: 100px;
	margin-bottom: 0px;
}
#inicio #entrada h1 span {
	clear: both;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #39f;
	background-image: url(../img/bg-azulD.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	line-height: 22px;
	height: 25px;
}
#inicio #entrada p {
	width: 525px;
	text-align: center;
	background-image: url(../img/bg-sumary.png);
	padding-right: 66px;
	padding-left: 40px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 15px;
}
#inicio #entrada .enlace {
	font-family: 'Special Elite', cursive;
	color: #FFF;
	background-color: #000;
	font-size: 18px;
	width: 140px;
	text-align: center;
	margin-left: 227px;
	border-radius: 4px;
	height: 22px;
	line-height: 24px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	cursor: pointer;
}
#inicio #entrada .enlace:hover {
	background-color: #39f;
}
#contenido #inicio #entrada .enlace a {
	color: #FFF;
	text-decoration: none;
}

#devastacion #mapaCifras {
	background-image: url(../img/mapa.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
	padding-bottom: 40px;
}
#devastacion #mapaCifras #mapa {
	display: block;
	clear: both;
	height: 473px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	list-style-type: none;
	position: relative;
}
#devastacion #mapaCifras #mapa li {
	float: left;
	position: absolute;
}
#devastacion #mapaCifras #mapa #atod {
	left: 296px;
	top: 91px;
}
#devastacion #mapaCifras #mapa #btod {
	left: 268px;
	top: 145px;
}
#devastacion #mapaCifras #mapa #ctod {
	left: 212px;
	top: 252px;
}
#devastacion #mapaCifras #mapa #dtod {
	left: 298px;
	top: 213px;
}
#devastacion #mapaCifras #mapa #etod {
	left: 394px;
	top: 234px;
}
#devastacion #mapaCifras #mapa #ftod {
	left: 420px;
	top: 149px;
}
#devastacion #mapaCifras #mapa #gtod {
	left: 452px;
	top: 212px;
}
#devastacion #mapaCifras #mapa #htod {
	left: 458px;
	top: 320px;
}
#devastacion #mapaCifras #mapa #itod {
	left: 800px;
	top: 205px;
}
#devastacion #mapaCifras #mapa #abox {
	left: 90px;
	top: 91px;
}
#devastacion #mapaCifras #mapa #bbox {
	left: 62px;
	top: 145px;
}
#devastacion #mapaCifras #mapa #cbox {
	left: 5px;
	top: 251px;
}
#devastacion #mapaCifras #mapa #dbox {
	left: 91px;
	top: 213px;
}
#devastacion #mapaCifras #mapa #ebox {
	left: 187px;
	top: 233px;
}
#devastacion #mapaCifras #mapa #fbox {
	left: 213px;
	top: 149px;
}
#devastacion #mapaCifras #mapa #gbox {
	left: 245px;
	top: 212px;
}
#devastacion #mapaCifras #mapa #hbox {
	left: 250px;
	top: 320px;
}
#devastacion #mapaCifras #mapa #ibox {
	left: 591px;
	top: 205px;
}


















#devastacion #mapaCifras #cifras {
	display: block;
	padding: 0px;
	width: 937px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	list-style-type: none;
}
#devastacion #mapaCifras #cifras li {
	width: 145px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #999;
	display: block;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	text-align: center;
	font-size: 13px;
	color: #666;
	line-height: 18px;
	float: left;
}
#devastacion #mapaCifras #cifras li span  {
	line-height: 38px;
	color: #FFF;
	background-color: #FF3030;
	padding: 0px;
	clear: both;
	float: left;
	height: 36px;
	width: 145px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	font-size: 18px;
}






#devastacion #texto1 {
	float: left;
	width: 100%;
	clear: both;
	background-image: url(../img/fondo-txt1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.col2  {
	padding: 0px;
	width: 894px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	list-style-type: none;
}
.col2 li {
	float: left;
	width: 406px;
	display: block;
	margin: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	text-align: justify;
	font-size: 14px;
	color: #666;
}
.col2 li h3 {
	font-size: 24px;
	color: #333;
	margin-top: 0px;
	font-weight: normal;
}
.col2 li p {
	margin-top: 0px;
	font-size: 15px;
	line-height: 24px;
}
#devastacion #armeniaHoy {
	background-image: url(../img/foot.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	float: left;
}
#sePuedeRepetir {
	background-image: url(../img/bg-final.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	float: left;
}
#sePuedeRepetir #videob {
	background-image: url(../img/footd.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#testimonios #enFotos {
	background-image: url(../img/foot.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	float: left;
}
#testimonios #enFotos ul {
	display: block;
	height: 445px;
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 50px;
	padding-left: 0px;
}
#testimonios #enFotos ul li {
	background-color: #eee;
	float: left;
	height: 195px;
	width: 300px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 5px solid #FFF;
	box-shadow: 0px 0px 7px 0px #ccc;
	background-repeat: no-repeat;
	background-position: left bottom;
	cursor: pointer;
}
.escape {
	display: none;
}


#testimonios #enFotos ul li:hover{
	background-position:left top;
	box-shadow: 0px 0px 7px 0px #888;
}
#testimonios #enFotos ul #destruccion {
	background-image: url(../img/gdestruccion.jpg);
}
#testimonios #enFotos ul #dolor {
	background-image: url(../img/gdolor.jpg);
}
#testimonios #enFotos ul #heroes {
	background-image: url(../img/gheroes.jpg);
}
#testimonios #enFotos ul #sobrevivientes {
	background-image: url(../img/gsobrevivientes.jpg);
}
#testimonios #enFotos ul #desesperacion {
	background-image: url(../img/gdesesperacion.jpg);
}
#testimonios #enFotos ul #renacimiento {
	background-image: url(../img/grenacimiento.jpg);
}










.iframevbig   {
	height: 480px;
	width: 853px;
	margin-right: auto;
	margin-left: auto;
	display: block;
}
#slideVideos , .playerete{
	height: 453px;
	width: 1048px;
	margin-right: auto;
	margin-left: auto;
}






#slideVideos .bxslider {
	display: block;
	height: 380px;
	width: 1002px;
	list-style-type: none;
	margin: 0px;
	background-image: url(../img/bg-videos-slide.jpg);
	background-repeat: no-repeat;
	background-position: 32px 0px;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 39px;	/*background-color: #FFF;
	box-shadow: 0 0 5px 0 #999;*/
	position:relative;
}

#slideVideos .bxslider .creen {
	margin: 0px;
	padding: 10px;
	height: 360px;
	width: 950px;
	float: left;
	display: block;
}
#slideVideos .bxslider .creen iframe {
	float: left;
	height: 360px;
	width: 640px;
	margin-right: 10px;
}
#slideVideos .bxslider .creen h3 {
	font-size: 36px;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 300px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #39F;
}
#slideVideos .bxslider .creen span {
	background-image: url(../img/bg-azulD.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
	color: #FFF;
	text-transform: uppercase;
	font-size: 14px;
	width: 200px;
	text-align: center;
	margin-right: 50px;
	margin-left: 50px;
}
#slideVideos .bxslider .creen blockquote {
	font-size: 30px;
	color: #666;
	float: left;
	width: 300px;
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#slideVideos .bxslider .creen p {
	font-size: 14px;
	color: #666;
	background-image: url(../img/bg-box-desc-vids.png);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	padding: 10px;
	float: left;
	width: 280px;
	text-align: justify;
}
.slidesjs-previous {
	display: block;
	float: left;
	width: 39px;
	height: 64px;
	position: absolute;
	top: 165px;
	left: 0px;
	background-image: url(../img/atr.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	font-size:1px;
	color:#FFF;
	text-decoration:none;
	z-index:400;
}
.slidesjs-previous:hover {
	background-image:url(../img/atr2.jpg);
}
.slidesjs-next {
	display: block;
	float: left;
	width: 39px;
	height: 64px;
	position: absolute;
	top: 165px;
	right: 0px;
	background-image: url(../img/ade.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	font-size:1px;
	color:#FFF;
	text-decoration:none;
	text-align:right;
	z-index:401;
}
.slidesjs-next:hover {
	background-image:url(../img/ade2.jpg);
}
.slidesjs-pagination {
	display: none;
padding: 0;
width: 192px;
margin: 0 auto;
height: 24px;

}
.slidesjs-pagination-item {
	margin: 5px;
	padding: 0px;
	height: 14px;
	width: 14px;
	float: left;
	display: block;
	background-color:#ccc;
	border-radius:7px;
	display:block;
	font-size:18px;
	text-decoration:none;
	line-height:14px;
	text-align:center;
}
#slidesjs-log {
	width: 130px;
	height: 24px;
	float: none;
	display: flex;
	margin: 10px auto 25px;
	text-align: left;
	color: #333;
}
.slidesjs-slide-number {
	margin: 0 5px;
	color:#333;
	font-weight:bold;
}
.explicacion {
	font-size: 14px;
	color: #666;
	height: 30px;
	width: 830px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding: 0px;
	margin-top: -5px;
	margin-bottom: 25px;
}
.box {
	background-color: #000;
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 10500;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}
#gdes .gallery {
	background-color: #F00;
	height: 600px;
	width: 800px;
	margin-top: 50%;
	margin-left: 50%;
	padding-top: -300px;
	padding-left: -400px;
}
#opine {
	min-height: 580px;
	float: left;
}
.fb-comments {
	width: 900px;
	margin: 30px auto 0;
	min-height: 480px;
	display: block !important;
}
#testimonios {
	float: left;
}

#xxx {
	float: left;
	background-image: url(../img/footd.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-bottom: 25px;
}
#xxx #creditos {
	height: 150px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
#xxx #creditos #cr {
	float: left;
	width: 450px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #333;
	font-size: 13px;
	padding-right: 20px;
	padding-left: 20px;
}
#xxx #creditos #agr {
	float: left;
	width: 449px;
	font-size: 12px;
	padding-right: 20px;
	padding-left: 20px;
	text-align: justify;
}

#xxx .title   {
	font-size: 22px;
	text-align: left;
	color:#39f;
	margin: 0 0 10px 0 ;
	clear: both;
	float: left;
	width: 450px;
}
#xxx #creditos #cr span {
	clear: both;
	float: left;
	width: 450px;
	margin-bottom: 5px;
}
#xxx #creditos #agr p {
	line-height: 17px;
}
