/* CSS Document */

<style type="text/css">
*{
margin:0;
padding:0;
}

.bg{
background-position: right;
background-repeat:no-repeat;
margin:-10px;
}

/* propiedades links */

.a
{
color: #3366cc;
margin: 10px;
text-decoration:none;
font: 12px geneva;
}

a:hover{
color: #993399;
text-decoration:none;
font: 12px geneva;
}

a.cmr{
color: #663399;
text-decoration:none;
font: 9px arial;
}


/* Propiedades de textos */

.texto{
font: 12px geneva;
margin-right:20px;
margin-left: 20px;



}

.lista{

margin-right:20px;
margin-left: 20px;
list-style-type: square;
list-style-position: inherit;

}


h2{
font: 16px geneva;
margin-right:20px;
color: #993399;
font-weight: bold;

}

h3{
font: 14px geneva;
margin-right:20px;
color: #993399;

}

p{
margin-right: 20px;
margin-left: 20px;

}

/* lista del menu */

ul {
list-style-type: none; 
margin:10px 0px 0px 0px;
padding:0px 0px 0px 0px;
}



li:hover ul, li.over ul { /*estas lineas son necesarias para que funcione en explorer*/
display: block;
background: #cccccc;
}


</style>

/* realizado por Carlos Rivera y MCO */