/* Channels in home */

body.home div#main div.widget.projects.channel_invests div.widget.project{
	margin: 0 0 20px 30px !important;
}

/* Padrinos en portada*/


body.home div#main div.channel {
    display: inline-block;
    width: 250px;
    position: relative;
    max-height: 250px;
}

body.home div#main div.channel + div.channel{
    margin-left: 35px;
}



body.home div#main div. + div.channel {
    margin-left: 30px;
}

body.home div#main div.channel > a.expand {
    padding: 0px;
    position: absolute;
    width: 250px;
    height: 250px;
    z-index: 250;
}


body.home div#main div.channel > div.box {
    width: 250px;
    height: 250px;
    position: relative;
}


body.home div#main div.channel > div.box > div.logo {
    width: 250px;
    height: 250px;
    margin: 10px auto;
}

body.home div#main div.channel > div.box > div.name {
    max-width: 150px;
    height: auto;
    position: absolute;
    top:0;
    left: 0;
    background-color: rgba(32, 179, 178, 0.85);
    color:#FFF;
    font-size: 14px;
    padding: 5px 10px;
    text-transform: uppercase;
    font-weight: bold;
}

body.home div#main div.channel > div.box > div.projects {
    height: auto;
    position: absolute;
    bottom:5px;
    right: 0;
    background-color: rgba(255, 255, 255, 0.85);
    font-size: 14px;
    padding: 5px 10px;
    text-transform: uppercase;
    color:#20B2B3;
}

body.home div#main div.channel > div.box > div.projects .eye {
    height: 11px;
    margin-right: 5px;
}


body.home div#main div.channel > div.reco {
    padding: 3px 0;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 17px;
}


body.home div#main div.channel > div.reco > span {
	color: #20B2B3;
}

body.home div#main div.channel > div.reco > span.name {
    font-size: 12px;
	font-weight: bold;
    text-transform: none !important;
}


/* fin channels en portada*/


/* slider channels */


div#slides_channels div.slder_channels,
div#slides_channels div.arrow-left,
div#slides_channels div.arrow-right {
    float: left;
}

div#slides_channels div.slder_channels {
	width: 845px;
    max-height: 263px;
    overflow: hidden;
}

div#slides_channels div.arrow-left {
    margin-left: -10px;
    margin-right: 15px;
    padding-top: 110px;
}

div#slides_channels div.arrow-right {
    margin-left: 0px;
    padding-top: 110px;
}

body.home div#main div.widget.channels a.all{
    text-decoration: none;
    text-transform: uppercase;
    clear: both;
    padding-top: 10px;
    float: right;
    font-size: 0.9em;
    margin-top: 10px;
}

body.home div#main div.widget.channels a.all:hover{
    color:#20B2B3;
}

