

/******* slider css body ******/


.ContenedorBlockSlide {
    border: 1px solid #ffffff;
    float: left;
    height: 248px;
    margin: 0 6px;
    padding-right: 15px;	
}

.ContenedorBlockSlide:hover {
    background: none repeat scroll 0 0 #EBF4F7;
    border: 1px solid #BADDEB;
    border-radius: 11px 11px 11px 11px;	
}

.Slidcontent {
	border: 4px solid #1390be;
	width: 830px;
	height: 250px;
overflow: hidden;
	border-radius: 5px;
}
.SlideCCI span {
	    font-size: 14px;
}


.SlideCCI ul.post-categories li a {
	
}
.SlideCCI h3 a {
   color: #666666;
    font-size: 13px;
    font-weight: normal;
    line-height: 15px;
}

.Slidcontent ul li  ul.post-categories {
    position: relative;	
}

.Slidcontent ul li  ul.post-categories li a {
	color:#000;
	font-size: 14px;
	color: #1594c4;
}

.Slidcontent ul li  ul.post-categories li {
    float: none;
    height: auto;
    padding: 0;
    text-align: left;	
}






/******* slider css body ******/

.Slidcontent {
	border: 4px solid #1390be;
	width: 830px;
	height: 250px;

	border-radius: 5px;
}
.SlideCCI span {
	    font-size: 14px;
}






.infiniteCarousel img {
	width: 100px;
}

.infiniteCarousel {
  position: relative;
}

.infiniteCarousel .wrapper {
  width: 745px; /* .infiniteCarousel width - (.wrapper margin-left + .wrapper margin-right) */
  overflow: auto;
  height: 300px;
  margin: 0 40px;
  position: absolute;
  top: 0;
}

.infiniteCarousel ul a img {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.infiniteCarousel .wrapper ul {
  width: 9999px;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin:0;
  padding:0;
  position: absolute;
  top: 0;
}

.infiniteCarousel ul li {
  display:block;
  float:left;
  padding: 10px;
  height: 85px;
  width: 85px;
}

.infiniteCarousel ul li a img {
  display:block;
}

.infiniteCarousel .arrow {
  display: block;
  height: 36px;
  width: 30px;
  text-indent: -999px;
  position: absolute;
  top: 37px;
  cursor: pointer;
}

.infiniteCarousel .forward {
	right: 0;
	background: url("../images/row-slide-r.png") no-repeat scroll 0 0 transparent;
	height: 60px;
	margin-top: 50px;
}

.infiniteCarousel .back {
    background: url("../images/row-slide.png") no-repeat scroll 0 0 transparent;
    height: 60px;
    left: 0;
    margin-top: 50px;
}

#videos-portada .infiniteCarousel .forward {
	margin-top: 25px;
}

#videos-portada  .infiniteCarousel .back {

    margin-top: 25px;
}

#videos-portada  .infiniteCarousel ul li {
  display:block;
  float:left;
  padding: 10px;
  height: 85px;
  width: auto;
}
#videos-portada  .infiniteCarousel img {
	width: auto;
}

