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

a{
	
	font-family: Arial, Tahoma, Times New Roman;
	font-size: 16px;
	color: blue;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 0.3px;
}

a:hover{
	font-family: Arial, Tahoma, Times New Roman;
	font-size: 16px;
	color: red;
	font-weight: bold;
	letter-spacing: 0.3px; 
	/* text-decoration: underline; */
	/* text-transform: uppercase; */
	/* background-color: rgb(255,0,0); */
	/* font-style: oblique; */
	/* text-shadow: 1px 1px #ff0000; */
}

a2{
	
	font-family: Arial, Tahoma, Times New Roman;
	font-size: 16px;
	color: darkblue; // #2F4F4F;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 0.3px;
}

a2:hover{
	font-family: Arial, Tahoma, Times New Roman;
	font-size: 16px;
	color: darkred;
	font-weight: bold;
	letter-spacing: 0.3px; 
	/* text-decoration: underline; */
	/* text-transform: uppercase; */
	/* background-color: rgb(255,0,0); */
	/* font-style: oblique; */
	/* text-shadow: 1px 1px #ff0000; */
}

h4{           /* Especial para títulos */
	
	text-align: center;
	font-family: Arial, Tahoma, Times New Roman;
	font-size: 18px;
	color: white;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 0.5px;
	background-color: darkgreen; 
}



