@charset "UTF-8";
/* CSS Document */
/* Estilos para las sesiones de C√≥rtate */


div.sesionescortate {
    
    margin: 0;
    padding: 0;
    
}

.sesionescortate ul {
    
    margin: 0;
    padding: 0;
    list-style-type:none;
    
}


.sesionescortate h2 {
    
    margin: 0;
    padding: 20px 0 0 0;
    
    font-size: 18px;
    line-height: 22px;
    
    letter-spacing: 0.05em;  
    
    border-bottom:  2px solid #ee7129;
    
}


.sesionescortate div.category-desc {
    
    margin: 0 20px 0 0;
    padding: 0;
    
}


.sesionescortate div.items-row {
    
    margin: 0 20px 0 30px;
    padding: 0;
    
}


.sesionescortate div.item {
    
    display: inline-table;
    vertical-align: top;
    
    width: 15.25%;
    margin: 0 0 0 .9%;
    
}


.sesionescortate div.column-1 {
    
    margin-left: 0;
    
}


.sesionescortate img {
    
    display: block;
    
    width: 100%;
    
    border: none;
    
    margin-bottom: 10px;
    
    height: 74px;
    
}


.sesionescortate h3 {
    
    font-size: 11px;
    line-height: 12px;
    border: none;
    
}


.sesionescortate h3 a {
    
    color: #333;
    font-weight: normal;
    
}


.sesionescortate h3 a:hover {
    color: red;
    
}


.sesionescortate a:hover img {
    
    box-shadow: 0 0 5px 0 red;
    
    transform: scale(2);
    -moz-transform: scale(2);
    -o-transform: scale(2);
    -webkit-transform: scale(2);
    
}