body{
	margin: auto;
	background-repeat:no-repeat;
	
}

html{
	overflow-x:hidden;
}


.morado{
	background-color: #4c2b70;
}


#fondo{
	background-image: url(../imagenes/concurso_fondo.jpg);
	background-repeat: no-repeat;
	margin:auto;
	/*width:1152px;*/
	margin-top:0px;
	padding-top:0px;
}


#fondo_morado{
	background-image: url(../imagenes/concurso_fondo.jpg);
	background-repeat: no-repeat;
	margin:auto;
	/*width:1152px;*/
	margin-top:0px;
	padding-top:0px;
}



#cabecera{
	margin: auto;
	width: 1152px;
	height: 150px;
}

#principal{
	margin: auto;
	width: 960px;
	min-height: 750px;
	background-color:#FFFFFF;

}

