/***** Selectores estándar
*/
a:visited 	{ color: rgb(51,102,204) }
a:link			{ color: rgb(51,153,255) }
a:active		{ color: rgb(255,153,0) }
a:hover		{ color: #0000FF }

p, li			{ font-family: Verdana, Arial, Helvetica; font-size: 12px }

h1, h2, h3, h4, h5, h6	{ font-family: 'Times New Roman', Times; color: #000080 }
h1	{ font-size: 18pt; color: #000080 }
h2	{ font-size: 14pt; color: rgb(204,153,0) }
h3	{ font-size: 12pt; color: rgb(0,102,153) }
h4	{ font-size: 10pt; color: rgb(153,153,0) }
h5	{ font-size:  9pt; color: rgb(255,153,0) }
h6	{ font-size:  8pt; color: rgb(51,102,204) }

/***** Tipografía diversa y genérica
*/
.Minima      { font-family: Tahoma, 'Arial Narrow'; font-size: 10px; margin-top: 0; 
               margin-bottom: 0 }

/* Links principales, letra grande y gruesa
*/
.MenuGeneral { font-family: Tahoma, Verdana, Helvetica; font-size: 14px; font-weight: bold; 
               margin-top: 0; margin-bottom: 0 }
.MenuGeneral:link		{ color: #008000 }
.MenuGeneral:visited	{ color: #008000 }
.MenuGeneral:hover		{ color: #FFFFFF; text-decoration: underline }
.MenuGeneral:active		{ color: #FFFF00 }

/* Links pequeños, letra normal
*/
.EnlacePortada { font-family: Tahoma, 'sans serif'; text-decoration: none; 
               text-indent: 0; margin: 0 }
.EnlacePortada:link		{ color: #000000 }
.EnlacePortada:visited	{ color: #000000 }
.EnlacePortada:hover	{ color: #FFFFFF; background-color: #BDBD8D }
.EnlacePortada:active	{ color: #800000 }

/***** Casillas para noticias y textos breves
*/
.Breves      { font-family: Tahoma; color: #000000; 
				  text-decoration: none; font-weight: normal; font-size: 8pt;
				  margin-top: 0; margin-bottom: 0 }
.Breves em   { font-size: 120%; font-style: normal }
p.Breves     { text-align: justify; margin-left: 8pt; margin-right: 8pt }
h1.Breves    { font-size: 10pt; color: #FFFFFF; background-color: #B0B090; text-align: right; 
               font-weight: bold; border-left: 2pt solid #C0C0C0; 
               border-right: 2pt solid #808080; border-top: 2pt solid #C0C0C0; 
               border-bottom: 2pt solid #808080; margin-top: 8pt; margin-bottom: 0 }
h2.Breves    { font-family: 'Arial Narrow'; font-weight: normal; 
				  border-bottom: 1pt solid #C0C0C0 }
.Breves a				{ color: #008000; font-weight: bold }
.Breves:link			{ color: #008000 }
.Breves:visited		{ color: #008000 }
.Breves:hover			{ color: #FFFFFF; background-color: #C0C090 }
.Breves:active		{ color: rgb(255,153,0) }


