/* CABECERA DESLIZANTE PORTFOLIO 12*/


#content_inner #chained {
    background-color: transparent;
    clear: right;
    height: 135px;
    margin-bottom: 5px;
	margin-right: 10px;
    overflow: hidden;
    position: relative;
    width: auto ;
}
#content_inner #chained .item_b {
    background-color: transparent;
    background-image: url("../img/overlay_080.png");
    background-repeat: repeat;
      border: 1px solid #5397D3;
    border-radius: 5px 5px 5px 5px;
    height: 125px;
    margin: 4px 0 0 10px;
    overflow: hidden;
    padding: 2px;
    text-align: left;
    width: 366px ;
}
#content_inner #chained .item_b p {
    color: #FFFFFF;
    font-size: 20px;
    margin: 19px 8px;
    padding: 0;
  line-height: 1.1em;

  text-align: left;
}

#content_inner #chained .item_b p a {
color:#2972B5;
}
#centralDiv #content .items .item_b div{    

 -webkit-transform: rotate(3deg );
         -moz-transform: rotate( 3deg );
          -ms-transform: rotate(3deg );
           -o-transform: rotate( 3deg );
              transform: rotate( 3deg );
}


#centralDiv #content .item_b img {
    background-color: #5397D3;
    border: 0px solid #CCCCCC;
    border-radius: 5px 5px 5px 5px;
    margin: 10px 10px 0;
    max-height: 150px;
    max-width: 120px;
    padding: 3px;

			-webkit-transition: all 1s ease-in-out;
			   -moz-transition: all 1s ease-in-out;
			     -o-transition: all 1s ease-in-out;
			    -ms-transition: all 1s ease-in-out;
			        transition: all 1s ease-in-out;
}
#content_inner #chained .item_b:hover img {
 -webkit-transform: rotateY(-180deg );
         -moz-transform: rotateY( -180deg );
          -ms-transform: rotateY( -180deg );
           -o-transform: rotateY( -180deg );
              transform: rotateY( -180deg );
 

}
#content_inner #chained .active {
    cursor: default;
    position: relative;
    z-index: 9999;
}
#centralDiv #content .item_b h3 {
    background: none repeat scroll 0 50% transparent;
    border: 0 none;
    font-weight: bold;
    margin: 15px 0 0;
    color: #E2001A;
}




#content_inner #chained .items {
    clear: both;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 20000em;
}
#content_inner #chained .items div {
    float: left;
}
div.imgItemLeft {
    float: left;
    margin: 0.2em 10px 10px 0;
}
div.imgItemRight {
    float: right !important;
    margin: 0.2em 0 10px 10px;
}
div.imgItemCntr {
    text-align: center;
    width: 100%;
}
#centralDiv #content .item_b h3.Cntr {
}
#centralDiv #content .item_b div.imgItemCntr img {
    float: none;
}

