/* Inicio CSS Reset */
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, 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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* Fin de CSS Reset */

body {
	background-color: #00588d;
}
 .contenedor {
	background:url(../images/bg_page.jpg) no-repeat;
	width:950px;
	height:500px;
	margin: 0 auto;
}

h1, p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
}

h1 {
	color:#e7f500;
	text-decoration: none;
	text-shadow: 0.1em 0.1em #666666;
	font-weight: bold;
}

.contenido {
	margin-left: 35px;
	
}
.caja {
	width:220px;
	height:475px;
	float: left;
	background-image: url(../images/caja.png); background-repeat:no-repeat;
	background-repeat: no-repeat;
	background-position: bottom;
}

.btsiguiente a {
	background:url(../images/sprite_bt.jpg) no-repeat;
	height:27px;
	width:106px;
	margin: 22px 0 0 20px;
	display:block;
	margin-bottom:40px;
}
.btsiguiente a:hover {
	background-position:0 -27px;
}
.btvolver a {
	background:url(../images/sprite_volver.jpg) no-repeat;
	height:27px;
	width:106px;
	margin: 22px 0 0 20px;
	display:block;
	margin-bottom:40px;
}
.btvolver a:hover {
	background-position:0 -27px;
}

.dibujo {
	width:220px;
	height:233px;
}
.dibujo2 {
	width:220px;
	height:233px;
	margin-top:89px;
}

.texto {
	width:155px;
	height:120px;
	margin: 20px 0 10px 32px;
}
