article.contenidosCompleto{
	max-width: 960px;
	overflow: auto;
	margin-left: auto;
	margin-right: auto;
}
.wrapper{
	width:100%;
    clear: both;
    position: absolute;
    top: 0;
	margin-left: auto;
	margin-right: auto;
}
.wrapper > section{
	width: 100%;
	display: block;
	overflow: auto;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.imagenPrincipal{
	display: block;
	width: 754px;
	height: 390px;
	margin-top: 15%;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	padding-bottom: 20px;
}
.imagenPrincipal img{
	width: 100%;
}
a{
	display: block;
	font-family: 'ralewaylight',helvetica,arial,sans-serif;
	color: #ffffff;
	//color: #dd363d;
	font-size: 24px;
	padding-top: 30px;
	text-align: center;
	padding-bottom: 10px;
}


/* ==========================================================================
/* -- Tablet Devices (Layout, Modifications, etc)
   ========================================================================== */
@media only screen and (min-width: 480px) and (max-width: 800px) {
.imagenPrincipal{
	display: block;
	width: 55%;
	height: auto;
}
a{	
	padding-top: 0;
	font-size: 20px;
}
}
/* End Tablet Media Query */

/* End Tablet Media Query */
/* ==========================================================================
/* -- Mobile Devices (Layout, Modifications, etc)
   ========================================================================== */
@media only screen and (max-width: 480px) {
.imagenPrincipal{
	display: block;
	width: 70%;
	height: auto;
}

a{	
	padding-top: 0;
	font-size: 17px;
}

}
/* End Mobile Media Query */