html, body 
{ 
font-family: arial, verdana, sans-serif;
font-size: 12px;
outline: 0;
padding:0px; 
margin:0px;
}

#cabecera
{
width: 100%;
height: 80px;
background: #000000;
}

#barramenu
{
width: 100%;
height: 25px;
background: #FBFC22;
border-bottom:Solid 1px #000000;
}

#logo
{
float: left;
width: 201px;
height: 80px;
background-image:url('../imgs/logo.jpg');
margin-left: 20px;
}

#cab
{
float: right;
width: 362px;
height: 80px;
background-image:url('../imgs/cabecera.gif');
margin-right: 20px;
}

#login 
{
width: 300px;
height:80px;
margin-left: auto;
margin-right: auto;
margin-top: 100px;
background: #CCCCCC;
border: Solid 1px #000000
}

#nologin 
{
color: #FFFFFF;
width: 300px;
height:15px;
margin-left: auto;
margin-right: auto;
margin-top: 5px;
background: #FF0000;
border: Solid 1px #000000;
text-align: center;
}

.titulos
{
font-size: 18px;
font-weight: bold;
color: #FF0000; 
}

.separador
{
width: 100%;
height: 1px;
background-color: #FF0000
}

.tabla
{
padding-left: 10px;
height: 30px;
border-bottom: Solid 1px #FF0000;
}

.tabla a
{
text-decoration: none;
font-weight: bold;
color: #006699;
}

.tabla2
{
padding: 10px 0px 20px 10px;
border-bottom: Solid 1px #FF0000;
background-color:#FFFFCC;
}

.enlaces
{
text-decoration: none;
font-weight: bold;
color: #006699;
}

td {
font-size: 12px;
}
