body { margin:0;
       padding:5px;
       font:11px Verdana,Arial
     }
#slideshow {
           list-style:none;
           color:#fff;
           }
#slideshow span {
           display:none
                }
#wrapper { width:720px;
           margin-top:18px ;
           display:none
         }
#wrapper * {
            margin:0;
            padding:0
           }

/* Propiedades de la imagen grande ---
      - background: Color de fondo de la imagen, no poner en caso de que se quiera transparente
      - border:1px solid #ccc: Tamaño y color del borde
      - padding:0px: Espacio entre la imagen y el borde (si tiene borde, aumentar el espacio) */
#fullsize {
           position:relative;
           width:718px;
           height:235px;
           padding:0px;
          }
#information {
           position:absolute;
           bottom:0;
           width:718px;
           height:0;
           background:#000;
           color:#fff;
           overflow:hidden;
           z-index:200;
           opacity:.7;
           filter:alpha(opacity=70)
           }
#information h3 {
           padding:4px 8px 3px;
           font-size:14px
           }
#information p {
           padding:0 8px 8px
           }
#image {
           width:718px
       }
#image img {
           position:absolute;
           z-index:25;
           width:auto;
           left:0px;
           }
.imgnav    {
           position:absolute;
           width:10%;
           height:235px;
           cursor:pointer;
           z-index:150
           }
#imgprev {
           left:-35px;
           background:url(/intelsoft/templates/allm_classy/images/left.gif) left center no-repeat
         }
#imgnext {
           right:-35px;
           background:url(/intelsoft/templates/allm_classy/images/right.gif) right center no-repeat
         }
#imglink {
           position:absolute;
           height:235px;
           width:100%;
           z-index:100;
           opacity:.4;
           filter:alpha(opacity=70);

         }
.linkhover {
 	   background:url(/intelsoft/templates/allm_classy/images/link.gif) center center no-repeat
 	   }
#thumbnails {
           margin-top:15px
           width:310px;

           }
#slideleft {
           position:relative;
           float:right;
           right:335px;
           width:20px;
           height:83px;
           background:url(/intelsoft/templates/allm_classy/images/scroll-left.gif) center center no-repeat;
           /*
           background-color:#d0d4e2;
           border:1px solid #7ea1bd; */
           }
#slideleft:hover {
           /*
           background-color:#eef4f9;
           border:1px solid #7ea1bd;*/
           cursor: pointer;
           }
#slideright {
           position:relative;
           float:right;
           right:-325px;
           width:20px;
           height:83px;
           background: url(/intelsoft/templates/allm_classy/images/scroll-right.gif) center center no-repeat;
           /*background-color:#d0d4e2;
           border:1px solid #7ea1bd;*/
           }
#slideright:hover {
           /*background-color:#eef4f9;
           border:1px solid #7ea1bd;*/
           cursor: pointer;
           }

/* Área de las miniaturas */
#slidearea {
           float:right;
           position:relative;
           width:290px;
           margin:-right: 5px;
           padding: 5px;
           height:75px;
           /*background-color:#7ea1bd;*/
           overflow:hidden;
           }
#slider {
           position:absolute;
           left:0;
           height:90px;
           /*background-color:#24547b;*/
        }
#slider img {
           cursor:pointer;
           border:1px solid #666;
           padding:2px
           }
.classtextos{
        position:relative;
        float:left;
        width:350px;
        text-align: justify;
        color: #2a2663;
        font-family:sans-serif,Tahoma,Helvetica,Arial;
        font-size:13px;
        top:10px;
        font-weight:bold;
       }
.textlink{
        color: #d51515;
        font-size:13px;
          }
.textlink:hover{
        color: #d51515;
        font-size:13px;
        text-decoration: underline;
        cursor:pointer;
          }

