@charset "utf-8";
/* CSS Document */

/*body {
background: #E9E9E9;
}*/
#blog-landing {
margin-top: 81px;
position: relative;
max-width: 100%;
width: 100%;
}
img2 {
width: 100%;
max-width: 100%;
height: auto;
}
.white-panel {
position: absolute;
background: white;
box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
/*padding: 5px;*/
font-size:13px;

}
.contenidos {
	color:#666



}
.white-panel h1 {
font-size: 1.4em;

}
.white-panel h1 a {
color: #181A1C;
font-weight:bold;
}
.white-panel:hover {
box-shadow: 1px 1px 10px rgba(255,255,255,0.8);
margin-top: -5px;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}

