/* CSS Document */

.AtributosBody
{
  margin-top:30px;
  background-color:rgb(0,0,0);
}

.CajaContenedoraGlobal
{
  margin:auto;
  width:765px;
  height:435px;
  position:relative;
}

.CajaContenedora
{
  width:750px;
  height:420px;
  border: 1px solid rgb(0,0,0);
  position:absolute;
  left:0px;
  top:0px;
  z-index:5;
}

.CajaSombra
{
  background-color:rgb(100,0,0);
  width:750px;
  height:420px;
  border: 1px solid rgb(0,0,0);
  position:absolute;
  right:0px;
  bottom:0px;
  z-index:1;
}

.CajaContenedoraLogo
{
  background-image:url('../Recursos/Logo3.jpg');
  width:100%;
  height:75px;
}

.CajaLogoTexto
{
	color:rgb(255,255,255);
	font-family:"Arial Black";
	font-size:28px;
	position:absolute;
	top:15px;
	left:220px;
}

.CajaContenedoraIzquierda
{
  background-color:rgb(200,0,0);
  width:160px;
  height:345px;
  float:left;
}

.CajaContenedoraMenu
{
  margin:5px;
  margin-top:40px;
}

.CajaMenu
{
	background-image:url(TexturaMenu3.jpg);
	background-position:right;
	background-repeat:no-repeat;
	margin:5px;
	margin-bottom:0px;
	height:25px;
	text-align:right;
	padding-right:5px;
	color:rgb(255,255,255);
	font-family:"Arial Black";
	font-size:13px;
}

.CajaServicios
{
	margin:5px;
	margin-bottom:0px;
	padding-bottom:5px;
	border:1px solid rgb(200,200,200);
	color:rgb(255,255,255);
    font-family:"Arial Black";
	font-size:13px;
}

.CajaContenedoraContenido
{
  background-color:rgb(255,255,255);
  width:588px;
  height:343px;
  float:left;
  overflow:auto;
  border:1px solid rgb(0,0,0);
}

.CajaContenido
{
  margin:10px;
}


