/* 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;
}

.CajaTexto
{  
  background-color:#000000;
  width:543px;
  height:240px;
  text-align:left;
  position:absolute;
  left:40px;
  top:80px;
  overflow:auto;
  padding:0px 20px 0px 0px
}

.CajaTitulo
{
  background-color:#000000;
  width:543px;
  text-align:left;
  position:absolute;
  left:40px;
  top:40px;
}

.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;
}

.IconoControl
{
  width:30px;
  height:30px;
  border:0px;
}

