@import url('https://fonts.googleapis.com/css?family=Open+Sans');


p, a, li, h1, h3{
	font-family: 'Open Sans', sans-serif;
}

body {
    font-size:80%;
}
p {
    font-size: 1.2em;
    padding: 20px;
    
}
h1 {
    font-size:2em;
}
h3 {
    font-size:1.3em;
}



.menu2 {
    background: #333;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	display: flex;
	justify-content: space-between;
}

.menu2 a {
	padding: 5px;
	color: #fff;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 200;
	width: 100%;
	text-align: center;
	transition: 0.2s ease all;
	font-size: 16px;
}

.menu2 a:hover {
	background: #000;
	color: #F69F2C;
}









/* ESTA ES LA CABECERA*/


/* AQUI COMIENZA EL CUERPO */

.bienvenida{	
	background: #099;
	padding: 0;
		
}




.parallax a{
	display: block;
	padding: 10px;
	width: 150px;
	text-align: center;
	text-decoration: none;
	background: #000000;
	color: #ffffff;
	margin: 50px auto 50px auto;
	transition: 1s;
}
.parallax a:hover{
	background: orange;
	color: #000000;
}




.publicidad{
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 1px;
}
	
.senal {	
	 text-align: center;
}

.volver {
    text-align: center;
}
.volver a{
  background-color: #333;
  color: white;
  padding: 12px 15px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 20px;
 }
  

.volver a:hover {
  background-color: orange;
  	color: #000000;
}

/* PIE DE PAGINA */
.piedepagina {
	background: #333; 
	color: #ffffff;
	text-align: center;
	padding: 1px;
	font-size: 0.9em;
	width: 99%;
}

/* ****TAMAN0 CELULAR***************CELULAR****            CELULAR***** */

