/* -------------------------------------------------------------------------------------------- */
/* Estilos GENERALES                                                                            */
/* -------------------------------------------------------------------------------------------- */

a					{	
                        text-decoration: none 
                    }

a:link              {
	                    color:black;	 
                    }

a:visited           {
	                    color:black;	                    
                    }

a:active            {
	                    color:black;	                    
                    }

a:hover             {
	                    color: black;	                    
                    }

/* -------------------------------------------------------------------------------------------- */
/* Estilo para el menu de Estrella                                                              */
/* -------------------------------------------------------------------------------------------- */

.caption			{	
                        position: absolute; visibility: hidden; font-family: "Century Gothic"; color: black; 
						font-size: 10px; text-align: Center; cursor: default; z-index: 1 
					}

.dot				{	position: absolute; width: 70; height: 70; visibility: hidden; 
						background-color: none; font-size: 1px; cursor: pointer; 				
						cursor: hand; z-index: 102;
					}

.dotoff				{	position: absolute; width: 70; height: 70; visibility: hidden; 
						background-color: none; font-size: 1px; cursor:default; z-index: 102;
					}

.dotempty			{	position: absolute; width: 70; height: 70; visibility: hidden; 
						background-color: none; font-size: 1px; cursor: pointer; 
						cursor: hand; z-index: 102; 
						}

