.container {
	padding: 0px;
}

/* @group slide-vertical */
.slider-vertical {
	padding: 0;
}
.slider-vertical h3  {
	margin-bottom: 10px;
}
.slider-vertical img {
	float: left;
}
.slider-vertical .vinculo-especial2 {
	margin-right: 32px;
}
.contenedor-slider {
	/*height: 100px;*/
	height: 180px;
	overflow: hidden;
	position: relative;
	margin: 0;
	/*background: #f1f1f1 url(../images/fondo.jpg) repeat-x 0 0;*/
	border-left: 1px solid #bbb;
}
.bloque-slider {
	position: relative;
	top: 0;

}
.modulo-slider {
	/*height: 80px;*/
	height: 95px;
	/* los paddings los coloque independientes para que se puedan obtener por javascript */
/*	padding: 13px 10px 5px 10px;*/
	padding: 0px 5px 5px 10px;
	position: relative;
	margin: 0 0px 0 0;
}
.modulo-slider h4 {
	margin-top: 0;
}
.mover-slider-vertical {
	position: absolute;
	width: 40px;
	right: 0;
	top: 0;
	margin: 0;
	background: #fff url(../images/slider-vertical-bg.jpg) no-repeat 0 4px;
}
.mover-slider-vertical a {
	display: block;
	width: 21px;
	height: 21px;
	margin: 10px 0 40px 10px;
	text-indent: -9999em;
	outline: none;
	background-image: url(../images/boton.gif);
	background-repeat: no-repeat;
	cursor: pointer;
	line-height: 0;
	font-size: 0;
}
.mover-slider-vertical a:hover {
	/*background-color: #F1F0DE;*/
}
.subir-slider {
	background-position: 0 0;
}
.subir-slider:hover {
	background-position: 0 -21px;
}
.subir-slider:active {
	background-position: 0 0;
}
.bajar-slider {
	background-position: -21px 0;
}

.bajar-slider:hover {
	background-position: -21px -21px;
}

.bajar-slider:active {
	background-position: -21px 0;
} 
/* @end slide-vertical */


@media screen and (max-width: 640px) {
	.contenedor-slider {
		height: 180px;
	}



}
/*-----LISTADO DE EXPERIENCIAS----------------------------------------------------------------*/

.listproyectos li {

  width: 100%;
  float: left;
  text-align:justify;
  padding-bottom:0px;
  border-bottom:#630 1px dotted;
  margin-bottom:5px;

}



.listproyectos p {
  padding:0px;
  margin:0px;
}

.listproyectos-img {
  width: 30%;
  float:left;
  padding-top:0px;
}
.listproyectos-img img {
  display: block;
  width: 100%;
  max-width:300px;
}
.listproyectos-text {
  float:left;
  width: 70%; 
  padding-bottom:10px;
}
.listproyecto-parrafo{
 padding-left:15px;
 
}
.listproyecto-parrafo a{
 color:#182C61;
 font-weight:normal;
 font-size:13px;
line-height:17px;
}
.listproyecto-parrafo a:hover{
color:#007CDC;
text-decoration:none;

}

.listproyecto-parrafo .fecha{
color:#FFF;
font-weight:400;
font-size:12px;

}
.listproyecto-parrafo .publicado{
font-weight:bold;
font-size:12px;
background-color:#428BCA;-webkit-border-radius: 5px;border-radius: 5px;color:#FFF;width:100%; padding:2px 20px
}


@media screen and (max-width: 1050px) {
  .listproyectos li {    
    width: 100%;
  }
  .listproyectos-img {
	width:30%;
  }
  .listproyectos-text {
  width:70%;
  }
  .listproyecto-parrafo{
  padding-left:0px;
 }  
}



@media screen and (max-width: 650px) {
  .listproyectos li {    
    width: 100%;
  }
  .listproyectos-img {
	width:28%;
  }
  .listproyectos-text {
  width:70%;
  }
}