body{
	margin: 0;
		font-family: 'Montserrat', sans-serif;
}

h1{
	color:#fff;
}
 


#logo{
	text-align:center;
	margin:30px 0;
}

#logo p{
	text-align:center;
	margin:10px 0;
	font-family: 'Montserrat', sans-serif;
	font-weight:200;
}

#logo a{
	font-family: 'Montserrat', sans-serif;
	font-size:30px;
	text-decoration:none;
	font-weight:900;
}

#logor{
	text-align:center;
	margin:30px 0;
}

#logor p{
	color:#777;
	font-size: 1em;
}

#logor a{
	font-family: 'Montserrat', sans-serif;
	font-size:30px;
	text-decoration:none;
	font-weight:900;
}

#menu{
background:#fff;
float:left;
width: 100%;	
}

#menur{
background:#fff;
float:left;
width: 100%;
margin-top: 110px;	
}

.container {
    width: 90%;
    margin: 0 auto;
    background: #fff;
    display: block;
    float: left;
    top: 160px;
	padding:0 5%;
    position: relative;
}
.containerbus{
	    width: 80%;
    margin: 0 auto;
    background: #fff;
    display: flex;
    max-width: 1250px;
	    top: 80px;
    position: relative;
}

.encabezado{
    width: 92%;
	    padding: 184px 4% 12px 4%;
    margin: 0 auto;
	    text-align: center;
    /* text-transform: uppercase; */
    border-bottom: double 10px #fff;
	top: 60px;
    position: relative;
}

.bannerazo{
	float:left;
    width: 92%;
	    padding: 40px 4% 40px 4%;
    margin: 0 auto;
	    text-align: center;
    border-bottom: double 10px #fff;
	top: 80px;
    position: relative;
}
.bannerazo h2{
	color:#fff !important;
}
.box{
	    width: 92%;
    float: left;
    padding: 20px 4%;
	    margin-bottom: 20px;

}


#post{
	width:100%;
	float:left;
}



#footere{
	    width: 80%;
    padding: 0 10%;
    float: left;
    position: absolute;
	bottom:0;
}

#footer{
	    width: 80%;
    padding: 0 10%;
    float: left;
    position: relative;
}


.copyright{
	float:left;
	position:relative;
}

.copyright a{
	color:#fff;
	margin:20px;
	float:left;
	font-weight: bold;
    text-decoration: none;
	
}


.etiqueta a{
	float:left;
	padding:10px;
	text-decoration:none;
	font-size:12px;
	color:#fff;
}

.etiquetas{
	width: 80%;
    padding: 10px 10%;
    background: #222;
    float: left;
	position:relative;
}

.imagen-adsense{
	width:100%;
}

.imagen-adsense img{
	width:100%;
	max-width: 250px;
	 transition: max-width 0.5s; /* BYO prefixes */
}

@media only screen and (max-width: 1420px) {
.imagen-adsense img{
	max-width: 220px;
}
}
@media only screen and (max-width: 1230px) {
.imagen-adsense img{
	/*top:180px;*/
}
}
@media only screen and (max-width: 1000px) {
.imagen-adsense img{
	max-width: 160px;
}
}

.imagen-pagos{
	margin-top:10px;
	float:left;
	display: block;
}

.imagen-pagos img{
	width:100%;
    max-width: 250px;
}

.imagen-afiliados{
	margin-top:10px;
	float:left;
	display: block;
}

.imagen-afiliados img{
	width:100%;
    max-width: 250px;
}



.p404{
    font-size: 200px;
    font-weight: 900;
    float: left;
    display: block;
    width: 100%;
    text-align: center;
}

.sr{
    font-size: 30px;
    font-weight: 900;
    float: left;
    display: block;
    width: 100%;
    text-align: center;
	    margin-bottom: 20px;
}
.imagesr{
    width: 100%;
    max-width: 500px;
    display: block;
    position: relative;
    margin: auto;
    text-align: center;
}
.participacion{

	float:left;
	margin:20px 0;
	color:#fff;
	width:100%;
	font-size:10px !important;
}

.participacion a{

	color:#fff;
	text-decoration:none;
}

@media only screen and (max-width: 900px) {
#post{
	width:100%;
	float:left;
}
.containerbus {
    width: 100%;
    margin: 0;
    float: left;
    display: inline;
}
#lateral{
	width:96%;
	padding:30px 2%;
}	

.fixed-form{
	display:none;
}


h1{
	font-size:20px;
	
}

#logo a{
	font-size:20px;
}

#logo p{
	font-size:12px;
	
}

.p404{
    font-size: 80px;
}
	
}



/*Reglas del menu*/

.topnav {
  overflow: hidden;
  background-color: #333;
  padding: 0 10%;
  width:80%;
}




.grisaceo{
	width:60%;
	padding: 70px 20%;
	float:left;
	background:#fe9201;
	/*top:180px;*/
	position:relative;
}

.funcionamiento{
	width:60%;
	padding: 70px 20%;
	float:left;
	background:#fff;
	/*top:180px;*/
	position:relative;
}

.videovida{
	width:50%;
	float:left;
	    margin: 30px 0;
}

.videovida img {
    width: 80%;
    padding: 0 10%;
}

.imgfunc{
	width:50%;
	float:left;
	    margin: 30px 0;
}
.imgfunc img {
    width: 80%;
    padding: 0 10%;
}
.textovida{
	width:50%;
	float:left;
	color:#fff;
	    font-size: 18px;
    line-height: 30px;
}
.textofun{
	width:50%;
	float:left;
	color:#333;
	    font-size: 18px;
    line-height: 30px;
}
}



@media screen and (max-width: 900px) {
	.videovida{
	width:100%;
	float:left;
	    margin: 1em 0;
}
.textovida{
	width:100%;
	float:left;
	color:#fff;
}
.textofun{
	width:100%;
	float:left;
	color:#333;
}
.imgfunc{
	width:100%;
	float:left;
	    margin: 1em 0;
}
}

#logo a img {
    max-width: 350px;
	width:100%;
}

#logor a img { 
    max-width: 420px;
	width:100%;
}

.lupa{
		text-decoration:none;
		float:left;
		width:20%;
		background: #222;

	    margin: 10px 0;
	}
	.lupa:hover{
		text-decoration:none;
		background:#111;
	}
	
	
	@media only screen and (max-width: 1120px) {
		.buscabusca input{
		
		width:70%;
	}
	.lupa{
		width:20%;
	}
		
		
		
	} 
	
	
	
	.svg {
    height: 24px !important;
    width: 24px !important;
}

.boton{
	    background-color: #fe9201 !important;
    border: 1px solid #fe9201 !important;
}

.infoenlaces {
    float: left;
    width: 100%;
    display: block;
	    text-align: center;
    margin-top: 40px;
    font-size: 14px;
    
}

.infoenlaces  a{
	text-decoration: none;
	color:#70757a; 
	background:#f8f9fa;
	padding:10px 20px;
	border-radius:4px;
	margin:5px;
}

.infoenlaces  a:hover{

	color:#fe9201; 
	
}


@media only screen and (max-width: 600px) {
	
	
#logor {
    padding: 0 30px;
}






}