body
{
  font-family: Trebuchet MS, Calibri, DejaVu Sans, GillSans, sans-serif;
  font-size: 15px;
  color: black;
  margin: 0px;
  background: url(img/bg.gif);
}
p, td, li, pre
{
  font-size: 15px;
}
b
{
  font-weight: bold;
  font-size: 15pxd;
}
a
{
  font-size: 15px;
  font-weight: 500;
  color: #932cc7;
  text-decoration: none;
}
a:hover
{
  font-size: 15px;
  font-weight: 500;
  color: #ff0000;
  text-decoration: none;
}
a:focus
{ 
  outline: 0; 
} 
textarea, input, select
{
  font-family: Trebuchet MS, Calibri, DejaVu Sans, GillSans, sans-serif;
  font-size: 16px;
  border: #b5dc5f 1px solid;
  background: #ffffff;
  padding-left: 5px;
  padding-right: 5px;
}
select
{
  padding: 0px;
  font-size: 12px;
}
.sinborde
{
  border: 0px;
  background: transparent;
}
.boton
{
  font-size: 12px;
  letter-spacing: 1px;
  text-transform:uppercase;
  border: 0px;
  width: 160px;
  height: 22px;
  background: url(img/boton-bg.png);
  cursor: pointer;
}
.boton:hover
{
  color: #a10000;
}
.boton:active
{
  background: url(img/boton-bg2.png);
  outline: 0; 
}
.boton:focus
{ 
  outline: 0; 
} 

.t1
{
  font-size: 26px;
  font-style: italic;
  color: #932cc7;
}
.t2
{
  font-size: 20px;
  font-style: bold;
  color: #2c2c2c;
}
.bgv
{
  background: url(img/bgv.png);
}
.bgm
{
  background: url(img/bgm.png);
}

#marco-sup
{
  width: 1100px;
  height: 6px;
  background: url(img/frame1.png) left bottom no-repeat;
}
#marco-inf
{
  width: 1100px;
  height: 11px;
  background: url(img/frame4.png) left top no-repeat;
}
#cabecera-bg
{
  width: 1100px;
  height: 210px;
  background: url(img/frame2.png) repeat-y;
}
#cabecera
{
  width: 1100px;
  height: 210px;
  background: url(img/fill.jpg) 8px 0px no-repeat;
  text-align: left;
}
#logo
{
  float: left;
  width: 430px;
  height: 130px;
  text-align: center;
  padding-top: 30px;
}
#botones
{
  margin-left: 430px;
  width: 650px;
  height: 160px;
  text-align: right;
}
#menu
{
  width: 1100px;
  left: 8px;
  height: 50px;
  text-align: center;
  background: url(img/frame3.png) 8px 0px no-repeat;
}
.menu-boton
{
  display: inline-block;
  padding-left: 23px;
  padding-right: 23px;
  line-height: 50px;
  color: #661e8a;
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 600;
}
.menu-boton:hover
{
  color: #ffffff;
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 600;
  background: url(img/bg-menu-sel.jpg) bottom repeat-x;
}
.menu-boton:active
{
  background: #ff9900;
}
.menu-boton-sel
{
  display: inline-block;
  width: 180px;
  line-height: 50px;
  color: #ffffff;
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 600;
  background: url(img/bg-menu-sel.jpg) bottom repeat-x;
}
.menu-boton-sel:hover
{
  color: #ff9900;
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 600;
}
.menu-boton-sel:active
{
  background: #ff9900;
}
#pagina
{
  position: relative;
  width: 1100px;
  margin: auto;
  padding: 25px;
}
#cuerpo
{
  width: 1100px;
  height: 100%;
  background: url(img/frame2.png) repeat-y;
}
#contenidos
{
  padding: 60px;
  padding-top: 30px;
}

#marco-lateral
{
  width: 200px;
  padding: 20px;
  margin-left: 25px;
  margin-right: 25px;
  background: #f5f5f5;
  border: #b5dc5f 4px dashed;
}
.separador
{
  height: 1px;
  margin-top: 10px;
  margin-bottom: 5px;
  margin-left: -3px;
}
#tabladominios
{
  width: 600px;
  border-collapse: collapse;
}
#tabladominios td
{
  height: 30px;
  padding: 0px;
  padding-left: 10px;
  padding-right: 10px;
  background: url(img/bg-gris.jpg) center center repeat-x;
}
#tablahosting
{
  width: 975px;
  border-collapse: collapse;
}
#tablahosting tr
{
  background: url(img/bg-gris.jpg) center center repeat-x;
}
#tablahosting td
{
  height: 25px;
  padding: 0px;
  padding-left: 10px;
  padding-right: 10px;
}
.fondo-verde
{
  background: #b5dc5f;
}
