/* ########################## PAGINA PRINCIPAL ##################################### */
body {
	background : url(../imagenes/fdo_degradado.jpg) repeat-x;
}
.bordes{
	border-bottom    : #FF0000 1px solid;
	border-left      : #FF0000 1px solid;
	border-right     : #FF0000 1px solid;
	border-top       : #FF0000 1px solid;
}
.titulo{
	color			 : #000000;
	text-align		 : center;
	font-weight		 : bold;
	font-family		 : Geneva, Arial, Helvetica, sans-serif;
	font-size		 : 35px;
	margin-top:20px;
}
.col_menu{
	border-bottom    : #000000 1px solid;
	border-right     : #000000 1px solid;
}
.menu{
	background-color : #ffdbdb; /*#f7cdcd;  /* #dccece; */
	border-top		 : #000000 1px solid;
	font-weight		 : bold;
	cursor			 : pointer;
	padding-left	 : 8px;
	color			 : #000000;
}
.menu_over{
	background-color : #ffa1a1; /*#f7cdcd;  /* #dccece; */
	border-top		 : #000000 1px solid;
	font-weight		 : bold;
	cursor			 : pointer;
	padding-left	 : 8px;
	color			 : #000000;
}
.submenu{
	background-color : #ffefef;
	cursor			 : pointer;
}
.submenu_over{
	background-color : #ffa1a1;
	cursor			 : pointer;
}
.aviso{
	background-color:#FFFFFF;
	border:2px solid #FF0000;
	clear:both;
	float:left;
	height:30em;
	left:20em;
	position:absolute;
	top:15em;
	width:40em;
	z-index:99999;
}
.aviso .titulo{
	float:left;
	clear:both;
	width:99%;
	color:#FF0000;
	font-size:30px;
	font-weight:bold;
	text-align:center;
	margin-top:30px;
}
.aviso .texto{
	float:left;
	clear:both;
	width:99%;
	color:#000000;
	font-size:20px;
	font-weight:bold;
	text-align:center;
	margin-top:30px;
	margin-bottom:30px;
}
.aviso .boton{
	float:left;
	clear:both;
	position:relative;
	left:22em;
	color:#FFFFFF;
	background-color:#000000;
	border:0px;
}
#capa_opaca {
	background-color:#000000;
	clear:both;
	display:block;
	float:left;
	height:100em;
	left:0px;
	position:absolute;
	top:0px;
	width:100em;
	z-index:1000 !important;
	opacity:0.6;
	filter:alpha(opacity=60);
}

/* ################################################################################# */