/*
	IDSign - inicio
*/

/* Bienvenida y nuestros servicios */
#intro {
	margin: 0 14px 0 14px;
	clear: both;
}
#welcome {
	position: absolute;
	width: 465px;
}
#welcome h2 {
	background: url("img/title_bienvenido.gif") no-repeat;
	width: 123px;
	height: 20px;
}
#welcome p {
	margin: 5px 14px 5px 0;
}
#ourservices {
	width: 254px;
	margin-left: 465px;
	padding: 0 15px 5px 15px;
	border-left: 1px solid #d6d6d6;
}
#ourservices h3 {
	background: url("img/title_nuestrosservicios.gif") no-repeat;
	width: 156px;
	height: 16px;
}
#ourservices p {
	margin: 10px 0 10px 0;
}

/* Trabajo en progreso */
#inprogress {
	margin: 0 14px 0 14px;
	clear: both;
	position: relative;
}
#inprogress h3 {
	width: 159px;
	height: 16px;
	margin-bottom: 10px;
	background: url("img/in_progress.gif") no-repeat;
}
#inprogress .entry_content {
	padding-right: 0;
}

/* Últimos proyectos, Articulos y noticias recientes */
#latest {
	position: relative;
	margin: 14px 14px 0 14px;
	clear: both;
}
/*
#portafolio {
	position: relative;
	width: 451px;
	margin-right: 14px;
}
#portafolio h3 {
	width: 138px;
	height: 19px;
	background: url("img/last_projects.gif") no-repeat;
}
#portafolio .entry {
	background: #fff;
	border-top: 1px solid #d6d6d6;
	margin-top: 14px;
	padding-top: 14px;
}
#portafolio .entry .thumb {
	top: 14px;
}
*/
#articles {
	position: absolute;
	right: 0;
	top: 0;
	width: 285px;
}
#articles .wrap {
	padding: 0;
}
#articles h3 {
	width: 221px;
	height: 16px;
	margin: 13px 0 10px 13px;
	background: url("img/articles.gif") no-repeat;
}

#contact_us {
	margin: 14px 14px 0 14px;
	text-align: center;
}