/************ Radio Muna Style ************/
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);

@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }


@font-face {
	font-family: 'fontawesome';
	src:url('../fonts/fontawesome.eot');
	src:url('../fonts/fontawesome.eot?#iefix') format('embedded-opentype'),
		url('../fonts/fontawesome.svg#fontawesome') format('svg'),
		url('../fonts/fontawesome.woff') format('woff'),
		url('../fonts/fontawesome.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

body, html { font-size: 100%; 	padding: 0; margin: 0;}

/* Reset */
*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

body {
    font-family: 'Lato', Calibri, Arial, sans-serif;
    color: #2e3697;
	background-color: #ECF0F1;
}

a {
	color: #f0f0f0;
	text-decoration: none;
}

a:hover {
	color: #000;
}
#container_header{
	max-width:960px;
	
	margin:0 auto;

}

#logo{
width:250px;
margin:0;
float:left;
}

.main,
.container > header {
	width: 100%;
	background: url("../images/header_bg.jpg") top left;
	margin: 0 auto;
	padding: 0 1.875em 3.125em 1.875em;
	z-index:1;
	position: fixed;
	padding: 1em;

	-webkit-box-shadow: 0px 7px 15px 0px rgba(50, 50, 50, 0.2);
	-moz-box-shadow:    0px 7px 15px 0px rgba(50, 50, 50, 0.2);
	box-shadow:         0px 7px 15px 0px rgba(50, 50, 50, 0.2);


}


.container > header h1 {
	font-size: 2.125em;
	line-height: 1.3;
	margin: 0;
	float: left;
	font-weight: 400;
}

.container > header span {
	display: block;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.5em;
	padding: 0 0 0.6em 0.1em;
}

.container > header nav {
	float: right;
	width;400px;
}

.container_info{
width:100%;
max-width:960px;
margin:140px auto 0 auto;
}

#slider1_container{
	position: relative; margin: 0 auto;
    top: 120px; left: 0px; width: 1300px; height: 500px; overflow: hidden;"
}



#footer {
	width: 100%;
	background-color: rgb(46,54,151);
	margin: 0 auto;
	padding: 0 1.875em 3.125em 1.875em;
	padding: 1em;
	color:#fff;
	text-align: center;

	-webkit-box-shadow: 0px 7px 15px 0px rgba(50, 50, 50, 0.2);
	-moz-box-shadow:    0px 7px 15px 0px rgba(50, 50, 50, 0.2);
	box-shadow:         0px 7px 15px 0px rgba(50, 50, 50, 0.2);


}
#container_footer{
	max-width:960px;
	margin:0 auto;
}
#footer a {
	
	text-decoration: none;
}

#footer  a:hover {
	color:rgb(255,204,51);
}



/************ END Radio Muna Style ************/



/************ Info Reproductor ************/
#cc_tunein{
	width: 400px;
	border:solid 0px;
	border-color:#000;
	color:#000;
	font-size:10px;	
	overflow:hidden;
}
#cc_tunein a {
	color: #000;
	text-decoration: none;
}

#cc_tunein a:hover {
	color: #000;
}
/************ END Info Reproductor ************/

/************ Info series ************/

.series{
width:90%;
max-width:960px;
background-color:#f8fbfc;
margin:40px auto;
border-left:solid 5px;
border-color:#ffcc33;

-webkit-box-shadow: 0px 7px 15px 0px rgba(50, 50, 50, 0.2);
	-moz-box-shadow:    0px 7px 15px 0px rgba(50, 50, 50, 0.2);
	box-shadow:         0px 7px 15px 0px rgba(50, 50, 50, 0.2);
}

.series h1{
font-size:2em;
padding-top:10px;
padding-left:15px;
border:solid 0px;
margin-bottom:0px;
}

.series p{
font-size:1em;
padding-top:0px;
padding-left:15px;
padding-right:15px;
padding-bottom:0px;

color:#5C5C5C;
border:solid 0px;
}

/*------ Paneles Colapsables ------*/

