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

#contenedor {
	width: 750px;
	height: 500px;
	border: 0px solid #666633;
	background : #cccc99;
	margin-top: 30px;
}

#menu {
	width: 390px;
	height: 32px;
	position: relative;
	z-index: 4;
	top: 83px;
	left: 90px;
}

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

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

#menu .option a {
	float: left;
	margin: 0 15px 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: 16px;
	margin-right: 5px;
}

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

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

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

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

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

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

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

#contenido {
	/*position: absolute;*/
	/*float: left;*/
	width: 734px;
	height: 433px;
	z-index: 3;
}

#marco {
	z-index: 2;
	position: absolute;
}

#foto {
	width: 335px;
	z-index: 1;
	position: absolute;
	top: 191px;
	padding-left: 15px;
}


#calendario {
	z-index: 4;
	text-align: center;
	width: 286px;
	position: relative;
	top: 100px;
	left: 145px;
	height: 273px;
	overflow: auto;
	border: 1px solid #666666;
}

#calendario img {
	margin-bottom: 5px;
}

#calendario h1 {
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
}

.blanco {
	color: #FFFFFF;
	font-weight: 900;
	font-size: 9px;
	font-family: Verdana;
	text-align: center;
}

#hometit {
	width: 250px;
	position: relative;
	z-index: 4;
	top: 90px;
	left: 145px;
}

#hometit p {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.2em;
}

#hometit p.blanco2 {
	color: #EDF239;
	font-size: 12px;
	line-height: 1.2em;
	font-weight: bold;
}

#titulo h1 {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 18px;
	line-height: 1em;
	font-family: Verdana;
	padding: 5px 0px 5px 0px;
	text-align: center;
}

#calendario table {
	font-size: 10px;
	text-align: center;
	width: 273px;
}

.xl30 {
	text-align: left;
}

#footer {
	position: relative;
	width: 750px;
	height: 67px;
	background-repeat: no-repeat;
	background-image: url(images/footer.jpg);
	background-position: 20px;
}

#pregtit {
	width: 300px;
	position: relative;
	z-index: 4;
	top: 85px;
	left: 140px;
	text-align: left;
}

#contenido .pregunta {
	color: #EDF239;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: -15px;
}

#contenido .respuesta {
	color: #000000;
	font-size: 11px;
	margin-bottom: 0px;
}

#contenido ol {
	list-style-type: decimal;
	color: #EDF239;
}