.contenedor_documentos{
	width: 100%;
	display: block;
}

.vista_documentos{
	width: 100%;
	margin: 0px 0px 0px 0px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding-bottom: 10px;

}

.vista_documentos .targeta_documentos .titulo_documentos{
	width: 100%;
}

.vista_documentos .targeta_documentos .titulo_documentos p{
	font-size: 20px;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;

	color: rgba(0,0,0,0.8);
	background: #FFF;
}


.vista_documentos .targeta_documentos{
	border: 4px #FFF solid;
	box-shadow: 0 0 2px #000;
	margin: 10px;
}

.vista_documentos .targeta_documentos .img_documento{
	width: 240px;
}

.vista_documentos .targeta_documentos .img_documento img{
	width: 100%;
}

.vista_documentos .targeta_documentos .enlace_descarga_documento{
	width: 100%;
	background: #2b77b5;
		-webkit-transition:all 500ms ease;
        -o-transition:all 500ms ease;
        transition:all 500ms ease;
}

.vista_documentos .targeta_documentos .enlace_descarga_documento:hover{
	background: red;
}

.vista_documentos .targeta_documentos .enlace_descarga_documento a{
	text-decoration: none;
	color: #FFF;
	margin: 10px;
}