@charset "utf-8";
.fondo_core {
	background-image: url(img/fondo_core.jpg);
	background-repeat: no-repeat;
}
.titulo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-style: normal;
	margin: 6px;
}
.fondo_soft {
	background-image: url(img/fondo_soft.png);
	background-repeat:  repeat-x;
}
.fondo_desarrollo {
	background-image: url(img/fondo_desarrollo.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.texto_info {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	text-indent: 2px;
}
.fondo_productos {
	background-image: url(img/fondo_productos.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.fondo_servicios {
	background-image: url(img/fondo_servicios.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.fondo_soft2 {
	background-image: url(img/fondo_soft2.png);
	background-repeat:  repeat-x;
}

