body {
	background: #f8f8f8;
	text-align: left;
	font-family: 'PT Sans', Helvetica, Arial, sans-serif;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	background-image: url(https://lapazfm.com/img/fondo.jpg);
background-repeat: no-repeat;
background-position: center center;
background-attachment: fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

strong { font-weight: 700; }
.red {
	color: #900;
}
a:hover { text-decoration: none; }

.header {
	margin: 0 auto;
	-moz-box-shadow: 0 1px 5px 0 rgba(0,0,0,.3);
	-webkit-box-shadow: 0 1px 5px 0 rgba(0,0,0,.3);
	box-shadow: 0 1px 5px 0 rgba(0,0,0,.3);
	background-color: rgba(0, 0, 0, 0.5);
	background-position: left top;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #fff;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
	height: 65px;
}

.logo h1 {
	margin-top: 0px;
    font-family: 'Oxygen', sans-serif;
	font-size: 28px;
	font-weight: 500;
	text-align: center;
	
	
}

.logo h3 {
	margin-top: 0px;
    font-family: 'Oxygen', sans-serif;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
}


.logo h1 a {
	color: #fff;
}

.links {
	bottom: 79px;
	text-align: center;
}

.google {
    position: relative;
    bottom: 14px;
    text-align: center;
}

.links a {
    display: inline-block;
    width:  32px;
    height: 32px;
}

.links a.button1 { background: url(https://lapazfm.com/img/android.png) center center no-repeat; margin-right: 5px; }
.links a.button2 { background: url(https://lapazfm.com/img/blackberry.png) center center no-repeat; margin-right: 5px; }
.links a.button8 { background: url(https://lapazfm.com/img/wp.png) center center no-repeat; margin-right: 5px; }
.links a.button9 { background: url(https://lapazfm.com/img/tun.png) center center no-repeat; margin-right: 5px; }
.links a.button3 { background: url(https://lapazfm.com/img/iphones.png) center center no-repeat;  margin-right: 5px; }
.links a.button4 { background: url(https://lapazfm.com/img/wmp.png) center center no-repeat;  margin-right: 5px; }
.links a.button5 { background: url(https://lapazfm.com/img/winamp.png) center center no-repeat;  margin-right: 5px; }
.links a.button6 { background: url(https://lapazfm.com/img/quicktime.png) center center no-repeat; margin-right: 5px;  }
.links a.button7 { background: url(https://lapazfm.com/img/realplayer.png) center center no-repeat; }


.cabecera-container {
	width: 80%;
    margin-top: 15px;
}


/* ----- iPhone ----- */

.iphone {
    text-align: right;
}

.iphone img { margin-right: 10px; }

/* ----- Registration Form ----- */

.cabecera {
    padding: 0 20px 70px;
    background-color: rgba(255,138,0,0.25);
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -moz-box-shadow: 0 1px 5px 0 rgba(0,0,0,.3);
    -webkit-box-shadow: 0 1px 5px 0 rgba(0,0,0,.3);
    box-shadow: 0 1px 5px 0 rgba(0,0,0,.3);
    text-align: center;
}

/* ----- Media queries ----- */

@media (max-width: 1200px) {

    .cabecera  h2 { background: url(https://lapazfm.com/img/pencil.png) 10px 6px no-repeat; }

}

@media (min-width: 768px) and (max-width: 979px) {

    .cabecera  h2 { background: none; }

}

@media (max-width: 767px) {

    body { padding-left: 0; padding-right: 0; }

    .logo, .links { text-align: center; }

    .links { padding-bottom: 5px; }

    .logo h1 { padding-left: 0; }

    .links a.home { margin-left: 0; }

    .links a.blog { margin-right: 0; }

    .cabecera-container { padding-left: 20px; padding-right: 20px; }

    .cabecera form h2 { background: none; }

    .iphone img { display: none; }

}

@media (max-width: 480px) {

    .cabecera form button { width: 97%; }

}
.notes {
	bottom: 120px;
    display: block;
    font-size: 11px;
    padding: 2px;
    visibility: visible;
    z-index: 1030;
}
.notes.in {
    opacity: 0.7;
}

.notes.bottom {
    margin-top: 3px;
	margin-bottom: 20px;
}
.notes-inner {
    background-color: #000000;
    border-radius: 14px;
    color: #FFFFFF;
	width: 200px;
    padding: 3px 15px;
    text-align: center;
    text-decoration: none;
	margin-left: 120px;
}


.toplogo {
    padding: 10px 10px;
    background-color:rgba(0,0,0,0.56);
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -moz-box-shadow: 0 1px 5px 0 rgba(0,0,0,.3);
    -webkit-box-shadow: 0 1px 5px 0 rgba(0,0,0,.3);
    box-shadow: 0 1px 5px 0 rgba(0,0,0,.3);
    text-align: center;
}

.toplogo img {
	max-width: 100%;
}
.contenido {
    float: left;
    width: 50%;
}
.contenidodos {
    float: right;
    width: 50%;
    background-color: rgba(255, 158, 158,.50);
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -moz-box-shadow: 0 1px 5px 0 rgba(0,0,0,.3);
    -webkit-box-shadow: 0 1px 5px 0 rgba(0,0,0,.3);
    box-shadow: 0 1px 5px 0 rgba(0,0,0,.3);
}
.enlinea:after {
    content:"";
    display: table;
    clear: both;
}
img {
    max-width: 100%;
    height: auto;
}
@media screen and (max-width: 480px) {
    .contenido, 
    .contenidodos {
        float: none;
        width: auto;
    }
}