/*   plantilla: electronica2000.com
     author: Hugo Méndez (www.electronica2000.com)   */

body {
	background: FFF8DC;
	color: black;
	font-family: 'Times New Roman', Arial;
	font-size: 1em ;
}

/* encabezado */
#encabezado{
height:120px;
width: 100%;
margin:0 1px 1px 1px;
background: #FFCC00 url(background.jpg);
color:#ffffff;
}

#encabezado h1{
padding:35px 0 0 5px;
font-size:1.8em;
background-color:inherit;
color:#556B2F;
letter-spacing:-2px;
font-weight:normal;
}

#encabezado h2{
margin:10px 7px;
font-size:1.5em;
background-color:inherit;
color:#0000ff;
letter-spacing:-1px;
font-weight:normal;
}

/* anuncio */
#anuncio_links{
  font-size:.8em;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #000000;
}

/* contenido */
#contenido{
  text-align:justify;
  margin-left: 5px ;
  margin-right: 5px ;
  padding-top: 2px;
  padding-bottom: 2px;
  color: #000000;
}

#contenido h1{
font-size: 2.em;
background-color:inherit;
color:#000000;
letter-spacing:-1px;
font-weight:normal;
}

/* barra izquierda */
#barra_izq{
    float:left;
	width: 183px;
	height: auto;
	color: #666666;
	line-height: 160%;
	font-size: .9em ;
    background: #ffffff;
}

/* barra derecha */
#barra_der{
    margin-left: 5px;
    float:right;
	width: 183px;
	height: auto;
	color: #0000ff;
	line-height: 160%;
	font-size: .9em ;
    background: #FFFFFF;
}

a:link {
	color: 	778899;
	background: transparent ;
}
a:visited {
	color: green ;
	background: transparent ;
}
a:hover {
	color: 575757 ;
	background: #FFCC00 ;
}
a:active {
	color: red ;
	background: transparent ;
}

A.l2:hover
{
    FONT-SIZE: 10pt;
    COLOR: #FFCC00;
    FONT-FAMILY: Verdana, Arial;
    TEXT-DECORATION: none
}
A.l2
{
    FONT-SIZE: 10pt;
    COLOR: white;
    FONT-FAMILY: Verdana, Arial;
    TEXT-DECORATION: none
}

h1 {
	font-size: 1.4em ;
	margin: 1px ;
	line-height: 1.1em ;
	text-align: center;
}
h2 {
	font-size: 1em ;
	font-weight: bold ;
	margin: 0px ;
}
h3 {
	font-size: 1.1em ;
	font-weight: bold ;
	margin: 1px ;
}
ol.contenido {
	margin-left: 0 ;
	padding-left: 2.5em ;
}
ol.contenido li {
	margin-bottom: 1.5em ;
}
ul.contenido {
	margin-left: 0 ;
	padding-left: 1.1em ;
	list-style-type: disc ;
}
ul.contenido li {
	margin-bottom: 1.5em ;
}
ol.contenido2 {
	margin-left: 0 ;
	padding-left: 1.1em ;
}
ol.contenido2 li {
	margin-bottom: 1.5em ;
	list-style-type: lower-alpha ;
}
ul.listoflinks {
	margin-left: 0 ;
	margin-top: 0 ;
	margin-bottom: 0 ;
	padding-left: 1.1em ;
	list-style-type: disc ;
}
ul.listoflinks li {
	margin-top: 0 ;
	margin-bottom: 0 ;
}
#footer 
{
 text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: .6em;
  color: #556B2F;
  background-color: #000000;
}
#sidebar
{
  float: right;
  width: 164px;
  padding: 2px;
  text-align: left;
}
.l1a
{
    BORDER-RIGHT: #ffffff 1px;
    BORDER-TOP: #ffffff 1px;
    FONT-SIZE: 10pt;
    BORDER-LEFT: #ffffff 1px;
    COLOR: gray;
    BORDER-BOTTOM: #ffffff 1px;
    FONT-FAMILY: Arial;
    BACKGROUND-COLOR: white;
    TEXT-ALIGN: left;
    TEXT-DECORATION: none
}
.l1b
{
    BORDER-RIGHT: #ffffff 1px;
    BORDER-TOP: #ffffff 1px;
    FONT-SIZE: 10pt;
    BORDER-LEFT: #ffffff 1px;
    COLOR: black;
    BORDER-BOTTOM: #ffffff 1px;
    FONT-FAMILY: Arial;
    BACKGROUND-COLOR: gold;
    TEXT-ALIGN: left;
    TEXT-DECORATION: none
}
.C1
{
    BORDER-TOP: black thin;
    FONT-WEIGHT: bolder;
    FONT-SIZE: 25pt;
    COLOR: white;
    FONT-FAMILY: 'Times New Roman', Arial;
    BACKGROUND-COLOR: #ffcc00
}
.C2
{
    BACKGROUND-COLOR: black
}
.C3
{
    BORDER-RIGHT: black thin;
    BORDER-TOP: black thin;
    TEXT-TRANSFORM: none;
    BORDER-LEFT: black thin solid;
    BORDER-BOTTOM: black thin;
    BACKGROUND-COLOR: white;
    FONT-VARIANT: normal
}