/* 
    Document   : enlaces_externos
    Created on : 21-may-2009, 16:05:36
    Author     : Jose Luis
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

#listaEnlaces{
    margin-left:2em;
}

#listaEnlaces h1 {
    color:#E3CA80;
    font-size:2em;
    font-weight:bolder;
    margin-left:0.5em;
    padding-bottom:0.5em;
}

#type1 {
    width: 65em;
}

#type1 ul {
    margin-left: 0.5em;
}
#type1 li {
    color:#FFFFFF;
    line-height:1.5em;
    list-style-type:circle;
}
#type1 li a, #type1 li a:link, #type1 li a:visited {
    color:#FFFFFF;
}

#type1 li a:hover {
    color:#000000;
}

.elemEnlace{
    margin-bottom:1.7em;
    clear: both;
}

.imagen_enlace_ext{
  float:left;
  /*width:2em;*/
}

.enlace_externo_enl{
  font-size:1.3em;
  float:left;
}

.imagen_enlace_ext a:link,.imagen_enlace_ext a:focus,.imagen_enlace_ext a:visited{
    color:#000;
 }

 .imagen_enlace_ext a:hover{
  color:#000;
  text-decoration:underline;
}

.text {
    float: left;
    margin:-1.2em 0 0 1.8em;
}
.descripcion_enlaces_externos{
  font-style:italic;
  font-size:0.9em;
  /*margin-left:1.9em;*/
  clear:both;
  color: #6F5300;
  /*position: relative;*/
 /* margin-top: -1em;*/
}

.enlace_ext_borrado{
  clear:both;
}


