@import url('https://fonts.googleapis.com/css?family=Lato:300,300i,400,400i,700,700i,900,900i');
body{
	font-family: 'Lato', sans-serif;
	font-size: 16px;
}
a{
	text-decoration: none;
}
header{
	width: 100%;
  	position: fixed;
  	z-index: 100;
}
.margen-espl{
	margin: 180px 10px 120px 10px;
}
.caja-texto{
	background-color: #f0842d;
	color: #fff;
	border: 1px solid #f0842d;
	padding: 10px;
	display: inline-block;
	width: 155px;
	height: 50px;
	border-radius: 0px;
}
.caja-icono{
	background-color: #fff;
	color: #0071bc;
	border: 1px solid #999999;
	padding: 10px;
	display: inline-block;
	height: 50px;
	border-radius: 0px;
	font-size: 20px;
}
.info-mensaje{
	background-color: #d4e1f5;
	border: 1px solid #d4e1f5;
	color: #000;
	padding: 5px 10px 5px 20px; 
}
.info-icono{
	color: #0071bc;
}
.footer {
    bottom: 0;
    width: 100%;
    height: 160px;
    line-height: 40px;
    background-color: #000;
    padding: 10px;    
}
.footer ul {
	float: right;
}
.footer ul > li > a{
	color: #fff;
}
.footer ul > li > a:hover{
	color: #0066cc;
	background: #000;
}
.logo-completo img{
	width: 70px;
}
body > footer div.rotate-fullsize {
    background: #000;
    padding-top: 3.5%;
    margin-left: -130px;
    margin-right: -130px;
    padding-left: 0;
    margin-top: -65px;
    padding-right: 0;
}




.font-size-s{
	font-size: 14px;	
}
.font-size-m{
	font-size: 20px;	
}
.font-size-l{
	font-size: 24px;	
}
.font-size-xl{
	font-size: 38px;	
}
#toTop {
	background-color : transparent;
	bottom           : 2%;
	clear            : both;
	color            : #ccc;
	cursor           : hand;
	cursor           : pointer;
	display          : block;
	display          : none;
	font-size        : 35px;
	height           : 46px;
	padding-left     : 7px;
	position         : fixed;
	right            : 2%;
	width            : 46px;
	z-index          : 1;
}
#toTop:hover{
	background-color	: transparent;
	color: #999;
}
.gira {
	transform: rotate(180deg);

}
.transicion {
	transition: 1s ease;
}
.fa-chevron-right {
    color: #000;
}


/*--Transiciones--*/
.trans-3 {
	-webkit-transition: background-color 150ms ease-out;
	-moz-transition   : background-color 150ms ease-out;
	-webkit-transition: background-color 150ms ease-out;
	-o-transition     : background-color 150ms ease-out;
}
.trans-3:hover {
	-webkit-transition : background-color 150ms ease-out;
	-moz-transition    : background-color 150ms ease-out;
	-webkit-transition : background-color 150ms ease-out;
	-o-transition      : background-color 150ms ease-out;
}

