@charset "utf-8";
/* CSS Document
   Exercise 2 - Scrolling Image Viewer
   Developed by Julio Del Valle
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}


body{
	background: #FFFFFF;
}

.wrapper{
	width:688px;
	margin: 0px auto;
}

/* --- logo --- */
.logo{
	margin-top: 45px;
	margin-bottom: 15px;
	text-align:center;
}

.imagen_principal{
	float: left;
	width: 598px;
	text-align: center;
}

.flecha{
	float: left;
	width: 44px;
	padding-top: 240px;
	cursor: pointer;
}

.btn{
	width:44px;
	float: left;
	cursor: pointer;
}

.btn_der{
	width:44px;
	float: right;
	cursor: pointer;
}

.footer{
	margin-top: 30px;
	text-align: center;
}
.clear_both{
	clear: both;
}