/*
menu_images
header_conferencias
content_actions
blog_detail
album_info
album_detail
*/


/* menu_images */
.menu_images ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
  .menu_images li {
    float: left;
    display: inline;
  }
  .menu_images a {
    display: block;
    width: 185px;
    height: 169px;
    text-decoration: none;
    float: left;
    display: inline;
    background-repeat: no-repeat;
    background-position: 0 0;
    text-align: center;
    margin-left: 25px;
    font-weight: bold;
    font-size: 1.5em;
    line-height: 1.2em;
    padding-top: 10px;
  }
  .menu_images li.m_clientes a { background-image: url(../images/pages/home/clientes.jpg); }
  .menu_images li.m_servicios a { background-image: url(../images/pages/home/servicios.jpg); }
  .menu_images li.m_empresas a { background-image: url(../images/pages/home/empresas.jpg); }


/* header_conferencias */
.header_conferencias {
  height: 226px;
  position: relative;
  background: url(../images/sec_header/header_conferencias.jpg) no-repeat 0 0;
}
  .header_conferencias .sec_title {
    position: absolute;
    left: 45px;
    top: 30px;
    width: 200px;
    text-align: center;
    color: #000;
    background-color: transparent;
    font-size: 2em;
    line-height: 1.2em;
   }
   .header_conferencias .info {
     position: absolute;
     top: 40px;
     right: 20px;
     width: 360px;
   }
   .header_conferencias .info .title {
     font-size: 2.75em;
     font-weight: bold;
     line-height: 1.2em;
     color: #fff;
     background-color: transparent;
   }
   .header_conferencias .info .image {
     margin-top: 1em;  
   }  

/* content_actions */
.content_actions {
}

.content_actions ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.content_actions li {
    float: left;
    display: inline;
    border-right: 1px solid #e8efc6;
    width: 32%;
    text-align: center;
    background: url(../images/round/round7.gif) no-repeat 50% 0;
    line-height: 47px;
}
.content_actions li.first {
    background-position: 0 0;
}
.content_actions li.last {
    border-right: 0;
    background-position: 100% 0;
}

.content_actions.num_items_2 li  {
  width: 49%;
}





/* blog_detail */

.blog_detail {
}
.blog_detail .metadata {
    padding-left: 60px;
}
.blog_detail .metadata .left_area {
    float: left;
    display: inline;
    margin: 0 0 0 -60px;
}
.blog_detail .text .image {
    float: right;
    display: inline;
    margin: 0 0 10px 20px;
}



/* album info */
.album_info {
    padding-left: 100px;    
}
    .album_info .image {
        float: left;
        display: inline;
        margin-left: -100px;
    }
    


/* album detail */
.album_detail .metadata {
    padding-left: 60px;
}
.album_detail .metadata .left_area {
    float: left;
    display: inline;
    margin: 0 0 0 -60px;
}   