/* Clases genericas */
.margen-xlg{
	margin: 120px 5px;
}
.margen-lg{
	margin: 60px 5px;
}
.margen-md{
	margin: 30px 5px;
}
.margen-sm{
	margin: 15px 5px;
}
.margen-cero{
	margin: 0;
}
.margen-lg-der-izq{
	margin-right: 60px;
	margin-left : 60px;
}
.margen-md-der-izq{
	margin-right: 30px;
	margin-left : 30px;
}
.margen-sm-der-izq{
	margin-right: 15px;
	margin-left : 15px;
}
.margen-xlg-superior{
	margin-top: 120px;
}
.margen-lg-superior{
	margin-top: 60px;
}
.margen-md-superior{
	margin-top: 30px;
}
.margen-sm-superior{
	margin-top: 15px;
}
.margen-xs-superior{
	margin-top: 10px;
}
.margen-lg-inferior{
	margin-bottom: 60px;
}
.margen-md-inferior{
	margin-bottom: 30px;
}
.margen-sm-inferior{
	margin-bottom: 15px;
}
.padding-lg{
	padding: 60px 5px;
}
.padding-md{
	padding: 30px 5px;
}
.padding-sm{
	padding: 15px 5px;
}
.padding-xs{
	padding: 10px 5px;
}
.padding-cero{
	padding: 0;
}
.padding-lg-der-izq{
	padding-right: 60px;
	padding-left : 60px;
}
.padding-md-der-izq{
	padding-right: 30px;
	padding-left : 30px;
}
.padding-sm-der-izq{
	padding-right: 15px;
	padding-left : 15px;
}
.padding-lg-superior{
	padding-top: 60px;
}
.padding-md-superior{
	padding-top: 30px;
}
.padding-sm-superior{
	padding-top: 15px;
}
.padding-xs-superior{
	padding-top: 10px;
}
.padding-lg-inferior{
	padding-bottom: 60px;
}
.padding-md-inferior{
	padding-bottom: 30px;
}
.padding-sm-inferior{
	padding-bottom: 15px;
}
.padding-xs-inferior{
	padding-bottom: 10px;
}
/*--Paleta de Colores--*/
.color-blanco{
	color: #FFF;
}
.color-negro{
	color: #000;
}
.color-rosa-1{
 	color: #860047;
}
.color-rosa-2{
	color: #b3005e;
}
.color-rosa-3{
	color: #d2017a;
}
.color-rosa-4{
	color: #f39;
}
.color-rosa-5{
	color: #f6c;
}
.color-rosa-6{
	color: #f9c;
}
.color-rosa-7{
	color: #fcf;
}
.color-gris-1{
	color: #333;
}
.color-gris-2{
	color: #999;
}
.color-gris-3{
	color: #ccc;
}
.color-gris-4{
	color: #e0e0e0;
}
.color-gris-5{
	color: #ededed;
}
.color-gris-6{
	color: #f2f2f2;
}
.color-azul-1{
	color: #09f;
}
/*--background-color--*/
.bg-blanco{
	background-color: #FFF;
}
.bg-negro{
	background-color: #000;
}
.bg-rosa-1{
 	background-color: #860047;
}
.bg-rosa-2{
	background-color: #b3005e;
}
.bg-rosa-3{
	background-color: #d2017a;
}
.bg-rosa-4{
	background-color: #f39;
}
.bg-rosa-5{
	background-color: #f6c;
}
.bg-rosa-6{
	background-color: #f9c;
}
.bg-rosa-7{
	background-color: #fcf;
}
.bg-gris-1{
	background-color: #333;
}
.bg-gris-2{
	background-color: #999;
}
.bg-gris-3{
	background-color: #ccc;
}
.bg-gris-4{
	background-color: #e0e0e0;
}
.bg-gris-5{
	background-color: #ededed;
}
.bg-gris-6{
	background-color: #f2f2f2;
}
.bg-gris-7{
	background-color: #f1f1f1;
}
.bg-azul-1{
	background-color: #09f;
}

/*--Bordes--*/
.borde-solido-der{
	border-right: 3px solid #e0e0e0;
}
.borde-solido-izq{
	border-left: 3px solid #e0e0e0;
}
.borde-solido-der-gris1{
	border-right: 1px solid #333;
}
.borde-solido-izq-gris1{
	border-left: 1px solid #333;
}
.borde-solido-inf-gris1{
	border-bottom: 1px solid #333;
}
.borde-solido-sup-gris1{
	border-top: 1px solid #333;
}
.borde-solido-der-blanco{
	border-right: 1px solid #fff;
}
.borde-solido-der-gris{
	border-right: 1px solid #999;
}
.borde-solido-sup{
	border-top: 1px solid #999;
}
.borde-solido-sup-gris-3{
	border-top: 1px solid #ccc;
}
.borde-solido-inf{
	border-bottom: 1px solid #999;
}
.borde-derecho{
	border-right: 1px solid #ccc;
}
.borde-gris{
	border: 1px solid #e2e2e2;
}
.fondo-gris{
	background-color: #f7f7f8;
	padding         : 40px 20px 40px 20px;	
}
.fondo-blanco{
	background-color: #FFF;
	padding         : 40px 20px 40px 20px;	
}
.titulo-seccion{
	font-weight: bold;
}

