/* global */
html
{
}

body
{ 
  font-family: Verdana;
  padding: 0px;
  margin: 0px;
  font-size: 0.66em;
  color:#F2F2F2;
  background-color:#000000;
}

img{border: 0px;}

a{
	outline: none;
	font-size: 1em;
	color: #F4F4F4;
	text-decoration: none;
	line-height: 1.2em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

a:hover
{
	color:#6699FF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}	

.enlaces a
{
	font-size:9px;
	outline: none;
	color:#CCCCCC;
	text-decoration: none;
	border:none;
}

.enlaces a:hover
{
	font-size:9px;
	color:#999999;
	border-bottom-width: 1px;
	text-decoration:none;
	border:none;
}

/* unordered list */
ul li
{ list-style-type: square;
}
h1
{
	font-size: 0.9em;
	text-transform: uppercase;
	font-weight: bold;
	font-variant: small-caps;
	text-decoration: none;
	letter-spacing: 1px;
}
h2
{
	font-size: 1em;
	color:#CCCCCC;
}
input, textarea, select
{  
  font-family: verdana, arial, sans-serif;
  border: 1px solid;
  font-size: 100%;
  margin: 2px; 
}

#logo
{
	position:absolute;
	right:10px;
	top:10px;
	width:189px;
	height:55px;
	background-image:url(../imagenes/logoADSM_v5_negro.jpg);
	z-index:1;
}

.submit
{ font-family: verdana, arial, sans-serif;
  border: 1px solid;
  width: 70px;
  height: 22px;
  cursor: pointer;
  font-size: 100%;
}
.hr_naranja
{
	width:100%;
	height:2px;
	display:block;
	border-bottom:solid 1px #FFCC33;
}
.hr_azul
{
	width:100%;
	height:2px;
	display:block;
	border-bottom:solid 1px #33CCFF;
}
.hr_verde
{
	width:100%;
	height:2px;
	display:block;
	border-bottom:solid 1px #00CC99;
}
.hr_rojo
{
	width:100%;
	height:2px;
	display:block;
	border-bottom:solid 1px #FF6600;
}
.hr_amarillo
{
	width:100%;
	height:2px;
	display:block;
	border-bottom:solid 1px #FFFF99;
}

.titulo_naranja
{
	color:#FFCC33;
	font-weight: bold;
	font-variant: small-caps;
	font-size: 1.1em;
}
.titulo_azul
{
	color:#33CCFF;
	font-weight: bold;
	font-variant: small-caps;
	font-size: 1.1em;
}
.titulo_verde
{
	color:#00CC99;
	font-weight: bold;
	font-variant: small-caps;
	font-size: 1.1em;
}
.titulo_rojo
{
	color:#FF6600;
	font-weight: bold;
	font-variant: small-caps;
	font-size: 1.1em;
}
.titulo_amarillo
{
	color:#FFFF99;
	font-weight: bold;
	font-variant: small-caps;
	font-size: 1.1em;
}
.titulo_seccion
{
	color:#A2A2A2;
	font-weight: bold;
	font-size: 1.6em;
	width:100%;
	text-align:left;
}
.borde_tabla
{
	border: 1px solid #999999;
}
.borde_der
{
	border-right: 1px solid #999999;
}
.borde_inf
{
	border-bottom: 1px solid #999999;
}
.separador_menu
{
	color:#CDCDCD;
	font-size: 1em;
}