/************************************************************************************
//Fichero: estilos.css
//Descripción: Maquetación CSS
//Autor: Antonio Binaria
//Última actualización: 17/10/2007 21:22
//Último actualizador: Manolo Bittacora
//************************************************************************************/
	 .leftMargin { margin-left:136px; }
  
    * html pre, * html .skipCode { width:90% !important; }
  
    #udm {
    background-color: transparent;
	 float: left;

    }
  
    /* expanding menu styling */
    #udm ul {
      margin-left:0 !important;
      margin-top:1px !important;
      width:128px !important;     /*128**/
/*      float: left;
      clear: both;*/
      }
    #udm ul li {
/*      margin-left:10px !important;*/
      font-weight: bold;
/*      float: left;
      display: block;
      clear: both;*/
      }
      
    #udm ul li a{
/*    	color: red;*/
    	margin-left: 20px;
    	font-weight: bold;
    }

    #udm ul ul {
      width:120px !important;     /*120*/
      border-style:dashed;
      background-color: transparent;
      }
      
    #udm ul ul ul {
      width:152px !important;     /*112*/		
      border-style:dotted;
      background-color:#fff;
      }
    
    /* give all anchors a hand cursor */
    #udm a {
/*      cursor:pointer !important;
      cursor:hand !important;*/
      }
#botoninicio a, #botoninicio a:visited{
	/*background-image: url(right-black.gif);
	background-repeat: no-repeat;
	background-position: left center;*/
	margin-left: 10px;
	padding-left: 16px;
}