.cn-slideshow{
    width: 922px;
    height: 460px;
    position: relative;
    margin: 0 auto;
    background: #fff;
}
.cn-loading{
    position: absolute;
    z-index:999;
    text-indent: -9000px;
    opacity:0.6;
    top:50%;
    left:50%;
    margin:-25px 0 0 -25px;
    width:50px;
    height:50px;
    background:#000 url(../images/ajax-loader.gif) no-repeat center center;

}
.cn-images{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.cn-images img{
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
}
.cn-bar{
    background: transparent url(../images/bar.png) repeat top left;
    height: 60px;
    position: absolute;
    bottom: 15px;
    right: 20px;
    left: 20px;
    color: #f8f8f8;
	z-index: 999;
}
.cn-nav-content{
    position: absolute;
    top: 0px;
    height: 100%;
    right: 70px;
    left: 70px;
    overflow: hidden;
}
.cn-nav-content div{
    float: left;
    width: 130px;
    color:#aaa;
}
.cn-nav-content span{
	font-size: 10px;
    color:#777;
}
.cn-nav-content div.cn-nav-content-current{
    text-align: center;
    width: 280px;
    position:absolute;
    top:0px;
    left:50%;
    margin-left:-140px;
}
.cn-nav-content h2{
	padding: 0;
    margin: 0;
    line-height:24px;
    font-family: 'ExistenceLight', Arial, serif;
    font-size:22px;
    color:#003366;
}
.cn-nav-content h3{
    padding: 0;
    margin: 0;
    font-size: 11px;
    line-height:24px;
    font-family: Arial, sans-serif;
    color:#003366;
}
.cn-nav-content-current span{
	font-size: 14px;
	line-height: 18px;
    color:#336699;
}
.cn-nav-content div.cn-nav-content-prev{
    margin-left: 20px;
    margin-top: 6px;
}
.cn-nav-content div.cn-nav-content-next{
    text-align: right;
    margin-right: 20px;
    margin-top: 6px;
    float:right;
}
.cn-nav-content div span{
    display: block;
    padding-top: 10px;/* Este es para la posici—n de las letras del cuadro blanco */
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
}
.cn-nav > a{
    position: absolute;
    top: 0px;
    height: 70px;
    width: 60px;
}
a.cn-nav-prev{
    left: 0px;
}
a.cn-nav-next{
    right: 0px;
}
.cn-nav a span{
    width: 46px;
    height: 46px;
    display: block;
    text-indent: -9000px;

    cursor: pointer;
    opacity: 0.9;
    position: absolute;
    top: 50%;
    left: 50%;
    background-size: 25px 25px;/* Este es el tama–o de las flechas de next y prev */
    margin: -28px 0 0 -23px;/* Este es la posici—n del cuadrado de las flechas de next y prev */
    -webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.cn-nav a.cn-nav-prev span{
    background: #666 url(../images/prev.png) no-repeat center center;
}
.cn-nav a.cn-nav-next span{
    background: #666 url(../images/next.png) no-repeat center center;
}
.cn-nav a div{
    width: 0px;
    height: 0px;
    position: absolute;
    top: 50%;
    left: 50%;
    overflow: hidden;
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0px;
    -webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.cn-nav a:hover span{
    width: 100px;
    height: 100px;
    opacity: 0.6;
    margin: -60px 0 0 -50px;
    background-size: 22px 32px;
    background-color:#003366;
}
.cn-nav a:hover div{
    width: 90px;
    height: 90px;
    background-size: 120% 120%;
    margin: -55px 0 0 -45px;

}