/* ESTILOS GENERALES */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
a { 
	color: #990033; 
	}	
img {
	border: 0;
	}
table { 
	margin: 0; 
	padding:0;
	border: 0 solid; 
	}	
	
/* ESTILOS PARA MENU "menu.htm" */

body#menu { 
	margin: 0px; 
	padding: 0px; 
	font-size: 11px;
	border: 1px solid #F5F5F5;
	}
#divFoldContenido { 
	position: absolute; 
	top: 120px; 
	left: 0px;
	border: 1px solid #F5F5F5;
	visibility: hidden;
	}

.clFoldLinks, .clSubLinks, .clSubLinks2 { 
	text-decoration: none; 
	color:  #F5F5F5;
	font-size: 11px;
	font-family:arial;
	}

.sobreTitMenu { 

	height:18px;
	color: #ffffff; 
	font-size: 11px;
	border-bottom: 1px solid #F5F5F5;
	border-right: 1px solid #F5F5F5;
	border-left: 1px solid #F5F5F5;
	width: 180px; 
	}
.menuSuperior { 

	height:18px;
	font-size: 11px;
	border-right: 1px solid #F5F5F5;
    text-align:center;

}
.linkSuperior{
	text-decoration: none; 
	color:  #F5F5F5;
	font-size: 11px;
	font-family:impact;
	
}
.menu { 
	width: 180px;
	margin: 0px; 
	padding: 0px; 
	font-size: 11px;
	}

.titMenu { 
	height: 20px; 
	text-align: center; 
	background-color: black; 
	color: #ffffff; 
	font-size: 11px;
	border: 1px solid #F5F5F5;
	width: 180px;
	font-family:impact;
	}
.literal1 { 
	float: left; 
	padding-top: 2px; 
	width: 150px; 
	cursor: hand; 
	}
.literal2 { 
	float: left; 
	padding-top: 2px; 
	width: 143px; 
	cursor: hand; 
	}

/* ESTILOS PARA CABECERA "cabecera.htm" */

table#cabecera { 
	height: 110px; 
	width: 100%; 
	background: url(../img/casinacos.jpg);
	background-color: black;
	margin: 0px; 
	padding: 0;
	}     

table#cabecera .titCabecera { 
	width: 100%; 
	font-size: 18px; 
	font-weight: bold; 
	color:orange;
	padding: 7px 0 0 0;
	}

/* ESTILOS PARA CONTENIDOS */
body#cont { 
	margin: 0px;
	background-color: black;
 
	}
table.contenido { 
	margin: 0px; 
	width: 591;
	background-color: green;
}
.comun {
	font-size: 12px; 
	color: #F5F5F5;
	padding-left: 10px;
	font-family:verdana;
	}
.h1 {
	
	text-decoration: none; 
	color:#ffffff;
	font-size: 11px;
	font-family:arial;
	}
}