/* CSS Document */

.AtributosBody
{
  background-color:#000000;
  margin-top:10px;
}

.CajaContenedora
{
  margin:auto;
  width:750px;
  height:420px;
  background-color:#000000;
  border: 1px solid rgb(100,100,100);
  padding:2px 2px 2px 2px;
  position:relative;
}

.CajaContenedoraSuperior
{
  background-color:#000000;
  border:1px solid rgb(100,100,100);
  position:absolute;
  height:350px;
  width:748px;
}

.CajaContenedoraInferior
{
  background-color:#000000;
  border:1px solid rgb(100,100,100);
  margin-top:2px;
  position:absolute;
  height:64px;
  width:748px;
  top:354px;
}

.CajaLogoUNITIN
{
  background-color:#000000;
  width:130px;
  height:50px;
  position:absolute;
  right:5px;
  top:5px;
}

.CajaLogoTelaUNITIN
{
  background-color:#000000;
  width:290px;
  height:180px;
  position:absolute;
  left:5px;
  top:5px;
}

.CajaTexto
{  
  background-color:#000000;
  /*
  width:582px;
  height:310px;
  */
  width:400px;

  text-align:left;
  position:absolute;
  left:280px;
  top:160px;
}

.CajaTitulo
{
  background-color:#000000;
  width:400px;
  text-align:left;
  position:absolute;
  left:280px;
  top:130px;
}

.CajaControles
{
  background-color:#000000;
  height:30px;
  width:100px;
  text-align:center;
  position:absolute;
  left:630px;
  top:15px;
}

.Foto
{
  width:538px;
  height:340px;
}

.LogoUNITIN
{
  width:130px;
  height:50px;
}

.LogoTelaUNITIN
{
  width:290px;
  height:180px;
}

.IconoControl
{
  width:30px;
  height:30px;
  border:0px;
}
