.rowh1 {
    text-align: end;
    color: #006EB1;
    font-size: 4.4em;
    padding: 15px 0px;
	padding-right:200px;
}

.rowslide {
    position: relative;
    margin: auto;
    width: 90%;
    overflow: hidden;
}

.rowslideul {
    list-style: none;
    position: relative;
    margin: auto;
    height: auto;
    width: 700%;
    left: 0%;
}



.rowslideulliimg {
    width: 90%;
    padding: 1px;
}

.rowslideol {
    width: 100%;
    position: absolute;
    margin: auto;
    text-align: center;
    bottom: -2px;
    left: 0px;
    z-index: 1;
    display: none;
}

.rowslideolli {
    display: inline-block;
    margin: 0px 3px;
    cursor: pointer;
    opacity: 0.9;
    text-shadow: 0px 0px 5px #808080;
}

.row .slide ol li:first-child {
    opacity: 1;
    color: #808080;
}

.rowslideollispan {
    color: #DE312B;
}



/*phone*/
@media screen and (max-width: 1000px) {
.rowslideulli {
    position: relative;
    float: left;
    margin-right: auto;
    width: 13%;
	text-align:-webkit-center;
	text-align:-moz-center;
	max-width:400px;
}
.suspendidas{
	text-align:-webkit-center;
	text-align:-moz-center;
}
.row .suspendidas .flechas {
    font-size: 2em;
    position: unset;
    cursor: pointer;
    z-index: 2;
    display: contents;
    width: 100%;
}

#retroceder {
    position: static;
    text-align: center;
}

#avanzar {
    position: static;
    text-align: center;
}
}

/*pc*/
@media screen and (min-width: 1000px) {
.rowslideulli {
    position: relative;
    float: left;
    margin-right: auto;
    width: 3.6%;
	text-align:-webkit-center;
	text-align:-moz-center;
}
.row .suspendidas .flechas {
    font-size: 2em;
    position: absolute;
    cursor: pointer;
    z-index: 2;
}

#retroceder {
    top: 30%;
    left: 0%
}

#avanzar {
    top: 30%;
    right: 0%;
}
}
