@charset "utf-8";
#cuerpo {
	width:100%;
	background-color: #87b4b6;
	height:auto;
}
#frases {
	width:100%;
	background-color: #6ea5a8;
	height:auto;
	display:block;
}
#frases_movil {
	display:none;
}
#blog {
	width:100%;
	background-color: #6ea5a8;
	height:auto;
	overflow:hidden;
}
.articulo {
	width:100%;
	max-width:28%;
	min-height:350px;
	float:left;
	margin:2.5% 2.5% 2.5% 2.5%;
	border-top:1px solid #dedede;
	border-bottom:1px solid #dedede;
	position:relative;
}	
#blog h4 {
	margin:1em 0 1em 0;
	text-align:center;
	font-size:1.4em;
	color:#FFF;
	width:100%;
}	
#blog p {
	text-align:justify;
	font-size:1.2em;
	color:#FFF;
	margin:0.2em 1em 0.2em 1em;
}
#blog a {
	font-size:1.2em;
	color:#dedede;
	padding:0.2em 0.2em 0.2em 0.2em;
	border:1px solid #dedede;
	float:right;
	margin: 1em 0.5em 1em 1em;
	text-decoration:none;
	position:absolute;
    bottom:5px;
    right:10px;
}	
#blog a:hover {
	opacity:0.7;
	text-decoration:underline;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation : landscape) { 
.articulo {
	min-height:520px;
}
}
@media screen and (max-width:800px) {
.articulo {
	overflow:hidden;
	width:95%;
	max-width:95%;
	min-height:380px;
	float:none;
	clear:left;
	display:block;
	margin:1em auto 1em auto;
}
#frases {
	display:none;
}
#frases_movil {
	width:100%;
	background-color: #6ea5a8;
	height:auto;
	display:block;
}
}