/* CSS Document */
#contenido{
	padding-bottom:0px;
}
.migas_empresa{
	background-image:url(../img/migas_soporte.gif);
	background-repeat: no-repeat;
}

.contenido_soporte{
	display:block;
	float:left;
	width:610px;
	height: 300px;
}
.contenido_soporte p{
	font-size:12px;
	display: block;
	text-align: justify;
	float: left;
	width: 610px;
	padding-top: 22px;
	color: #332F2D;
}
.contenido_soporte p span{
	font-size:12px;
	font-weight:bold;
}
a.descargar_soft{
	float:left;
	width:261px;
	display: block;
	background-image: url(../img/boton_descargar_soporte.jpg);
	padding-left: 40px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 7px;
	height: 30px;
	background-repeat: no-repeat;
	margin-top: 20px;
	text-decoration: none;
}

