@charset "utf-8";
/* CSS Document */
 /*MIR con estras siglas se definen los estilos que han sido comentados, modificados, o nuevos*/
/* Commo buena práctica se deberán de limpirar todos estos comentarios en la fase de implementación*/

.slider-wrapper {
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
}
.theme-default .nivoSlider {
    /*background: rgba(0, 0, 0, 0) url("../images/loading.png") no-repeat scroll 50% 50%;*//*MIR comentado*/
    position: relative;
	

}

.nivoSlider {
    height: auto;
    overflow: visible;
    position: absolute;
    width: 100%;
	
}
.nivoSlider img {
    /*left: 0;*//*MIR comentado*/
    max-width: 1920px;/*MIR modificado max-width: none;*/
    position: relative;
    top: 0;
	margin: 0 auto;/*MIR nuevo para centar la imagen;*/
}
.nivo-main-image {
    display: block !important;
    position: relative !important;
    width: 100% !important;
	margin: 0 auto;/*MIR nuevo para centar la imagen;*/
}
.nivoSlider a.nivo-imageLink {
    border: 0 none;
    display: none;
    height: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 6;
	
}
.nivo-slice {
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 5;
	margin: 0 auto;/*MIR nuevo para centar la imagen;*/
	text-align:center;
	

}

.nivo-box {
    display: block;
    overflow: hidden;
    position: absolute;
    z-index: 5;
}
.nivo-box img {
    display: block;
}
.nivo-caption {
    display: none;
    float: left;
    left: 20px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: 10%;
    width: 46%;
    z-index: 100;
}
.nivo-caption h2 {
    font-size: 24px;
    margin: 0;
    text-shadow: 0 1px 0 #000000;
    width: 100%;
}
.nivo-caption .subtitle {
    clear: both;
    float: left;
    font-size: 14px;
    text-shadow: none;
    text-transform: uppercase;
    width: 100%;
}
.nivo-caption .short-desc {
    clear: both;
    float: left;
    font-size: 16px;
    font-style: italic;
    line-height: 20px;
    margin: 20px 0 0;
    padding: 12px 20px;
    text-shadow: none;
    width: 91%;
}
.nivo-caption ul {
    clear: both;
    float: left;
    margin: 30px 0 10px 30px;
    padding: 0;
    width: 91%;
}
.nivo-caption ul li {
    background: rgba(0, 0, 0, 0) url("../images/banner-arrow.png") no-repeat scroll left 12px;
    clear: both;
    display: block;
    float: left;
    font-size: 18px;
    margin: 0;
    padding: 7px 0 7px 30px;
    text-shadow: 0 1px 0 #000000;
    text-transform: uppercase;
    width: 91%;
}
.nivo-html-caption {
    display: none;
}
.nivo-directionNav a {
    cursor: pointer;
    position: absolute;
    top: 45%;
    z-index: 9;
}
.nivo-prevNav {
    left: 0;
}
.nivo-nextNav {
    right: 0;
}
.theme-default .nivo-directionNav a {
    border: 0 none;
    border-radius: 56px;
    display: block;
    font-size: 0;
    height: 56px;
    position: absolute;
    top: 40%;
    width: 56px;
}
.theme-default:hover .nivo-directionNav a {
    opacity: 1;
}
.theme-default a.nivo-nextNav {
    right: -25px;
    transition: all 200ms ease-in-out 0s;
}
.theme-default a.nivo-prevNav {
    left: -25px;
}
.nivo-controlNav {
    bottom: -37px;
    margin: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 9999;
}
.nivo-controlNav a {
    /*background: rgba(0, 0, 0, 0) url("../images/banner-bullets.png") no-repeat scroll left top;*/
	background:rgba(0, 0, 0, 0) url(../images/banner_bullets.png)no-repeat scroll left top;
    cursor: pointer;
    display: inline-block;
    font-size: 0;
    height: 18px;
    margin: 0 2px;
    width: 18px;
}
.nivo-controlNav a.active, .nivo-controlNav a.active:hover {
    border-radius: 18px;
}
.nivo-controlNav a:hover {
    border-radius: 18px;
}
.theme-default .nivoSlider img {
    display: none;
    left: 0;
    position: absolute;
    top: 0;
}
.theme-default .nivoSlider a {
    border: 0 none;
    display: block;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled {
    width: 100%;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    height: auto;
    margin-bottom: 5px;
    width: auto;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled img {
    display: block;
    height: auto;
    width: 120px;
}
@media only screen and (min-width: 768px) and (max-width: 989px) {
.nivo-caption h2 {
    font-size: 20px;
}
.nivo-caption ul li {
    background-position: left 10px;
    font-size: 16px;
    padding-left: 25px;
}
.nivo-caption .short-desc {
    font-size: 14px;
    margin-top: 10px;
}
.nivo-caption ul {
    margin-top: 20px;
}
.theme-default a.nivo-nextNav {
    background-color: transparent;
    height: 35px;
    right: 10px;
    width: 35px;
}
.theme-default a.nivo-prevNav {
    background-color: transparent;
    height: 35px;
    left: 10px;
    width: 35px;
}
.theme-default a.nivo-nextNav:hover {
    background-color: transparent;
}
.theme-default a.nivo-prevNav:hover {
    background-color: transparent;
}
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
.slider-wrapper {
    /*background: #3479a1 none repeat scroll 0 0;*//*MIR comentado modidicado por inherit*/
	background:inherit;
}
.theme-default .nivo-directionNav a {
    top: 35%;
}
.nivo-caption ul, .nivo-caption .short-desc {
    display: none;
}
.nivo-caption h2 {
    font-size: 18px;
}
.nivo-caption {
    width: 62%;
}
.theme-default .nivo-directionNav a {
    top: 40%;
}
.theme-default a.nivo-nextNav {
    background-color: transparent;
    height: 35px;
    right: 10px;
    width: 35px;
}
.theme-default a.nivo-prevNav {
    background-color: transparent;
    height: 35px;
    left: 10px;
    width: 35px;
}
.theme-default a.nivo-nextNav:hover {
    background-color: transparent;
}
.theme-default a.nivo-prevNav:hover {
    background-color: transparent;
}
}
@media only screen and (max-width: 479px) {
.slider-wrapper {
    /*background: #3479a1 none repeat scroll 0 0;/*MIR comentado modidicado por inherit*/
	background:inherit;
}
.theme-default .nivo-directionNav a {
    top: 35%;
}
.nivo-caption ul, .nivo-caption .short-desc {
    display: none;
}
.nivo-caption h2 {
    font-size: 18px;
}
.nivo-caption {
    width: 62%;
}
.theme-default .nivo-directionNav a {
    top: 35%;
}
.theme-default a.nivo-nextNav {
    background-color: transparent;
    height: 35px;
    right: 10px;
    width: 35px;
}
.theme-default a.nivo-prevNav {
    background-color: transparent;
    height: 35px;
    left: 10px;
    width: 35px;
}
.theme-default a.nivo-nextNav:hover {
    background-color: transparent;
}
.theme-default a.nivo-prevNav:hover {
    background-color: transparent;
}
}
@media only screen and (max-width: 320px) {
.theme-default .nivo-directionNav a {
    top: 30%;
}
.nivo-caption ul, .nivo-caption .short-desc {
    display: none;
}
.nivo-caption h2 {
    font-size: 14px;
    line-height: normal;
}
.nivo-caption {
    width: 62%;
}
.theme-default .nivo-directionNav a {
    top: 35%;
}
.nivo-caption .subtitle {
    display: none;
}
.theme-default a.nivo-nextNav {
    background-color: transparent;
    height: 35px;
    right: 10px;
    width: 35px;
}
.theme-default a.nivo-prevNav {
    background-color: transparent;
    height: 35px;
    left: 10px;
    width: 35px;
}
.theme-default a.nivo-nextNav:hover {
    background-color: transparent;
}
.theme-default a.nivo-prevNav:hover {
    background-color: transparent;
}
}