/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */

.SeccionTitulo {
	display:block;
	float:left;
	position:relative;
	width:528px;
	height:32px;
	background-image:url(/images/SeccionBG.gif);
	background-repeat:no-repeat;
}
.SeccionTitulo p {
	display:inline;
	float:left;
	position:relative;
	font-size:15px;
	color:#000000;
	font-weight:bold;
	margin:7px 0 0 20px;
}
#ContenedorCarrouselDesarrollos {
    margin:10px;
	display:inline;
	float:left;
	position:relative;
	width:600px;
	height:160px;
	
}
#CarrouselDes {
	display:inline;
	float:left;
	position:relative;
	width:600px;
	margin:1px 0 0 1px;
}
#mycarousel1 p {
	margin:0 0 2px 0;
}
.jcarousel-skin-tango1 .jcarousel-container-horizontal {
     margin-left:2%;
   
    text-align:center;
	display:inline;
	float:left;
	position:relative;
    width: 98%;
	/*margin:7px 0 0 0;*/
	margin-top:7px;
    padding:0px;
}
.jcarousel-skin-tango1 .jcarousel-item {
    width: 200px;
    height: 155px;
	text-align:center;
}
.jcarousel-skin-tango1 .jcarousel-clip-horizontal {
    width:  560px;
    height: 155px;
}
.jcarousel-skin-tango1 .jcarousel-prev-horizontal {
	float:left;
	position:absolute;
	margin:-34px 0 0 430px;
    left: 0px;
    width: 13px;
    height: 11px;
    cursor: pointer;
    background: url(/images/Control_Izquierdo.jpg) no-repeat 0 0;
}
.jcarousel-skin-tango1 .jcarousel-next-horizontal {
	float:right;
	position:absolute;
	margin:-34px 30px 0 0;
    right: 0px;
    width: 13px;
    height: 11px;
    cursor: pointer;
    background: url(/images/Control_Derecho.jpg) no-repeat 0 0;
}
.jcarousel-skin-tango1{
   margin-left:2%;
    text-align:center;
	width:100%;
}
.jcarousel-container {
    position: relative;
}
.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}
.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}
.jcarousel-item {
    float: left;
    list-style: none;
    width: 135px;
    height: 155px;
}
.jcarousel-next {
    z-index: 3;
    display: none;
}
.jcarousel-prev {
    z-index: 3;
    display: none;
}
