@charset "utf-8";
/* CSS Document */
body, html {
	background-color: #c7d5e1;
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
#texto {
	float: left;
	padding: 20px;
	margin-bottom: 200px;
}
h1 {
	color: #FF1A00;
	text-shadow: 0 0px 15px #000000;
}
#chuck01 {
    width:20%;
	padding: 15px;
    max-width:480px;
}
#chuck02 {
    width:20%;
	padding: 15px;
    max-width:480px;
}
#galeria {
	height: 35%;
	float: left;
	background-color: #ABC;
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	clear: both;
	overflow: scroll
}
.vertical {
	height:	88%;
}
    