@charset "utf-8";
/* CSS Document */

.luna {
	color:#e87d7d;
}


#menua {
	color: #feecec;
	font-weight:bold;
	background-color:#591c24;
}

#menub {
	color: #feecec;
	font-weight:bold;
	background-color:#591c24;
}

#coa {
	color: #feecec;
	background-color:#c25454;
	
	
	}

#cob {
	color: #c25454;
	background-color:#ffaeae;
	
	
	}

#contenedor1 {
	position:absolute;
	z-index:10;
	width:1020px;
}

#contendor0 {
	position:relative;
	width:1061px;
}


.selectholder{
   width:242px;
   overflow:0px;
   padding:4px;
   height:22px;
   display:block;
   background:url(luna.files/1.png);
   color:#FFF;
   font-family:Arial, Helvetica, sans-serif;
   font-weight:bold;
   font-size:13px;
}

.selectholder select{
   min-width:242px;
}