@charset "utf-8";
/****************************************************************************************/
/* CSS BLOQUE SOPORTE */
/****************************************************************************************/

DIV#soporte{
	width:215px;
	margin-left:1px;
}

DIV#soporte DIV#soporte_cab{
	width:215px;
	height:111px;
	background:url(../img/bloques/soporte/soporte_cab.jpg) 0px 0px no-repeat;
}

DIV#soporte DIV#soporte_bg{
	width:195px;
	padding:0px 10px;
	background:url(../img/bloques/soporte/soporte_bg.gif) 0px 0px repeat-y;
}

DIV#soporte DIV#soporte_foot{
	width:215px;
	height:10px;
	background:url(../img/bloques/soporte/soporte_cab.jpg) 0px -111px no-repeat;
}

/****************************************************************************************/
/* CSS BLOQUE 15DIAS */
/****************************************************************************************/

DIV#hostingprueba{
	margin-left:1px; margin-top:9px;
	width:215px;
	height:165px;
	background:url(../img/bloques/15dias_gratis.gif) no-repeat;
    cursor:pointer;
}

/****************************************************************************************/
/* CSS BLOQUE SDS */
/****************************************************************************************/

DIV#servidorsds{
    margin-left:1px; margin-top:9px;
    width:215px;
    height:165px;
    background:url(../img/bloques/cajasds.gif) no-repeat;
    cursor:pointer;
}

/****************************************************************************************/
/* CSS BLOQUE RADIO */
/****************************************************************************************/

DIV#radioonline{
    margin-left:1px; margin-top:9px;
    width:215px;
    height:185px;
    background:url(../img/bloques/radio_online.gif) no-repeat;
    cursor:pointer;
}

/****************************************************************************************/
/* CSS BLOQUE CARRITO */
/****************************************************************************************/

DIV#carrito{
	margin-left:1px; margin-top:9px;
	width:157px; height:35px;
	background:url(../img/bloques/carrito.gif) no-repeat;
	padding:10px 48px 0px 10px;
	cursor:pointer;
	
	font-size:11px;
	font-weight:bolder;
}

	DIV#carrito SPAN.number{
		font-size:12px;
	}