.texto-seccion p{
	margin-left: 20px;
}
.imagen-seccion img{
	width: 400px;
}
.borde-der-gris{
	border-right: 1px solid #ccc;
}
/*encabezado*/
#logoSLSB{
	width: 170px;
}
.logo-SLSB img{
	width: 200px;
}
.logo-letrasSLSB img{
	width: 300px;
}
.encabezado{
	background-color: #000;
	border-color: #000;
    opacity: 1;
    border-radius: 0;
    padding: 15px;
    margin-bottom: -1px;
    margin-left: -1px;
    margin-right: -1px;
}
.encabezado li{
	padding-left: 15px;
	padding-right: 15px;
}
.encabezado a{
	color: #fff !important;
	font-size: bold;
}
.encabezado a:hover{
	color: #0066cc !important;
	font-size: bold;
}
.borde-header{
	border-right: 1px solid #ccc;
}
.navbar-default .navbar-toggle {
    border-color: #000;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 30px;
    height: 4px;
    border-radius: 1px;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #000;
}

/* Mini Post */

.mini-post .image {
	overflow: hidden;
	width   : 100%;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.mini-post .image img {
	width: 100%;
}
.mini-post .headerEvento {
	padding: 5px 25px 25px 25px;
	height: 370px;
	background: #fff;
	position  : relative;
	border: 1px solid #e2e2e2;
	box-shadow: 0px 0px 10px 0px #e2e2e2;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.mini-post .headerEvento h3 {
	font-size: 16px;
	color: #09f;
}
.mini-post .headerEvento .published {
	display       : block;
	font-size     : 12px;
	font-weight   : bold;
	letter-spacing: 0.25em;
	margin        : -0.625em 0 1.7em 0;
	text-transform: uppercase;
}
.layoutPrograma{
	margin-top: 35px;
}

.btn-registro{
	color     : #fff;
	background: #c03f83;
	border    : 1px solid #c03f83;
	margin-top: 23px;
}
.btn-contactanos{
	color: #fff;
	background-color: #3399FF;
	width: 250px;
	height: 50px;
	border-radius: 30px;
}
.btn-contactanos:hover{
	color: #fff;
	background-color: #8AC7F9;
}
.btn-instagram{
	color: #fff;
	background: linear-gradient(145deg, #3051F1 10%, #C92BB7 70%) no-repeat;
	width: 200px;
	height: 50px;
	border-radius: 30px;
}
.btn-instagram:before{
	background: radial-gradient(circle farthest-corner at 28% 100% ,
            #FCDF8F 0%, 
            #FBD377 10%,
            #FA8E37 22%,
            #F73344 35%,
            fade(#F73344, 0%) 65%
        ) no-repeat;
}
.btn-youtube{
	color: #fff;
	background: #3399FF;
	border-color: #3399FF;
	width: 325px;
    height: 50px;
	border-radius: 30px;
}
.btn-contactanos:hover{
	color: #fff;
	background-color: #8AC7F9;
}
.franja{
	background: rgba(218,31,22,0.75);
	background: -moz-linear-gradient(left, rgba(218,31,22,0.75) 0%, rgba(51,153,255,0.88) 50%, rgba(153,255,102,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(218,31,22,0.75)), color-stop(50%, rgba(51,153,255,0.88)), color-stop(100%, rgba(153,255,102,1)));
	background: -webkit-linear-gradient(left, rgba(218,31,22,0.75) 0%, rgba(51,153,255,0.88) 50%, rgba(153,255,102,1) 100%);
	background: -o-linear-gradient(left, rgba(218,31,22,0.75) 0%, rgba(51,153,255,0.88) 50%, rgba(153,255,102,1) 100%);
	background: -ms-linear-gradient(left, rgba(218,31,22,0.75) 0%, rgba(51,153,255,0.88) 50%, rgba(153,255,102,1) 100%);
	background: linear-gradient(to right, rgba(218,31,22,0.75) 0%, rgba(51,153,255,0.88) 50%, rgba(153,255,102,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#da1f16 ', endColorstr='#99ff66 ', GradientType=1 );
}
.franja-footer{
	background: rgba(218,31,22,0.75);
	background: -moz-linear-gradient(left, rgba(218,31,22,0.75) 0%, rgba(51,153,255,0.88) 50%, rgba(153,255,102,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(218,31,22,0.75)), color-stop(50%, rgba(51,153,255,0.88)), color-stop(100%, rgba(153,255,102,1)));
	background: -webkit-linear-gradient(left, rgba(218,31,22,0.75) 0%, rgba(51,153,255,0.88) 50%, rgba(153,255,102,1) 100%);
	background: -o-linear-gradient(left, rgba(218,31,22,0.75) 0%, rgba(51,153,255,0.88) 50%, rgba(153,255,102,1) 100%);
	background: -ms-linear-gradient(left, rgba(218,31,22,0.75) 0%, rgba(51,153,255,0.88) 50%, rgba(153,255,102,1) 100%);
	background: linear-gradient(to right, rgba(218,31,22,0.75) 0%, rgba(51,153,255,0.88) 50%, rgba(153,255,102,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#da1f16 ', endColorstr='#99ff66 ', GradientType=1 );
}
.franja-numeros{
	padding: 40px;
	background: rgba(51,153,255,1);
	background: -moz-linear-gradient(left, rgba(51,153,255,1) 0%, rgba(153,255,102,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(51,153,255,1)), color-stop(100%, rgba(153,255,102,1)));
	background: -webkit-linear-gradient(left, rgba(51,153,255,1) 0%, rgba(153,255,102,1) 100%);
	background: -o-linear-gradient(left, rgba(51,153,255,1) 0%, rgba(153,255,102,1) 100%);
	background: -ms-linear-gradient(left, rgba(51,153,255,1) 0%, rgba(153,255,102,1) 100%);
	background: linear-gradient(to right, rgba(51,153,255,1) 0%, rgba(153,255,102,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3399ff ', endColorstr='#99ff66 ', GradientType=1 );
}
.integrantes-contenedor{
	padding: 10px;
	background-color: #fff;
	height: 90px;
	border: 1px solid #e2e2e2;
	box-shadow: 0px 0px 10px 0px #e2e2e2;
	border-radius: 40px;
}
.ancho-franja{
	width: 100%;
	height: 60px;
	opacity: 0.7;
	-ms-transform: rotate(-4deg) skew(-5deg); 
    -webkit-transform: rotate(-4deg) skew(-5deg);
    transform: rotate(-4deg) skew(-5deg);
}
.ancho-franja-footer{
	width: 100%;
	height: 20px;
	opacity: 1;
}
.pleca img{
	width: 100%
}
.img-carrusel{
	width: 100%;
}
.img-integrantes{
	display: inline-block;
}
.img-integrantes img{
	width: 70px;
	display: inline-block;
	border-radius: 40px;
}
.nombre-integrantes{
	display: inline-block;
	color: #000;
	padding-left : 15px;
}
.nombre-integrantes label{
	margin-top: 10px;
}
.numeros{
	padding: 0px 15px 0px 15px;
	height: 80px;
    display: inline-block;
	background-color: #e6e6e6;
	border-radius: 5px;
	margin-bottom: 10px;
}
.numeros span{
	font-size: 60px;
	font-weight: 300;
}
.trapecio {
    width: 100%;
    height: 0;
    border-right: 1500px solid #f0ad4e;
    border-top: 70px solid transparent;
    border-left: 0px solid transparent;
    border-bottom: 200px solid #f0ad4e;
}
.form-contacto{
	padding: 5px 25px 25px 25px;
	height: 500px;
	background: #fff;
	position  : relative;
	border: 1px solid #e2e2e2;
	box-shadow: 0px 0px 10px 0px #e2e2e2;
	border-radius: 10px;
}
.form-contacto input{
	width: 100%;
}
::-webkit-input-placeholder {
   text-align: center;
}

:-moz-placeholder { /* Firefox 18- */
   text-align: center;  
}

::-moz-placeholder {  /* Firefox 19+ */
   text-align: center;  
}

:-ms-input-placeholder {  
   text-align: center; 
}

.liga{
	text-decoration: underline;
}
.liga:hover{
	text-decoration: none;
}
a.ancla {    
    top: -170px;    
}
#registro.ancla {    
    top: -208px;    
}

.show_hide {
	display:none;
}

.pading-der-cero{
	padding-right: 0;
}
.pading-izq-cero{
	padding-left: 0;
}

.player{
	margin-top: 85px;
}
.player img {
	width: 100%;
}
.player p{
	margin-top: 10px;
	text-decoration: underline;
}

/*Galeria*/
.demo-gallery > ul {
              margin-bottom: 0;
            }
            .demo-gallery > ul > li {
                float: left;
                margin-bottom: 0px;
    			margin-right: 0px;
                /*width: 200px;*/
            }
            .demo-gallery > ul > li a {
              border: 3px solid #000;
              border-radius: 3px;
              display: block;
              overflow: hidden;
              position: relative;
              float: left;
            }
            .demo-gallery > ul > li a > img {
              -webkit-transition: -webkit-transform 0.15s ease 0s;
              -moz-transition: -moz-transform 0.15s ease 0s;
              -o-transition: -o-transform 0.15s ease 0s;
              transition: transform 0.15s ease 0s;
              -webkit-transform: scale3d(1, 1, 1);
              transform: scale3d(1, 1, 1);
              /*height: 100%;*/
              width: 100%;
            }
            .demo-gallery > ul > li a:hover > img {
              -webkit-transform: scale3d(1.1, 1.1, 1.1);
              transform: scale3d(1.1, 1.1, 1.1);
            }
            .demo-gallery > ul > li a:hover .demo-gallery-poster > img {
              opacity: 1;
            }
            .demo-gallery > ul > li a .demo-gallery-poster {
              background-color: rgba(0, 0, 0, 0.1);
              bottom: 0;
              left: 0;
              position: absolute;
              right: 0;
              top: 0;
              -webkit-transition: background-color 0.15s ease 0s;
              -o-transition: background-color 0.15s ease 0s;
              transition: background-color 0.15s ease 0s;
            }
            .demo-gallery > ul > li a .demo-gallery-poster > img {
              left: 50%;
              margin-left: -10px;
              margin-top: -10px;
              opacity: 0;
              position: absolute;
              top: 50%;
              -webkit-transition: opacity 0.3s ease 0s;
              -o-transition: opacity 0.3s ease 0s;
              transition: opacity 0.3s ease 0s;
            }
            .demo-gallery > ul > li a:hover .demo-gallery-poster {
              background-color: rgba(0, 0, 0, 0.5);
            }
            .demo-gallery .justified-gallery > a > img {
              -webkit-transition: -webkit-transform 0.15s ease 0s;
              -moz-transition: -moz-transform 0.15s ease 0s;
              -o-transition: -o-transform 0.15s ease 0s;
              transition: transform 0.15s ease 0s;
              -webkit-transform: scale3d(1, 1, 1);
              transform: scale3d(1, 1, 1);
              /*height: 100%;*/
              width: 100%;
            }
            .demo-gallery .justified-gallery > a:hover > img {
              -webkit-transform: scale3d(1.1, 1.1, 1.1);
              transform: scale3d(1.1, 1.1, 1.1);
            }
            .demo-gallery .justified-gallery > a:hover .demo-gallery-poster > img {
              opacity: 1;
            }
            .demo-gallery .justified-gallery > a .demo-gallery-poster {
              background-color: rgba(0, 0, 0, 0.1);
              bottom: 0;
              left: 0;
              position: absolute;
              right: 0;
              top: 0;
              -webkit-transition: background-color 0.15s ease 0s;
              -o-transition: background-color 0.15s ease 0s;
              transition: background-color 0.15s ease 0s;
            }
            .demo-gallery .justified-gallery > a .demo-gallery-poster > img {
              left: 50%;
              margin-left: -10px;
              margin-top: -10px;
              opacity: 0;
              position: absolute;
              top: 50%;
              -webkit-transition: opacity 0.3s ease 0s;
              -o-transition: opacity 0.3s ease 0s;
              transition: opacity 0.3s ease 0s;
            }
            .demo-gallery .justified-gallery > a:hover .demo-gallery-poster {
              background-color: rgba(0, 0, 0, 0.5);
            }
            .demo-gallery .video .demo-gallery-poster img {
              height: 48px;
              margin-left: -24px;
              margin-top: -24px;
              opacity: 0.8;
              width: 100%;
            }
            .demo-gallery.dark > ul > li a {
              border: 3px solid #000;
            }

.img-galeria, .thumbnail > img, .thumbnail a > img{
    display: block;
    max-width: 200px;
    height: 105px;
}

form.contacto .ultimo{
    margin-bottom: 0;
    position: relative
}
/* AJAX Gif y mensajes de exito o fracaso */
.hide{
    display: none;
}
.ajaxgif{
    position: absolute;
    right: 150px;
    top: 5px;
}
.msg{
    color: white;
    font-weight: bold;
    height: 32px;
    line-height: 32px;
    padding: 0 10px;
    position: absolute;
    right: -155px;
    text-transform: uppercase;
    min-width: 121px;
}
.msg_ok{
    background: #589D05;
}
.msg_error{
    background: red;
}

/*------------------------------------*\
    $Propiedades Movil
\*------------------------------------*/
/*@media (min-width: 320px) and (max-width: 359px) {
	.position-triangulo{
		display: none;
	}
}*/

@media (max-width: 767px) {
	.mini-post .image {
		overflow: hidden;
		width   : 100%;
		border-radius: 0px;
	}
	.color-azul{
		color: #09f;
	}
	.enlace-mini-post:hover{
		text-decoration: none;
	}
	.mini-post .headerEvento {
		padding: 5px 25px 25px 25px;
		height: 235px;
		background: #fff;
		position  : relative;
		border: 1px solid #e2e2e2;
		box-shadow: 0px 0px 10px 0px #e2e2e2;
		border-radius: 0px;
	}
	.footer {
	    bottom: 0;
	    width: 100%;
	    height: 435px;
	    line-height: 25px;
	    background-color: #000;
	    padding: 10px;    
	}
	.footer-enlace li {
	    padding-left: 15px;
	    padding-right: 15px;
	    text-align: center;
	    border-bottom: 1px solid #ccc;
	    margin: 0px 5px;
	}
	.borde-header{
		border-right: 1px solid #000;
	}
	.encabezado li {
	    padding-left: 15px;
	    padding-right: 15px;
	    padding-bottom: 15px;
	    text-align: center;
	    border-bottom: 1px solid #ccc;
	    margin: 10px 30px;
	}
	.img-integrantes img {
	    width: 70px;
	    display: inline-block;
	    border-radius: 40px;
	    margin-top: -33px;
	}
	.margen-integrantes{
		margin-top: 15px;
	}
	.btn-youtube {
	    color: #fff;
		background: #3399FF;
		border-color: #3399FF;
		width: 270px;
		height: 45px;
		border-radius: 30px;
		font-size: 20px;
	}
}


/*------------------------------------*\
    Rango 768px a 1023px
\*------------------------------------*/
@media (min-width: 768px) and (max-width: 1023px) {
	
	.margen-mini-post{
		margin-top: 30px;
	}
	.mini-post .headerEvento {
		padding: 5px 25px 25px 25px;
		height: 250px;
		background: #fff;
		position  : relative;
		border: 1px solid #e2e2e2;
		box-shadow: 0px 0px 10px 0px #e2e2e2;
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
	}
	.footer {
	    bottom: 0;
	    width: 100%;
	    height: 195px;
	    line-height: 40px;
	    background-color: #000;
	    padding: 10px;
	}
	.img-integrantes img {
	    width: 70px;
	    display: inline-block;
	    border-radius: 40px;
	    margin-top: -31px;
	}
}
@media (min-width: 1024px) and (max-width: 992px){
	.mini-post .headerEvento {
		padding: 5px 25px 25px 25px;
		height: 390px !important;
		background: #fff;
		position  : relative;
		border: 1px solid #e2e2e2;
		box-shadow: 0px 0px 10px 0px #e2e2e2;
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
	}
}
/*------------------------------------*\
    Rango 992px a 1199px
\*------------------------------------*/
@media (min-width: 993px) and (max-width: 1199px) {
	
}
/*------------------------------------*\
    Rango mas de 1200px
\*------------------------------------*/
@media (min-width: 1200px) {

}

