@charset "utf-8";
/* CSS Document */
body {
background:no-repeat;
background-image: url(../imagenes/fondo.jpg);
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#666666;
} 

#contenedor_gral{
width:742px;
margin:0 auto 0 auto;

border:#999999;

}

#top{
width:742px;
height:107px;
background-color:#E1E1E1;


}

#Menu{
width:742px;
height:38px;
background-color:#E0E0E0;
position:relative;

}

#info{
width:742px;
background-color:#FFFFFF;
border:1px;
border-style:solid;
border-color:#E0E0E0;
border-top:#FFFFFF;
position:relative;
top:-10px;
}

#banner{
width:725px;
height:264px;
background-color:#F6F6F6;
margin:0 auto 0 auto;
margin-bottom:10px;
margin-top:10px;
position:relative;
top:10px;
}

#menuOpciones{
	height:38px;
	width:741px;
	margin-left:1px;
	text-align:center;
	
}

.botonMenu{
border-width: 1px;
border-style:solid;
border-color: #999999;

}

td.botonMenu a:hover {
margin-top:12px;
text-decoration:none;
}

td.botonMenu a { 
margin-top:12px;
display: block; 
height:38px; 
text-decoration:none;
} 

.botonActivoMenu{
background-color:#FFFFFF;
}

td.botonActivoMenu a{
display: block;
margin-top:-10px;
background-color:#FFFFFF;
text-decoration:none;
}

#loginTop{
	height:34px;
	width:161px;
	background-image:url(../imagenes/top_login.jpg);
}

#loginFondo{
	height:199px;
	width:161px;
	background-image: url(../imagenes/fondo_login.jpg);
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#999999;
}

.botones{
background-image:url(../imagenes/boton.jpg);
width:66px;
height:23px;
border:0px;
}

#productos{
background-color:#EEEEEE;
width:161px;

}

#TextoInfo{
width:551px;
background-color:#F6F6F6;
border:solid 1px;
border:#EFEFEF;
position:relative;
top:-12px;
left:9px;
}


#fondoNoticias{
width:242px;
height:177px;
background-image:url(../imagenes/fondo_noticias.jpg);
}

#TextoNoticias{
width:228px;
height:166px;
margin-top:5px;
margin-left:5px;
padding:7px;

}

.TitulosBlancos{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#FFFFFF;
}

.TitulosOscuros{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#666666;

}

.estilotabla{ 
    
    border-style:solid; 
    border-color: #999999; 
    border-width:10px; 
} 
.estilocelda{ 
    background-color:ddeeff; 
    color:333333; 
    font-weight:bold; 
    font-size:10pt; 
} 

.FondoTablaCabecera{
background:url(../imagenes/fondo_tabla.gif);

}

.tachado{
text-decoration:line-through;
}

#fixme {
	/* Netscape 4, IE 4.x-5.0/Win and other lesser browsers will use this */
/*  position: absolute; left: 20px; top: 10px; superior izquierda */
  position: absolute;
   right: 0px;
    top: 0px;
  width:100%; 
  border-style: dashed; 
  border-width:1;
  background-color: #FFAEAE;
  text-align:center;
  padding:10px;
  color:#FFFFFF;
  z-index:300;

}
body > div#fixme {
  /* used by Opera 5+, Netscape6+/Mozilla, Konqueror, Safari, OmniWeb 4.5+, iCab, ICEbrowser */
  position: fixed;
}

div#fixme {
  /* IE5.5+/Win - this is more specific than the IE 5.0 version */
  left: expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
  top: expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

.cajaresaltada{
width:90%;
border-style: dashed;
border-color:#999999;
border-width:1px;
margin:0 auto 0 auto;
background-color: #F4F4F4;
}