@media (max-width:480px){
    
   .cabecera{
	overflow: hidden;
	background: #fff;
}
.cabecera img{
	display: block;
	margin: auto;
	}

.cabecera h1{
	text-align: center;
	font-size: 2em;
	color: #F69F2C;
}

.cabecera h3{
	font-size: 0.9em;
	text-align: center;
	color: #000005;
	padding: 0px 25px;
}

.padBotm8 {
    font-size: 0.7em;
}

.slider{
	width: 100%;
}

.iconos{
	overflow: hidden;
	margin:5px 0px ;
}
.iconos h3{
	text-align: center;
	color: #444444;
	font-size: 1em;
}
.iconos div{
	width: 24%;
	float: left;
	overflow: hidden;
}

.iconos div img{
	width: 80%;
	display: block;
	margin: auto;
}
.iconos div p{
	text-align: center;
	color: cornflowerblue;
}

.iconos p{
    font-size:0.8em;
}
    
    /* AQUI COMIENZA EL MENU*/
.bienvenida p{
	text-align: center;	
	color: #ffffff;
	margin: 0;

}

.menu2 a {
	padding: 5px;
	font-size: 0.8em;
}
.menu{
	background: #333;
	overflow: hidden;
	font-size: 0.7em;
}

.menu ul li{
	list-style: none;
	display: inline;
	position: relative; 
	left: 1px;
}

.menu ul li a{
	color: #ffffff;
	text-decoration: none;
	padding: 5px;
}
.menu ul li a:hover{
	color: #F69F2C;
}
    
.publicidad img{
	width: 100%;}
	


.parallax{
	width: 100%;
	height:150px;
	background: url(imagenes/araucaria.jpg);
	background-size: 100%;

	background-attachment: fixed;
	background-repeat: no-repeat;	
	background-position:  bottom center; 
	overflow: hidden;}

.columnas {
    column-count: 0;
}



}	
/* ****TAMAÑO TABLET*+++++++++++++++++++++++++++++++++++++++++*** */
@media (min-width:481px) and (max-width:980px){
    body {
        font-size:100%;
    }
    .bienvenida p{
	text-align: center;	
	color: #ffffff;
	}
       .cabecera{
	overflow: hidden;
	background: #fff;
}
.cabecera img{
	display: block;
	margin: auto;
}

.cabecera h1{
	text-align: center;
	font-size: 28px;
	color: #F69F2C;
}

.cabecera h3{
	font-size: 25px;
	text-align: center;
	color: #000005;
}

.slider{
	width: 100%;
}

.iconos{
	overflow: hidden;
	margin:5px 0px ;
}
.iconos h3{
	text-align: center;
	color: #444444;
	font-size: 1em;
}
.iconos div{
	width: 24%;
	float: left;
	overflow: hidden;
}

.iconos div img{
	width: 80%;
	display: block;
	margin: auto;
}
.iconos div p{
	text-align: center;
	color: cornflowerblue;
}

    
    /* AQUI COMIENZA EL MENU*/

.menu{
	background: #333;
	overflow: hidden;
}

.menu ul li{
	list-style: none;
	display: inline;
	position: relative; 

 
}

.menu ul li a{
	color: #ffffff;
	text-decoration: none;
	padding: 5px;
}
.menu ul li a:hover{
	color: #F69F2C;
}
    
.publicidad img{
	width: 70%}
	
	.parallax{
	width: 100%;
	height:150px;
	background: url(imagenes/RadioPelom.jpg);
	background-size: 100%;
	top: 1000px;
	background-attachment: fixed;
	background-repeat: no-repeat;	
		background-position:  center; 
	overflow: hidden;}


.columnas {
    column-count: 1;
}
}	
/* ****    TAMANO PC                                PC               PC**** */
@media (min-width: 981px){
     body {
        font-size:140%;
    }
    
 
    
    .bienvenida p{
	text-align: center;	
	color: #ffffff;
	margin: 10px 10px ;
}
       .cabecera{
	overflow: hidden;
	background: #fff;
}
.cabecera img{
	display: block;
	margin: auto;
}

.cabecera h1{
	text-align: center;
	font-size: 2em;
	color: #F69F2C;
}

.cabecera h3{
	font-size: 1.5em;
	text-align: center;
	color: #000005;
}

.slider{
	width: 100%;
}

.iconos{
	overflow: hidden;
	margin:5px 0px ;
}
.iconos h3{
	text-align: center;
	color: #444444;
	font-size: 1.5em;
}
.iconos div{
	width: 24%;
	float: left;
	overflow: hidden;
}

.iconos div img{
	width: 80%;
	display: block;
	margin: auto;
}
.iconos div p{
	text-align: center;
	color: cornflowerblue;
}

.padBotm8 {
    font-size: 1.1em;
}
    
    /* AQUI COMIENZA EL MENU*/

.menu{
	background: #333;
	overflow: hidden;
	font-size: 1em;
}

.menu ul li{
	list-style: none;
	display: inline;
	position: relative; 
	left: 530px;

 
}

.menu ul li a{
	color: #ffffff;
	text-decoration: none;
	padding: 5px;
}
.menu ul li a:hover{
	color: #F69F2C;
}
    
.publicidad img{
	width: 50%;
    padding:0px 1px;
}


.parallax{
	width: 100%;
	height:300px;
	background: url(imagenes/RadioPelom.jpg);
	background-size: 100%;
	background-attachment: fixed;
	background-repeat: no-repeat;	
		background-position:  center; 
	overflow: hidden;
}
	
.parallax a{
	display: block;
	padding: 10px;
	width: 150px;
	text-align: center;
	text-decoration: none;
	background: #000000;
	color: #ffffff;
	margin: 100px auto 50px auto;
	transition: 1s;
}

.facebook { transition: all .2s ease-in-out; 
    margin: 0px;
}
.facebook:hover { -webkit-transform: scale(1.3); 
}

.columnas {
    column-count: 2;
    column-gap: 50px;
    padding: 40px;
}



}












