/* CSS Document */
div.enlaces ul {list-style: disc; margin: 0 0 0 0;width: 80%;}
div.enlaces ul li 
{
list-style: none;
font-size: medium;
color: #39A002;
font-weight: bold;
}
div.enlaces ul li ul
{
width: 100%;
margin:0;
margin-left: 10px;
padding:0;
}
div.enlaces ul li ul li 
{
list-style: disc;
font-size: .85em;
font-weight: normal;
margin-bottom: 0;
padding-bottom: 0;
}
div.enlaces ul li ul li a
{
display: block;
font-size: .75em;
margin: 0;
padding: 0;
height: 1%;
}
div.enlaces
{
width: 75%;
background-image: url(./imagenes/css/arroba.jpg);
background-position: top right;
background-repeat: no-repeat;
height:300px;
min-height:300px;
}
html>body div.enlaces{height:auto;}