/** / 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, textarea	{ font-family: Verdana, Arial, Helvetica; font-size: 12px }

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

h1           	{ font-family: 'Times New Roman', Times; color: #000080 }
h2				{ font-family: Times New Roman, Times; 	color: rgb(204,153,0) }
h3				{ font-family: 'Times New Roman', Times; color: rgb(0,102,153); margin-top: 0; 
                margin-bottom: 0 }
h4				{ font-family: Times New Roman, Times; color: rgb(153,153,0) }
h5				{ font-family: Times New Roman, Times; color: rgb(255,153,0) }
h6				{ font-family: Times New Roman, Times; color: rgb(51,102,204) }

body         {
	background-color: #FFCC99;
	margin-left: 4px;
	margin-right: 4px;
	background-attachment: fixed;
	background-image: url(/images/bgnaranjadegrad.jpg);
}


/** / Clases y seudoclases propios para toda la web
** /
**/

/* / Usos Generales
**/
.Cita        		{ font-family: 'Book Antiqua', 'Times New Roman',Times; font-size: 14px; 
               	  font-style: italic }
.Caligrafica		{ font-size: 18px; font-family: Garamond, 'Times New Roman', Serif; 
					  font-style: italic }
.BotonNormal 		{ font-family: Tahoma, Verdana, Helvetica; font-size: 12px; font-weight: bold }
.txtDescripcionClaro 
					{ font-family: Tahoma, Verdana, Helvetica; font-size: 12px; font-weight: bold; 
					  color: #FFFFCC; text-align: Justify; margin-left: 5px; 
					  margin-right: 5px; margin-top: 2px; margin-bottom: 2px }
.Minima			{ font-family: 'Arial Narrow'; font-size: 8pt }

/* / Para paginas de "enlaces preferidos"
**/
.LinkLink    { font-family: Arial Narrow; font-size: 8pt; text-align: right; text-indent: 0; 
               margin: 0 }
.LinkNombre  { font-family: Arial; font-size: 14px; font-weight: bold; text-indent: 0; 
               text-align: center; margin: 0; text-decoration: none }
.LinkNombre:link { color: #008080 }
.LinkNombre:visited { color: #800080 }
.LinkNombre:hover { color: #FF9900; text-decoration: underline }
.LinkNombre:active { color: #00FF00 }

/* / Menús de cabecera de página (claros para fondo azul oscuro)
**/
.MenuCab     		{ font-family: Tahoma, Verdana, Helvetica; font-size: 10px; color: #CCCCCC; 
	                text-align: center; text-indent: 0; font-weight: bold; margin: 0 }
.MenuCab:link 	{ color: #E0E0E0 }
.MenuCab:visited { color: #E0E0E0 }
.MenuCab:hover	{ color: #00FFFF }
.MenuCab:active 	{ color: white   }

/* / Menús verticales, como los índices mostrados en un marco izquierdo y que dan acceso
 *    a todos los documentos de una zona.
 *   Se usa el color negro para superponerlo con fondos más bien claros
*/
.MenuVer			{ font-family: Arial, 'Sans Serif'; font-size: 12px; color: #000000 }
.MenuVer:link		{ text-decoration: none; color: #000000 }
.MenuVer:visited	{ text-decoration: none; color: #000000 }
.MenuVer:hover	{ text-decoration: underline; font-weight: bold }
.MenuVer:active	{ color: #FF0000 }

.MenuVerSeccion	{ font-family: Arial; font-size: 14px; font-weight: bold; text-align: center; 
					  background-color: #FFFFFF; margin-top: 0; margin-bottom: 0 }
