/* Estilos de home */

#presentacion {
width:560px;
float: left;
position: relative;
border-right: 3px dotted #cbcbcb; /*  Gris  Claro  */
}
#escaparate {
width: 560px;
float: left;
margin-top: 0px;
border-right: 3px dotted #cbcbcb; /*  Gris  Claro  */
} 
 #enlaces {
float: right;
width: 325px;
margin-top: 0px;
margin-bottom: 25px;
padding-left: 10px;
}
#noticias {
float: right;
width: 325px;
margin-top: 0px;
margin-bottom: 25px;
padding-left: 10px;
 }

 /* Boton Ver más */
.ver_mas {
float: right;
margin: 10px 20px auto auto;
}
.ver_mas a {
width: 80px;
height: 15px;
text-decoration: none;
color: #333; /* Gris oscuro */
font-weight: bold;
font-style: italic;
background: #00adef;  /*  Turquesa */
padding: 5px;
border-radius: 5px; 
}
.ver_mas a:hover { 
color: #00adef; /*  Turquesa */
background: #333; /* Gris oscuro */
}

/*  Presentacion */
.presentacion {
color: #333;  /* Gris oscuro */
margin-left: 30px;
text-indent: 20px;
text-align: justify;
padding-right: 25px;
font-size: 1.3em;
font-family: Technical, Sans Serif;
line-height: 1.1em;
}
.presentacion a{
color: #1D0053; /* Violeta oscuro */
text-decoration: none;
font-weight: bold;
}
.presentacion span{
color: #1D0053; /* Violeta oscuro */
text-decoration: none;
font-weight: bold;
}

/* Escaparate  */
.ficha {
float: left;
position: relative;
width: 210px;
background: #E6F7EE;  /*  */
padding: 20px 15px;
height: 300px;
margin-left: 25px;
margin-right: 15px;
margin-bottom: 10px;
border-radius: 10px; 
}
.imagenficha {
text-align: center;
}
.nombre {
text-align: center;
color: #0000FF;
/* font-size: .9em;
color: #000000;  
margin-top: 10px; 
*/
 }
.nombre a {
color: #0000FF;
font-size: 1em;
text-align: center;
text-decoration: underline;
 }
.link_web {
 text-align: center;
 }
.link_web a {
 font-size: .9em;
 color: #0000FF;
 text-align: center;
 text-decoration: none;
 }
.descripcion {
 font-size: 1em;
 font-style: italic;
 text-indent: 10px;
 text-align: justify;
 margin: 6px auto 4px;
 padding-right: 5px;
}

/* Enlaces  */
.enlaces {
float: right;
width: 325px;
}
.enlaces a {
color: #0000FF;   /* Azul oscuro */
text-decoration: none;
}
.enlaces li {
list-style: none;
width: 100%;
height: auto;
float: left;
margin-top: 10px;
}
.enlaces li a img {
float: left;
margin-right: 8px;
margin-left: 6px;
margin-top: 0px;
margin-bottom: 10px;

}
.titulo_enlaces {
color: #000000;  /* Negro */
font-size: .9em;
font-style: italic;
margin-top: 3px;
margin-bottom: 5px;
padding-right: 5px;
}                                   
.descripcion_enlaces {
float: left;
color: #000000; /* Negro */
font-size: .8em;
margin-top: 10px;
padding-right: 5px;
}

 /* Noticias  */
.noticias li {
 list-style: none;
 margin-bottom: 45px;
}
.noticias img {
 float: left;
 margin-right: 12px;
 }
.txt_comentario {
padding-top: 8px;
margin-bottom: 7px;
padding-right: 10px;
font-size: .9em;
font-style: italic;
line-height: 1em;
}
.usuario {
font-size: .9em;
font-style: italic;
}
.web a {
font-size: .9em;
color: #0000FF;   /* Azul oscuro */
text-decoration: none;
}






