@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	background: #CEC1AA;
	text-align:justify;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #907A63;
}
.encabezado{
	height:100px;
	width:900px;
	margin:30px auto;
	margin-bottom:0;
	background:#DBD8C4;
	text-align:center;
	padding-top:50px;
}
.detalle{
	height:850px;
	width:900px;
	margin:0 auto;
	text-align:left;
	background:url(images/fondo-1.gif) right bottom no-repeat #DBD8C4;
	margin-bottom:0;
	padding:0;
}
.titulo1 {
	color:#907A63;
	font-size:22px;
	font-style:italic;
	font-weight:bold;
	}
.titulo2 {
	color: #01407E;
	font-size:32px;
	font-weight:bold;
	}
.titulo3 {
	color:#01407E;
	font-size:15px;
	font-weight:bold;
}
.titulo2Costo {
	color:#814521;
	font-size:22px;
	font-weight:bold;
	}
	
.content-book {
	width:100%;
	height:250px;
	border-top:#FFF solid 1px;
	border-bottom:#907A63 solid 1px;
	}
.resaltado {
	font-weight:bold;
	}
.imagen {
		border:0;
		}
		
.pie {
	height:80px;
	width:900px;
	margin:0 auto;
	margin-bottom:30px;
	background:#B2A084;
	text-align:center;
	padding-top:10px;
	color: #806747;
	border-top:#CEBF99 solid 1px;
	border-bottom:#A18C70 solid 1px;
	
}
.texto-peq{
	font-size:10px;
	}
.link-pie{
	color:#814521}
	
.detalle-venta{
	height:500px;
	width:900px;
	margin:0 auto;
	text-align:left;
	background:url(images/fondo-1.gif) right bottom no-repeat #DBD8C4;
	margin-bottom:0;
	padding:0;
}
.detalle-ojos{
	height:500px;
	width:900px;
	margin:0 auto;
	text-align:left;
	background:#DBD8C4;
	margin-bottom:0;
	padding:0;
}
.tachado{color:#F00; font-weight:bold; text-decoration:line-through;
}
.resaltado{
	font-weight:bold;
	color:#600}
	.grande{
		font-size:24px; font-weight:bold; font-family:"Courier New", Courier, monospace}
