body {
	font-family: sans-serif;
	margin: 0px;
	background : #C9BD8B;
}

#contenedor {
	width: 750px;
	height: 500px;
	border: 0px solid #666633;
	background : #C9BD8B;
}

h3 {
	font-size: 14px;
	font-weight: normal;
	margin-right: 185px;
	margin-left: 15px;
}

#contenedor p {
	font-size: 12px;
	margin-left: 15px;
}

#contenedor h1 {
	color: #FF0000;
	text-align: center;
	font: bolder 26px/26px futura;
}

#contenedor h2 {
	color: #000000;
	font-size: 14px;
	text-align: center;
	font-family: futura;
	font-weight: bold;
}

#izquierda {
	width: 250px;
	height: 500px;
	background-repeat:;
 no-repeat;
	float: left;
	position: relative;
}

#top {
	background-repeat: no-repeat;
	width: 500px;
	height: 75px;
	position: relative;
	float: left;
}

#menu {
	width: 500px;
	height: 30px;
	margin:0;
	padding:0;
	position: relative;
	float: left;
	background-repeat: no-repeat;
	background-image: url(images/menu.gif);
}

#menu .option .alt {
	display: none;
}

#menu .option {
	padding-left: 10px;
	padding-top: 5px;
}

#menu .option a {
	float: left;
	margin: 0 10px 10px 0;
	padding:0;
	border: none;
	background-position: left top;
	background-repeat: no-repeat;
	text-align: center;
}

#menu .option a:visited {
	border: none;
}

#menu .option a:hover {
	border: none;
}

#menu .option a {
	height: 12px;
	margin-right: 27px;
}

#menu .option a#opcion1 {
	width: 32px;
}

#menu .option a#opcion2 {
	width: 73px;
}

#menu .option a#opcion3 {
	width: 139px;
}

#menu .option a#opcion4 {
	width: 138px;
}

#menu a:hover, #menu a.selected {
	background-position: 0 -13px;
}

#opcion1 {
	background-image: url(images/home.gif);
}

#opcion2 {
	background-image: url(images/coleccion.gif);
}

#opcion3 {
	background-image: url(images/calendario.gif);
}

#opcion4 {
	background-image: url(images/preguntas.gif);
}

#contenido {
	position: relative;
	float: left;
	width: 490px;
	height: 360px;
	background : #C9BD8B;
}

#scroller {
	margin-left: 15px;
	width: 264px;
	height: 227px;
	background-image: url(images/scroller.gif);
	background-repeat: no-repeat;
	overflow: auto;
	border: 1px solid #FFFFFF;
	background-color: #D9D1AE;
	padding-top: 5px;
}

#calendario {
	width: 363px;
	background-color: #E9AB45;
	border: 1px solid #FFFFFF;
	margin-left: 110px;
	position: absolute;
	bottom: 38px;
	right: 20px;
}

#next {
	position: absolute;
	right: 10px;
	bottom: 5px;
}

#next2 {
	position: absolute;
	right: 10px;
	bottom: -18px;
}

#nota {
	color: #000000;
	font-size: 10px;
	font-weight: bold;
	bottom: 10px;
	right: 100px;
	position: absolute;
}

#pageflip {
	margin-left: 50px;
	padding-top: 5px;
	padding-left: 10px;
}

i {
	color: #1FA98F;
	font-weight: bold;
	font-size: 14px;
}

#footer {
	position: relative;
	float: left;
	width: 500px;
	height: 30px;
	background : #C9BD8B 250px;
	background-repeat: no-repeat;
	background-image: url(images/footer.jpg);
}

.par {
	
}

.par:hover {
	background-color: #1FA98F;
	cursor: pointer;
}

.impar {
	background-color: #C68D2D;
}

.impar:hover {
	background-color: #1FA98F;
	cursor: pointer;
}

.entrega {
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	padding-left: 5px;
}

.entrega2 {
	color: #CC0000;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	padding-left: 5px;
}

.vol {
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}

.floatderecha {
	float: right;
}

.margincero {
	margin-right: 0px;
	margin-left: 0px;
}

.topmargin {
	margin-top: 5px;
	margin-left: 15px;
}

#contenido2 {
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 10px;
}

#contenido2 .pregunta {
	color: #FFFFFF;
	font-size: 17px;
	font-weight: bold;
	margin-bottom: -5px;
}

#contenido2 .respuesta {
	color: #000000;
	font-size: 12px;
}

#contenido2 ol {
	list-style-type: decimal;
	color: #FFFFFF;
}
