/* CSS Document */

.Contenido  /*Contenido de la pagina*/
{  
   color: "#000000";
   font-family:"Verdana";
   font-size: 8pt; /* o 2  10pt*/
   text-align:justify;
      
}

.CONTENIDOSIMPLE  /*Contenido de la pagina*/
{  
   color: "#000000";
   font-family:"Verdana";
   font-size: 8pt; /* o 2  10pt*/
   text-align:justify;
      
}

H3  /*Subtitulo*/
{  
/* Background-color: "#009900";*/
 /*color:white;*/
 font-family:"Verdana";
 font-size:10pt  /*3; */
}

H2 /*TituloPrincipal*/
{
  color:Green; /*"#FF8000";*/
  font-family:"Verdana";
  font-size: 10pt; 
  font-weight:bold;
  text-align:center;
}

BODY
{
  margin-left: 0px;
  margin-top: 0px;
/*  background-image: url(img/fondoclaro.jpg);  */
/*  Background-color:"#FFF9DD";*/
}
a
{
Color:black;
}

.CELDA
{
   color: "#000000";
   font-family:"Verdana";
   font-size: 8pt; /* o 2  10pt*/
   text-align:center; 
}

.CELDAIMAGEN{
width:53;
height:109;
/*background-color:"#FF8000";*/
text-align:center;
}

.CELDAMENU{
/*background-color:"#99CC99";*/
background-image: url(img/fondo.jpg);
width:60;
}

.CELDACUERPO{
/*background-color:"#E8F9EC";*/
background-image: url(img/inicio2.jpg);
background-repeat:no-repeat;
/*width:78%;*/
text-align:center;
}

.PAGINAPRINCIPAL{
/*background-color:"#E8F9EC";*/
background-image: url(img/inicio.jpg);
background-repeat:no-repeat;
/*width:78%;*/
text-align:center;
}

.TABLAGENERAL{
  /*background-image: url(img/fondo_web.jpg);*/
  width:680;
  border:0;
}

.CELDAENCABEZADO
{
   background-image: url(img/SuperiorSoft.jpg);
   background-repeat:no-repeat;
   /*height:120;*/
/*   width:740;*/
}

.CELDAPIEPAGINA
{
 color: "#000000";
 font-family:"Verdana";
 font-size:7pt; 
 text-align:center; 
 background-color:"#F7C709"
/* background-color:"#009900";*/
}
</style> 
