body{
	font-family: 'Lato', sans-serif;
}
header{
	text-align: center;
	text-transform: uppercase;
	font-size:24px;
	font-weight:100;
	background-color:#C5CAE9;
	color:#283593;
	padding:1em 0em;
}
.row{
	margin:0em;
}
.columna1 {
    background-color: #ddd;
    color: #5182c1;
    padding: 1em;
    text-align: center;
}
.columna1 img{
	width:100%;
	height:auto;
}
.columna2{
	background: rgba(252,234,187,1);
	background: -moz-linear-gradient(-45deg, rgba(252,234,187,1) 0%, rgba(252,205,77,1) 50%, rgba(248,181,0,1) 51%, rgba(251,223,147,1) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(252,234,187,1)), color-stop(50%, rgba(252,205,77,1)), color-stop(51%, rgba(248,181,0,1)), color-stop(100%, rgba(251,223,147,1)));
	background: -webkit-linear-gradient(-45deg, rgba(252,234,187,1) 0%, rgba(252,205,77,1) 50%, rgba(248,181,0,1) 51%, rgba(251,223,147,1) 100%);
	background: -o-linear-gradient(-45deg, rgba(252,234,187,1) 0%, rgba(252,205,77,1) 50%, rgba(248,181,0,1) 51%, rgba(251,223,147,1) 100%);
	background: -ms-linear-gradient(-45deg, rgba(252,234,187,1) 0%, rgba(252,205,77,1) 50%, rgba(248,181,0,1) 51%, rgba(251,223,147,1) 100%);
	background: linear-gradient(135deg, rgba(252,234,187,1) 0%, rgba(252,205,77,1) 50%, rgba(248,181,0,1) 51%, rgba(251,223,147,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fceabb', endColorstr='#fbdf93', GradientType=1 );
	color:#c9991e;
	font-weight:bold;
	padding: 1em;
    text-align: center;
}
.columna3{
	background-color:#ddd;
	border-radius:5em 5em 0em 0em;
	padding: 1em;
    text-align: center;
}
.columna4{
	border:2px solid #f8b603;
	padding: 1em;
    text-align: right;
}