.expandable-panel {
    width:100%;
    position:relative;
    min-height:50px;
    overflow:auto;
    margin-bottom:20px;
    border:0px solid #999;
	padding-bottom:15px
}
.expandable-panel-heading {
    width:100%;
    cursor:pointer;
    min-height:50px;
    clear:both;
    background-color:#f8fbfc;
    position:relative;
}
.expandable-panel-heading:hover {
    text-decoration:underline;
}
.expandable-panel-heading h2 {
    padding:14px 10px 9px 15px;
    font-size:18px;
    line-height:20px;
	margin-top:0px;
	margin-bottom:0px;
}
.expandable-panel-content {
    padding:0 15px 0 15px;
    margin-top:-999px;
}
.expandable-panel-content p {
    padding:4px 0 6px 0;
}

.fecha{
font-weight: bolder;
padding-left:5px;
}
.predica{
font-style:italic;
padding-left:5px;
}

.row1{
width:100%;
height:auto;
padding:5px;
background-color:#f0f0f0;
}
.row2{
width:100%;
height:auto;
padding:5px;
background-color:#f8fbfc;
}

.expandable-panel-content p:first-child  {
    padding-top:10px;
}
.expandable-panel-content p:last-child {
    padding-bottom:15px;
}
.icon-close-open {
    width:20px;
    height:20px;
    position:absolute;
    background-image:url(../images/icon-close-open.png);
    right:15px;
}
.expandable-panel-content img {
    float:right;
    padding-left:12px;
}
.header-active {
    
}
/*------ END Paneles Colapsables ------*/

/************ END Info series ************/


/************ RESPONSIVE DESIGN ************/

/* iPads (portrait) ----------- */
@media only screen 
and (max-width : 768px) {
/* Styles */
.container > header {
	height:220px;
}

#slider1_container{
	top: 220px;
}

.container > header nav {
	width:400px;
	margin:10px auto;
}

.container_info{
margin:230px auto;
}


#logo{
width:250px;
margin:0 auto;
float:none;
}

.container > header nav {
	float:none;
	margin:10px auto;
	width:290px;
}
#cc_tunein{
	width: 240px;
}

}


/************ JSSOR SLIDER ************/

            /* jssor slider arrow navigator skin 21 css */
            /*
            .jssora21l              (normal)
            .jssora21r              (normal)
            .jssora21l:hover        (normal mouseover)
            .jssora21r:hover        (normal mouseover)
            .jssora21ldn            (mousedown)
            .jssora21rdn            (mousedown)
            */
            .jssora21l, .jssora21r, .jssora21ldn, .jssora21rdn
            {
            	position: absolute;
            	cursor: pointer;
            	display: block;
                background: url(img/a21.png) center center no-repeat;
                overflow: hidden;
            }
            .jssora21l { background-position: -3px -33px; }
            .jssora21r { background-position: -63px -33px; }
            .jssora21l:hover { background-position: -123px -33px; }
            .jssora21r:hover { background-position: -183px -33px; }
            .jssora21ldn { background-position: -243px -33px; }
            .jssora21rdn { background-position: -303px -33px; }



            /* jssor slider bullet navigator skin 21 css */
            /*
            .jssorb21 div           (normal)
            .jssorb21 div:hover     (normal mouseover)
            .jssorb21 .av           (active)
            .jssorb21 .av:hover     (active mouseover)
            .jssorb21 .dn           (mousedown)
            */
            .jssorb21 div, .jssorb21 div:hover, .jssorb21 .av
            {
                background: url(img/b21.png) no-repeat;
                overflow:hidden;
                cursor: pointer;
            }
            .jssorb21 div { background-position: -5px -5px; }
            .jssorb21 div:hover, .jssorb21 .av:hover { background-position: -35px -5px; }
            .jssorb21 .av { background-position: -65px -5px; }
            .jssorb21 .dn, .jssorb21 .dn:hover { background-position: -95px -5px; }


/************ END JSSOR SLIDER ************/