/* global */

body
{ font-family: verdana, arial, sans-serif;
  padding: 0px;
  margin: 0px;
  font-size: 0.6em;
  color:#E6E6E6;
}

p
{ margin: 0px;
  line-height: 1.9em;
}
img{border: 0px;}

a{
	outline: none;
	font-size: 1em;
	color: #FFFFFF;
	text-decoration: none;
  	line-height: 1.2em;
}
a:hover {
	outline: none;
	font-size: 1em;
	color:#CCCCCC;
	text-decoration: none;
  	line-height: 1.2em;
}

/* unordered list */
ul li
{ list-style-type: square;
  margin: 0px 0px 11px 0px; 
}
h1
{
	padding: 6px 0px 4px 0px;
	margin: 0px 0px 12px 0px;
	font-size: 1.1em;
	text-transform: uppercase;
	font-weight: bold;
	font-variant: small-caps;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	letter-spacing: 0.3em;
}

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

#menu
{ 
  margin-left: auto; 
  margin-right: auto;
}

#menu ul{margin: 0px auto;} 

#menu li
{ float: left; 
  margin: 0px; 
  padding: 0px;
} 

#menu li a 
{
	display: block;
	float: left;
	text-decoration: none;
	width:110px;
	height:150px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
	border: 1px solid #000000;
} 
#menu li a:hover
{
	display: block;
	float: left;
	text-decoration: none;
	width:110px;
	height:150px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
	background-color: #4A4A4A;
	border: 1px solid #FFFFFF;
}
.borde_sup_inf
{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
.hr_naranja
{
	width:100%;
	height:5px;
	display:block;
	border-bottom:solid 1px #FFCC33;
}
.hr_azul
{
	width:100%;
	height:5px;
	display:block;
	border-bottom:solid 1px #33CCFF;
}
.hr_verde
{
	width:100%;
	height:5px;
	display:block;
	border-bottom:solid 1px #00CC99;
}
.hr_rojo
{
	width:100%;
	height:5px;
	display:block;
	border-bottom:solid 1px #FF6600;
}
.hr_amarillo
{
	width:100%;
	height:5px;
	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;
}
.fondo_inf
{
	background-image: url(../imagenes/portada_inf.jpg);
}