/* HOJA DE ESTILOS CSS:  ================== WEB: TORREVIEJA ============================================== */
	
/* ESTILOS CABECERA / INDEX ============================================================================== */

              /* Estilo TITULOS ........................................................... */
div.enlaces		{font-size: 13px; color: #000000}

				/* Estilos menu horizontal ................................................................. */
.diviset 		{color: #FF0000; font-size: 9pt; margin-left: 4; margin-right: 4}				
.diviseb 		{color: #0000FF; font-size: 9pt; margin-left: 4; margin-right: 4}
		
				/* Estilos enlaces ......................................................................... */
a:link			{text-decoration: none; color: #0000FF}
a:hover			{text-transform: uppercase; text-decoration: underline; color: red; font-style:italic}
a:active		{text-transform: uppercase; text-decoration: underline; color: red	}
a:visited		{text-decoration: none;color: #800080	}

				
				
				