body {
	background-image: url(imagenes/fondo.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
}

.slider{
	width: auto;
	height: 324px;
	background-color: #000;
	overflow: hidden;
}
.nivo-caption {
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: #000;
    color: #fff;
    width: 1008px;
    z-index: 8;
    opacity: 0.8;
    overflow: hidden;
    display: none;
    -moz-opacity: 0.8;
    filter: alpha(opacity=8);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    float: right;
    text-align: right;
}

.theme-default .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;

    text-align: left;
}
.clear{clear:both;}
.app{ font-family: 'Ropa Sans', sans-serif; padding:6px 15px 6px 15px; background-color:black;color:#FFF; font-size:20px; margin-bottom:10px; float:left;}

@media screen and (max-width:800px) {

.slider{
	width: auto;
	height: 225px;
	background-color: #000;
	overflow:hidden;

}
.nivo-caption {
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: #000;
    color: #fff;
    width: 564px;
    z-index: 8;
    opacity: 0.8;
    overflow: hidden;
    display: none;
    -moz-opacity: 0.8;
    filter: alpha(opacity=8);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    float: right;
    text-align: right;
}
}

@media screen and (max-width:596px) {
	

.slider{
	width: auto;
	height: 110px;
	background-color: #000;
	overflow:hidden;

}


.nivo-caption {
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: #000;
    color: #fff;
    width: 283px;
    z-index: 8;
    opacity: 0.8;
    overflow: hidden;
    display: none;
    -moz-opacity: 0.8;
    filter: alpha(opacity=8);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    float: right;
    text-align: right;
}
}

.head-web{background-color: #FFD200; }
.logotipo{float: left; margin: 10px 0 0 30px;}
.senial{float: left; line-height: 150px; font-family: 'Passion One', cursive; font-size: 25px; padding-left: 100px;}
.varios{float: right; margin: 10px 30px 0 0;}
.varios h2{font-size: 45px; font-family: 'Armata', sans-serif; font-weight: 700; color: #D7343B; text-align: right;text-shadow: 3px 3px 3px #474A49;}
.varios h3{font-size: 25px; font-family: 'Passion One', cursive; color: #000; text-align: right;}
.varios i{font-size: 50px; color: #8C2D32; margin-top: 10px;}

.laradio{font-family: 'Ropa Sans', sans-serif;, font-size: 12px; text-align: justify;line-height: 22px;}
.laradio h1{color: #DC353E; font-size: 26px; 'Passion One', cursive; font-weight: 700; text-decoration: underline; line-height: 50px;}
.laradio h2{color: #DC353E; font-size: 20px; 'Passion One', cursive; font-weight: 600; }
.laradio h3{color: #DC353E; font-size: 18px; 'Passion One', cursive; font-weight: 500; margin-top: 10px;}
.laradio p{margin-bottom: 20px; font-family: arial;}

.clear{clear: both;}

.footer{width: auto; text-align: left;; padding: 10px; background-color: black; padding: 20px 0 20px 0;}
.footleeft{font-family: arial; font-size:14px; float: left; color: white; line-height: 20px; padding: 0 20px 0 10px; border-right: 1px #FFF dotted;}
.footleeft a{color: white;}
.footleeft a:hover{color: #B4DA49;}
.footright{ float: right; padding-right: 10px;}
.footright h2{color: #F2762E; font-family: Arial, Helvetica, sans-serif; font-size: 15px; font-weight: bold;}
.footright p{color: #EECC49; font-family: Arial, Helvetica, sans-serif; font-size: 14px;}
.footright img{margin: 5px 5px 10px; 0;}
.copy{color: white; font-family: 'Armata', sans-serif; width: 100%; text-align: center; margin-top: 15px; font-size: 14px;}
.copy a{color: #FFF; !important;}
.copy a:hover{color: #EECC49}
#carga{
background:background: linear-gradient(top , rgb(251, 251, 229) 38% , rgb(250, 250, 250) 100%);
background: -o-linear-gradient(top , rgb(202,223,235) 38% , rgb(250, 250, 250) 100%);
background: -ms-linear-gradient(top , rgb(202,223,235) 38% , rgb(250, 250, 250) 100%);
background: -moz-linear-gradient(top , rgb(202,223,235) 38% , rgb(250, 250, 250) 100%);
background: -webkit-linear-gradient(top , rgb(202,223,235) 38% , rgb(250, 250, 250) 100%);
;

}
.resumen-port-rs{
background:
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0a0a0a+2,292626+100 */
background: #0a0a0a; /* Old browsers */
background: -moz-linear-gradient(top, #0a0a0a 2%, #292626 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #0a0a0a 2%,#292626 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #0a0a0a 2%,#292626 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a0a0a', endColorstr='#292626',GradientType=0 ); /* IE6-9 */;


}
.cuerpo-extend-h{
	background:$color2;
}
.cuerpo-extend2{
	background:$color2
}

.head-titulador-notis{
	background:$color4;
}
.titulo-colum-notis1-h{
border-bottom-color: $color6;
}
.titulo-colum-notis1{
border-bottom-color: $color6;
}
.cuadro-titulo-noti-h{
background: $color5;
}
.cuadro-titulo-noti{
background: $color5;
}
.botonera-cent{
	background-color: $color7
}

.footer-pg{
	background-color:$color3;

}
#social-sidebar ul li a {
	background:$color14;
}
#menu-container ul.menu > li > a.selected {
background-color: $color13;
}
#menu-container ul.menu > li > a {
background-color:  $color8;
}
#menu-container ul.menu > li ul li a {
		background-color:  $color12;
}
#menu-container ul.menu a {
    color:  $color10;
}

.dv-centra-ajuste{

width: 1024px;
padding:8px;
margin:0 auto;
margin-top:10px;
margin-bottom:6px;
border-radius:5px;
background-color:#FFF;
 -webkit-animation-duration: 1s; 
    animation-duration: 1s; 
    -webkit-animation-fill-mode: both; 
    animation-fill-mode: both; 
    -webkit-animation-timing-function: ease-in; 
    animation-timing-function: ease-in; 
-webkit-box-shadow: 0px 0px 30px 11px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    0px 0px 30px 11px rgba(50, 50, 50, 0.75);
box-shadow:         0px 0px 30px 11px rgba(50, 50, 50, 0.75);

}

.dv-extiende-ajuste{
width: auto;
padding:0px;
margin:0 auto;
margin-top:8px;
border-radius:0px;
background-color:#FFF;
}


@media screen and (max-width:800px) {
	.dv-centra-ajuste{

width: 566px;
padding:8px;
margin:0 auto;
margin-top:8px;

border-radius:5px;
background-color:#FFF;

}
    .footleeft{ border: 0px;}
}

@media screen and (max-width:596px) {
	.dv-centra-ajuste{

width: 400px;
padding:8px;
margin:0 auto;;
margin-top:10px;


border-radius:5px;
background-color:#FFF;
       
}
.senial{display: none;}
.logotipo{padding-top: 10px; text-align: center;}
.varios{ margin: auto; margin: 10px 20px 10px 0;}
.slider{display: none;}
.footleeft{ border: 0px;}
}