@import url('https://fonts.googleapis.com/css?family=Roboto');

html, body
{
	margin:0px;
	padding:0px;
	font-family: 'Roboto', sans-serif;
}

.contenido
{
	width: 100%;
	padding: 0px;
}

.contenido-centrado
{
	width: 80%;
	margin:0px auto;
	padding: 2em 0px;
}

.contenido-centrado p
{
	text-align:justify;
}

.contenido-centrado img
{
	width: 100%;
	padding: 1em 0px;
}