/* 
    Document   : general
    Created on : 6/11/2008, 09:16:41 PM
    Author     : emanuel
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}
body, html {
  padding:0px;
  margin:0px;
  height:100%;
  width:100%;
  background-image: url("/fondoprincipal.png");
  background-repeat:repeat-x;
  font-family:Arial, sans-serif;
  font-size: 13px;
  background-color:black;
}
body, html, table {
  font-family:Arial, sans-serif;
  font-size: 13px;
}
a {
  text-decoration:none;
  
}
a:hover {
  text-decoration:underline;
}
a:visited, a:hover {
    color:white;
}
img{  border-style: none; }

.titulo1 {
  font-size:16px;
  font-weight:bold;
}
.titulo2 {
  font-size:14px;
  font-weight:bold;
}
#menu, #footer {
  color:white;
  width:100%;
  height: 30px;
  clear:both;
  background-color:black;
  text-align:center;
  padding-top:20px;
}
#menu :link, :visited {
  color:white;
}
#categorias :link, :visited {
  color:white;
}
.menuelemento {
  float:left;
  height:20px;
  border-color:white;
  border-style:solid;
  border-width:1px;
  border-top:none;
  border-bottom:none;
  padding-left:10px;
  padding-right:10px;
  color:white;
}
#principal, #logo {
  margin: 0 auto;
  margin-top:10px;
  width:970px;
}
div>#principal, div>#logo {
  margin: 0 auto;
  margin-top:10px;
  width:954px;
  background-color:black;
}
#categorias, #contenido {
  color:#333333;
  float:left;
  background-color:#FFFFFF;
  border-color:#AaAaAa;
  border-style:dotted;
  border-width:1px;
}
#categorias {
  width:200px;
}
#contenido {
  /*background-image: url("imagenes/fondocontenido.png");*/
  width: 575px;
  margin-left:20px;
  padding-left:20px;
  padding-top:20px;
  margin-bottom:20px;
}
div>#contenido {
  /*background-image: url("imagenes/fondocontenido.png");*/
  width: 549px;
  margin-left:20px;
  padding-left:20px;
  padding-top:20px;
  margin-bottom:20px;
}
#categoriasCabeza {
  background-color:#5a5a5a;
  color:white;
  padding-left:10px;
}
#categoriasElemento {
  color:#5a5a5a;
  padding-left:25px;
  border-bottom-style:dotted;
  border-bottom-color:#aaaaaa;
  border-bottom-width:1px;
}
#categoriasElemento:hover {
   background-color:#aaaaaa;
}
#categoriasCabeza:hover {
  cursor:pointer;
   background-color:#333333;
}
.normal {
  width:544px;
  float:left;
}
.publicidadVertical160x600 {
    width:160px;
  float:left;
}
.normal :visited {
    color:black;
}
.contenidoad {
  float:right;
  width:160px;
}
.imagen {
  position:relative;
  float:left;
  margin-top:35px;
  margin-left:10px;
  width:170px;
  height:200px;
}
.recuadro {
    width:500px;
    border:1px;
    border-style:dotted;
    background-color:#de6902;
    color: #333333;
}
#divCompleta {
    display:none;
    position:absolute;
    left:0;
    top: 0;

    background-image:url("/px.png");
}
