/* BLOGS */

#blog_titulo{
	float:left;
	width:100%;
	color: #003b5d;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	margin: 10px 0px;
	padding-bottom: 5px;
}

#blog_intro{
	float:left;
	width:100%;
	text-align: justify;
}

#blog_leer_mas{
	float: right;
	width: 120px;
	color: #fff;
	height: 35px;
	line-height: 35px;
	text-align: center;
	margin-bottom: 40px;
	background-color: #003b5d;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#blog_leer_mas a{
	color:#fff;
	text-decoration: none;
}

#blog_leer_mas:hover {
	background-color: #ffc700;
}

#blog_leer_mas:hover a {
	color: #003b5d;
}

/* para versión full ancho
.blog_elemento {
	position: relative;
	width: 700px;
	margin: auto;
}
*/

.blog_elemento {
    position: relative;
    width: 98%;
    margin: 0 auto;
}

.blog_elemento table, .blog_elemento img {
	max-width: 100% !important;
	margin: 0 auto;
	height: auto;
}

.blog_foto_unidad {
	max-width: 190px;
	min-width: 190px;
	display: inline-block;
	margin: 0 2px;
}

.blog_foto_foto {
	max-height: 142px;
	min-height: 142px;
}

#blog_paginacion{
	width: 100%;
	float: left;
	text-align: center;
	margin-bottom: 10px;
}

#blog_numpagina_activa{
	margin-left: 20px;
	border: 1px solid #047235;
	background-color: #959595;
	padding: 2px;
	width: 20px;
	height: 26px;
	display: inline-block;
}
#blog_numpagina_activa a{
	color: white !important;
}

.blog_numpagina{
	margin-left: 20px;
	display: inline-block;
	color: #74003b5dc;
}

.blog_numpagina a{
	color: #000;
	text-decoration: none;
}

#blog_texto {
	text-align: justify;
}

@media all and (max-width: 990px) {
	#blog_texto, #blog_texto img {
		width: 100%;
		height: auto;
	}
	
	.blog_elemento {
		width: 100%;
		max-width: 700px;
	}
}