/* CSS Document */

#dropmenudiv{
position:absolute;
border:1px solid white;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid white;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #000000;
}

.cuerpo{
margin:0px;
background-color:#000000;
}

.lateral{
background-color: #7B7DBB;
margin:0px;
padding:0px;
width:10%;
}

.central{
width:80%;
}

.principal{
/*background:url(../imagenes/general/todos-carbon-2.JPG);
background-repeat:no-repeat;
background-position:center;*/
margin:3px;
vertical-align:top;
/*background-color: #000000;*/
}

.tabla_central{
border-left-color:white;
border-left-style:solid;
border-left-width:2px;
border-right-color:white;
border-right-style:solid;
border-right-width:2px;
width:100%;
height:100%;
}

.menu_navegacion{
border-bottom-color:white;
border-bottom-style:solid;
border-bottom-width:1px;
background-color:#000000;
}

.menu_texto{
color:white;
font:bold;
text-decoration:none;
}

.anuncio{
font:Arial, Helvetica, sans-serif;
font-size:large;
color: white;
}

.texto{
font:Arial, Helvetica, sans-serif;
font-size:medium;
color:white;
}

.texto_grande{
font:Arial, Helvetica, sans-serif;
font-style:italic;
font-size:large;
color:white;
}

.texto_rojo{
font:Arial, Helvetica, sans-serif;
font-style:italic;
font-size:large;
color:red;
}

.texto_imagenes{
font:Amaze,  
font-size:small;
color:red;
}

.texto_peque{
font:Arial, Helvetica, sans-serif;
font-size:small;
color:white;
}

.enlace{
color:white; 
font:italic;
text-decoration: none;
}

.enlace2{
font-size:15;
color:red; 
font:italic;
face:Amaze,mono;
text-decoration: none;
}

.imagen {
border: 8px solid white;
}