a:link {
   text-decoration: none;
   font-weight: bold;
   color: #FFFFFF
}

a:Visited {
   text-decoration: none;
   font-weight: bold;
   color: #FAFAFA
}

a:hover {
   text-decoration: underline;
   font-weight: bold;
   color: #00FFFF
}

h1{
   margin-bottom: 4px;
   margin-top: 2px;
   color: #FFFFFF;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 16px
}

h2{
   margin-bottom: 4px;
   margin-top: 2px;
	color: #FF3333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px
}

h3{
   margin-bottom: 4px;
   margin-top: 2px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px
}

h4{
   margin-bottom: 4px;
   margin-top: 2px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px
}



h5, h6{
   margin-bottom: 4px;
   margin-top: 2px;
	color: #D0AA00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px
}


p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF
}

th{
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   color: #FFFFFF;
   background-color : #F0F0F6;
   text-weight: bold;
   border-color: #888888;
   border-style: solid;
   padding: 1px 1px 1px 1px;
   border-width: 1px;
   margin-bottom: 1px;
   margin-left: 1px;
   margin-right: 1px;
   margin-top: 1px
}

td{
	font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
	color: #FFFFFF;
}

blockquote{
   text-align: justify;
}

ul{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
   padding-left: 6px;
   margin-left: 12px;
   list-style-type: square;
}

ol{
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
	color: #FFEEAA;
   padding-left: 6px;
   margin-left: 12px;
   list-style-type: square;
}

li{
   margin-bottom: 0px;
   margin-top: 2px;
   list-style-type: square
}

hr{
	color: #AAAAAA;
	height: 1;
	line-height: 1px;
}

em{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #FF3333;
}


.borde {
   border-style: solid;
   border-width: 1px;
   border-color: #A0A0A0
}

input, select {
   background-color: #DEEBFE;
   background-image: url('../images/texto.gif'); 
   font-family: Arial, helvetica;
   color: #000000;
   height: 18px;
   font-size: 11px; 
   border-width: 1;
   	border-color : #0D4267 #178DDF #178DDF #0D4267	
}

textarea {
	background-color : #DEEBFE;
   background-image: url('../images/area.gif'); 
	font-family : Tahoma,helvetica;
	color : #000000;
	font-size : 12px;
	border-width : 1;
   border-color : #0D4267 #178DDF #178DDF #0D4267	
}

button {
   background-color: #F0FAFF;
   background-image: url('../images/tx-boton.gif'); 
   font-family: Arial, helvetica;
   color: #000000;
   font-size: 11px;
	border-width: 1
}


.fondo{
   background-image: url('../images/background.gif'); 
   background-attachment: fixed;
   background-position: center center;
   background-repeat: no-repeat;
}

body{
   font-size : 12px;
   background-color : #121210;
   margin-bottom: 5px;
   margin-left: 3px;
   margin-right: 3px;
   margin-top: 0px;
   SCROLLBAR-COLOR: #2A82F5;
   SCROLLBAR-FACE-COLOR: #00AAFF;
   SCROLLBAR-HIGHLIGHT-COLOR: #0061FF;
   SCROLLBAR-SHADOW-COLOR: #0061DE;
   SCROLLBAR-3DLIGHT-COLOR: #4A96F9;
   SCROLLBAR-ARROW-COLOR: #FFFFFF;
   SCROLLBAR-TRACK-COLOR: #2A82C5;
   SCROLLBAR-DARKSHADOW-COLOR: #000066
}