@charset "utf-8";
.proyectos{
	margin: 0;
	padding: 0;
	list-style: none;
}
.proyectos li{
float: left;
margin: 0 15px;
}
.imagen-mini{
width:112px;
height:78px;
overflow: hidden;
}
.imagen-mini2{
width:239px;
height:180px;
overflow: hidden;
}
#manual2{
	display: block;
	cursor: pointer;
}
.bordecero {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.bgcuerpo {
	background-image: url(img/cuerpo.png);
	background-repeat: no-repeat;
}
.bgcuerposervicios {
	background-image: url(img/cuerposervicios.png);
	background-repeat: no-repeat;
}
.bgcuerpocontacto {
	background-image: url(img/cuerpocontacto.png);
	background-repeat: no-repeat;
}


.texcuerpo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
	color: #333;
}
.texcuerpobold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
	color: #333;
	font-weight: bold;
}

.gracias {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	color: #666;
}.cuerpoproyecto {
	background-image: url(img/cuerpoproyecto.png);
	background-repeat: no-repeat;
}
.bgcajita {
	background-image: url(img/cajita-proyecto.png);
	background-repeat: no-repeat;
}
a:link {
	color: #029545;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #029545;
}
a:hover {
	text-decoration: underline;
	color: #666;
}
a:active {
	text-decoration: none;
	color: #F00;
}

#slideshow-container	{ width:980px; height:241px; position:relative; }
#slideshow-container img { display:block; position:absolute; top:0; left:0; z-index:1; }