
	body {
		margin: 0;
		padding: 50px 0 0 0;
		/*background: #624f33;*/
		
		
background: rgb(128,47,4);
background: -moz-linear-gradient(45deg, rgb(128,47,4) 0%, rgb(242,185,12) 92%, rgb(242,185,12) 100%);
background: -webkit-gradient(left bottom, right top, color-stop(0%, rgb(128,47,4)), color-stop(92%, rgb(242,185,12)), color-stop(100%, rgb(242,185,12)));
background: -webkit-linear-gradient(45deg, rgb(128,47,4) 0%, rgb(242,185,12) 92%, rgb(242,185,12) 100%);
background: -o-linear-gradient(45deg, rgb(128,47,4) 0%, rgb(242,185,12) 92%, rgb(242,185,12) 100%);
background: -ms-linear-gradient(45deg, rgb(128,47,4) 0%, rgb(242,185,12) 92%, rgb(242,185,12) 100%);
background: linear-gradient(45deg, rgb(128,47,4) 0%, rgb(242,185,12) 92%, rgb(242,185,12) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#802f04', endColorstr='#f2b90c', GradientType=1 );


		color: #f8e8d7;
	}
	.bg-dark {
		background-color: #361705  !important;
	}
	.marketing {
		background: #4e2518;
		padding-top: 50px;
		max-width: 1140px;
	}
	.destacados-portada-2 {
		background: #a27f42;
		max-width: 1000px;
		margin-left: 50px;
		margin-right: 50px;
		position: relative;
		top: -20px;
	}
	.widget a:link {
		color: #f8e8d7;
		text-decoration: none;
		background-color: transparent;
		-webkit-text-decoration-skip: objects;
	}
	
	.widget a:hover {
	  color:#999999;
	  text-decoration: underline;
	}
	.portada1 {
		padding-left: 120px;
		padding-right: 40px;
		background: #d1671b;
		padding-top: 15px;
	}
	.portada2 {
		padding-left: 40px;
		padding-right: 120px;
		background: #d1863d;
		padding-top: 15px;
	}
	.marketing {
		background: #4e2518;
		padding-top: 50px;
		max-width: 1140px;
		padding-bottom: 20px;
	}
	.portada {
		margin-bottom: 40px;
		font-size: 18px;
	}