.rotator{
    background-color: #002855;
    color: #fff;
    letter-spacing: -1px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    top: -50px;
    width: 80%;
}
img.bg{
    position:absolute;
    top:0px;
    right:0px;
	background: #9F0;
}

#cc{
	height: 100%;
    position: absolute;
    right: 0;
    width: 64%;
	}

#sombra{
	background: rgba(0,0,0,0.6);
	height: 100%;
    position: absolute;
    width: 100%;
	}
	
.rotator ul{
    list-style:none;
    position:absolute;
    left:0px;
    top:0px;
    margin:0;
	height: 100%;
    z-index:99;
	background: #fff;
	width: 30%;
	padding: 7% 3%;
}
.rotator ul li{
    display:block;
    float:left;
    clear:both;
    width: 90%;
	margin-left: 10%;
}
.rotator ul li a{
    width: 100%;
    float:right;
    clear:both;
    padding-left:10px;
    text-decoration:none;
    display:block;
	margin:1px 0px 1px 0px;
    color:#939597;
	opacity: 1;
    outline:none;
	background: url(../images/flecha_slide_sev.png) no-repeat right center;
}
.rotator ul li a:hover{
      color: #002855;
}

.rotator ul li a.activo{
	color:#002855;
	background: url(../images/flecha_slide_sev_activo.png) no-repeat right center;
	}

.rotator ul li a.inactivo{
	color:#007dac;
	}

.rotator .heading{
    position:absolute;
    top:0px;
	right:0px;
    width:500px;
}
.rotator .heading h1{
    font-weight:normal;
    font-size:46px;
    padding:20px;
}
.rotator .description{
    bottom: 50px;
    font-size: 19px;
    height: 60px;
    position: absolute;
    right: 0;
    text-align: center;
    width: 172px; 
}
.rotator .description p{
    text-transform:none;
    letter-spacing:normal;
    line-height:26px;
	color: #00b9f1;
}
a.more{
    color:orange;
    text-decoration:none;
    text-transform:uppercase;
    font-size:10px;
}
a.more:hover{
    color:#fff;
}

.info_image{
	position: relative;
	}