BODY {
	margin: 0px;
	padding: 0px;
	color: #000000; 
	background-color: #FFFFFF;
	font-family: verdana,helvetica,arial,sans-serif;
	font-size: 12px;
}

#CONTENEDOR {
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
}

#CONTENEDOR .LATERAL {
	width: 10%;
	background-color: #E1E1E1;
}

#CONTENEDOR TR {
	vertical-align: top;
}

TABLE {
	border: 0px;
	width: 100%;
	border-spacing: 0PX;
	padding: 0PX;
}

#CABEZA {
	top: 0px;
	width: 100%;
	height: 85px;
	background-color: #FFFFFF;
	border-spacing: 0PX;
}

#CABEZA IMG {
	float: right;
}

#CABEZA .PRINCIPAL, .SOMBRA {
  padding-top: 15px;
  aling: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
  font-size: 20pt;
	text-align: left;
	letter-spacing: 1pt;
	word-spacing: 5pt;
	color: #990000;
}

#CABEZA .PRINCIPAL {
	position: relative;
	top: -3pt;
	left: -2pt;
	color: #990000;
}

.SOMBRA {
	position: absolute;
	color: #999999;
}

#CABEZA .SECUNDARIO {
	top: 0px;
	text-align: left;
	vertical-align: bottom;
}

#LINEA_MEDIA {
	border-top-width: 3px;
	border-top-color: #000033;
	width: 100%;
	height: 25px;
	background: #F5F4C3 url("imagen/barra.png") repeat-x left;
	border-spacing: 0PX;
	font-size: 13px;
}

#PIE {
	height: 50px;
	background-color: #FFFFFF; <!-- #FFFFCC; -->
	border-top-width: 2px;
	border-top-color: #999999;
	border-top-style: solid ;
	font-size: 12px;
	color: #000099;
	padding-top: 10PX;
	vertical-align: middle;
	text-align: center;
}

A:link {
	color: #0000FF; 
	background-color: transparent;
}

A:visited {
	color: #0099FF; 
	background-color: transparent;
}

A:active {
	color: #000099; 
	background-color: transparent;
}

A:hover {
	color: #003399; 
	font-weight: bold ;
	background-color: transparent;
}

.ENLACE IMG {
	clear: both;
	margin: 0px;
	display: block;
	padding-bottom: 1px;
	margin: auto auto 1px; = border-top-style: none; 
	border-bottom: #adadad 0px solid; = border-right-style: none;
	border-left-style: none;
}

.ENLACE A:link {
	color: #0099FF; 
	font-size: 10px;	
	background-color: transparent;
  border: 0 none;
  text-decoration: none;
}

.ENLACE A:hover {
	color: #AA00AA; 
	font-weight: normal;
  text-decoration: none;
}

.ENLACE A:visited {
	color: #0099FF; 
	font-size: 10px;	
	background-color: transparent;
  border: 0 none;
  text-decoration: none;
}


.LISTA {
  width:80%;
  font-size: 12px;
  color: #0099FF;
  color:#336699;
}

.LISTA TR.R1 {background-color: #F9F9F9;}
.LISTA TR.R2 {background-color: #F0F0F0;}

.LISTA A:link, A:visited, A:active {
	color: #0099FF; 
	font-size: 12px;	
	background-color: transparent;
  border: 0 none;
  text-decoration: none;
}

.LISTA A:hover {
	color: #003399; 
	font-weight: bold ;
  text-decoration: none;
}

.FONDO {
  position:absolute;
  width:95%;
  height:100%;
  z-index:1;
  background-color: #FFFFFF;
  padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

P, LI{
	text-align:justify ;
	font-size: X-small;
	color:#336699;
}

H1 {
  text-transform: uppercase;
  color:#330066;
  font-size: medium;
}

H2 {
  text-transform: uppercase;
  color:#330066;
  font-size: x-small;
}

H3 {
  text-transform: uppercase;
  color:#330066;
  font-size: x-small;
}

.CENTRADO P, H3 {text-align:center;}
