/* General Demo Style */
body{
	font-family: Cambria, Palatino, "Palatino Linotype", "Palatino LT STD", Georgia, serif;
	background:none repeat scroll 0 0 white;
	font-weight: 400;
	font-size: 15px;
	color: #593741;
	overflow-y: scroll;
}
.container{
	width: 100%;
	position: relative;
	text-align: center;
}


.cabecera{
	padding: 20px 15% 10px 5%;	
	background-color: white;
	position: fixed;
	top: 0;
	left: 0;
}
.cabecera img{
	max-width: 100%;
}