.pavisosnoticias {
	max-width: 1100px;
	margin: auto;
	padding: 30px 10px;
	overflow: hidden;
	font-family: opensans-regular;
}

.pavisosnoticias .bloque1 {
	float: left;
	width: 47%;
	overflow: hidden;
}

.pavisosnoticias .bloque2 {
	float: right;
	width: 47%;
	overflow: hidden;
}

.pavisosnoticias .titulo {
	margin-bottom: 10px;
	font-size: 20px;
	float: left;
	padding: 5px 20px 5px 50px;
	border-radius: 10px;
	color: #fff;
	font-family: opensans-light;
}

.pavisosnoticias .bloque1 .titulo {
	background: url(../img/alertas.png) no-repeat 5px center #32b0ee;
}

.pavisosnoticias .bloque2 .titulo {
	background: url(../img/avisos.png) no-repeat 0px center #32b0ee;
}

.pavisosnoticias .articulo,
.pavisosnoticias .noarticulo {
	margin: 5px 0 0 25px;
}


.pavisosnoticias .bloque1 a,
.pavisosnoticias .bloque2 a {
	font-size: 13px;
}

.pavisosnoticias .articulo a {
	color: #888888;
}

.pavisosnoticias .articulo a:hover {
	text-decoration: underline;
}

.pavisosnoticias .boton {
	text-align: center;
	margin-top: 15px;
	margin-left: 12px;
	float: left;
}

@media (max-width: 650px) {
	.pavisosnoticias .bloque1,
	.pavisosnoticias .bloque2 {
		float: none;
		margin: 20px 0;
		width: 100%;
	}
}