body {
  font-family: Trebuchet MS,Geneva, Arial, Helvetica, sans-serif;
  font-size:11px;
  background-color:#f0f0f0;
  color:#666666;
  margin-top: 20px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
a{
  color:#990066;
  font-weight:bold;
  text-decoration:underline;
  font-size:10px;
}

.enlace{
  color:#990066;
  font-weight:bold;
  font-size:16px;
}

.enlaceblanco
{
  color:#FFFFFF;
  font-weight:bold;
  text-decoration:underline;
  font-size:10px;
 }
 
input{
  font-size: 11px;
  padding: 2px;
  height: 20px;
  color: #990066;
  border: 1px solid #990066;
}
textarea{
  font-size: 11px;
  padding: 2px;
  color: #990066;
  border: 1px solid #990066;
}
#Container{
  border: 1px solid #cccccc;
  padding: 2px;
  z-index: 100; /* Para que aparezca por delante de todas   */
  position: absolute;
  background-color: #FFFFFF; /* White background color for the message */
  width: 800px;
  height: 650px;
  left: 50%; /*Lo colocamos al 50% de la pantalla en horizontal*/
  margin-left: -400px; /*le restamos la mitad del valor de width para centrarla*/
}
#HeaderBanner{
  background-image: url(../img/header.png);
  background-repeat:no-repeat;
  width: 100%;
  height: 80px;
}
.Bar {
  background-color:#ffffff;
  background-image:url(../img/bar_bg.png);
  background-repeat:repeat-x;
  color:#ffffff;
  padding-left: 10px;
  font-size:11px;
  height: 26px;
}
.BarLink{
  color: #FFFFFF;
  font-size: 12px;
}

.BarLink:hover{
  color: #FFDFF4;
  font-size: 12px;
}
#MenuRight
{
  color: #990066;
  font-size: 11px;
  position: absolute;
  margin-top: -10px;
  left:625px;
  top: 120px;
  border-left: 1px solid #cccccc;
  background-color: #F9f9f9;
  padding-bottom: 10px;
  padding-top: 10px;
  padding-left: 0px;
  padding-right: 0px;
  width: 170px;
  height: 430px;
  background-image: url(../img/alert.png);
  background-repeat: no-repeat;
  background-position: 4px 8px;
  z-index: 97;
  font-size: 11px;
}
#Container-Int{
  padding: 12px;
  height: 430px;
  width: 450px;
}
#Footer{
	position: absolute;
	top: 610;
	width: 795px;
}
.LoginTable
{
  font-size: 11px;
}

.ButtonSmall{
background-image: url(../img/boton_small.png);
background-repeat: no-repeat;
width: 82px;
height: 26px;
text-align: center;
font-family: Geneva, Arial, Helvetica, sans-serif;
margin:4px 0 0 4px; 
cursor:pointer;
border:0; 
font-size:10px; 
font-weight:bold; 
color:#fff;
vertical-align:middle;
}

.ButtonBig{
background-image: url(../img/boton_big.png);
background-repeat: no-repeat;
width: 160px;
height: 27px;
text-align: center;
font-family: Geneva, Arial, Helvetica, sans-serif;
margin:4px 0 0 4px; 
cursor:pointer;
border:0; 
font-size:10px; 
font-weight:bold; 
color:#fff;
vertical-align:middle;
}

.Separator
{
  background-image: url(../img/separator.gif);
  background-repeat: repeat-x;
  padding: 0px;
  margin: 0px;
  height: 5px;
}

.TableUser
{
  border: 0px solid #C4C4C4;
  font-size: 11px;
  color: #666666;
  margin-top: 15px;
}
.Panel{
  border-left: 1px solid #cccccc;
  background-color:#F9F9F9;
  padding-top: 0px;
  padding-bottom: 10px;
  font-size: 11px;
  width: 165px;
  height: 130px;
}
.Cabecera{
  background-image: url(../img/barra.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  height: 30px;
  text-align: left;
  padding-left: 5px;
  padding-top: 6px;
}