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


.fondo{
    filter: blur(8px);
    -webkit-filter: blur(10px);
    z-index: -100;
    background-size: cover;
    float: left;
    width: 100%;
    height: 600px;
    top: 100px;
    position: absolute;
    display: block;
}
#logo{
	text-align:center;
	margin:30px 0;
}

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

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

#menu{
background:#fff;
float:left;
width: 100%;	
height: 150px;
    position: fixed;
    z-index: 999;
}

.container{
    width: 80%;
    margin: 0 auto;
    background: #fff;
    display: flex;
    max-width: 1250px;
    padding-top: 174px;

}

.box{
	width:100%;
	float:left;
	padding:30px 4%;
}


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

#lateral{
	width:25%;
	float:left;
	padding:30px 2%;
    z-index: 900;
}

 /* Lateral Fixed */
.absolute-form{
	position:relative;
}
.fixed-form{
	position:fixed !important;

}



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

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

.copyright a{
	color:#fff;
	margin:20px;
	float:left;
	
}


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

.etiquetas{
	width: 100%;
    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{
	max-width: 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;
}

.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;
}

#lateral{
	width:100%;
	padding:30px 2%;
}	

.fixed-form{
	display:none;
}

.container {
    width: 100%;
    margin: 0;
	float:left;
	    display: inline;
}

h1{
	font-size:20px;
}

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

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

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

.img100, .img100 img{
	width:100%;
}


